TransitiveClosure[g] finds the transitive closure of graph g, the supergraph of g that contains edge {x, y} if and only if there is a path from x to y.
TileAreas
(Computational Geometry Package Symbol) TileAreas[{{x_1, y_1}, {x_2, y_2}, ...}, {q_1, q_2, ...}, val] finds the areas of the tiles centered on {x_i, y_i} and having vertices q_j as stipulated by the vertex ...
ArrayComponents[array] gives an array in which all identical elements of array are replaced by an integer index representing the component in which the element ...
CornerNeighbors is an option for various array and image processing functions that specifies whether diagonally adjacent corners should be considered neighbors of particular ...
MaxFilter[image, r] filters image by replacing every value by the maximum in its range r neighborhood. MaxFilter[data, r] applies max filtering to an array of data.
MinFilter[image, r] filters image by replacing every value by the minimum in its range r neighborhood. MinFilter[data, r] applies min filtering to an array of data.
Most
(Built-in Mathematica Symbol) Most[expr] gives expr with the last element removed.
NeedlemanWunschSimilarity[u, v] gives a number representing the Needleman\[Dash]Wunsch similarity between strings or vectors u and v.
RangeFilter[image, r] filters image by replacing every pixel by the difference of the maximum and minimum in its range r neighborhood. RangeFilter[data, r] applies a range ...
Rest
(Built-in Mathematica Symbol) Rest[expr] gives expr with the first element removed.