CanberraDistance[u, v] gives the Canberra distance between vectors u and v.
ChessboardDistance[u, v] gives the chessboard, Chebyshev, or sup norm distance between vectors u and v.
ChoiceButtons[] represents a pair of OK and Cancel buttons that close a dialog.ChoiceButtons[{act_ok, act_cancel}] represents OK and Cancel buttons that evaluate the ...
CommonestFilter[image, r] transforms image by replacing each pixel with the most common pixel value in its range r neighborhood.CommonestFilter[data, r] applies commonest ...
CosineDistance[u, v] gives the angular cosine distance between vectors u and v.
DiceDissimilarity[x, y] gives the Dice dissimilarity between Boolean vectors x and y.
DumpSave["file.mx", symbol] writes definitions associated with a symbol to a file in internal Mathematica format. DumpSave["file.mx", " context`"] writes out definitions ...
EditDistance[u, v] gives the edit or Levenshtein distance between strings or vectors u and v.
Encode
(Built-in Mathematica Symbol) Encode["source", " dest"] writes an encoded version of the file source to the file dest. << dest decodes the file before reading its contents. Encode["source", " dest", " ...
FillingTransform[image] gives a version of image with all extended minima filled.FillingTransform[image, marker] fills extended minima in regions where at least one ...