EdgeDelete[g, e] makes a graph by deleting the edge e from the graph g.EdgeDelete[g, {e_1, e_2, ...}] deletes a collection of edges from g.EdgeDelete[g, patt] deletes all ...
Entropy
(Built-in Mathematica Symbol) Entropy[list] gives the base E information entropy of the values in list.Entropy[k, list] gives the base k information entropy.
FileNameJoin[{"name_1", "name_2", ...}] joins the name_i together into a file name suitable for your current operating system.
FileNameTake["name"] gives the last path element in the file name " name".FileNameTake["name", n] gives the first n path elements in the file name " ...
GeoPositionXYZ[{x, y, z}] represents a position in a Cartesian geocentric coordinate system.GeoPositionXYZ[{x, y, z}, datum] represents a point referred to the specified ...
InverseDistanceTransform[image] gives the inverse distance transform of image, returning the result as a binary image.
LibraryFunction[args] represents a function that has been loaded from a Wolfram Library.
LibraryFunctionUnload[fun] unloads a LibraryFunction so that it cannot be used.
MaxDetect[image] gives a binary image in which white pixels correspond to constant extended maxima in image.MaxDetect[image, h] finds extended maxima where the range of ...
p : v is a pattern object that represents an expression of the form p, which, if omitted, should be replaced by v.