ButtonBox[boxes] is a low-level box construct that represents a button in a notebook expression.
DataDistribution[ddist, ...] represents a probability distribution of type ddist, estimated from a set of data.
DiceDissimilarity[x, y] gives the Dice dissimilarity between Boolean vectors x and y.
EditDistance[u, v] gives the edit or Levenshtein distance between strings or vectors u and v.
FindList["file", " text"] gives a list of lines in the file that contain the specified string. FindList["file", {"text_1", "text_2", ...}] gives a list of all lines that ...
FindVertexCover[g] finds a vertex cover of the graph g with a minimum number of vertices.
FiniteGroupData[name, " property"] gives the value of the specified property for the finite group specified by name.FiniteGroupData["class"] gives a list of finite groups in ...
Hypergeometric0F1Regularized[a, z] is the regularized confluent hypergeometric function \[Null]_0 F_1 (a; z)/\[CapitalGamma](a).
ImageAdd[image, x] adds an amount x to each channel value in image.ImageAdd[image_1, image_2] gives an image in which each pixel is the sum of the corresponding pixels in ...
ImageAdjust[image] adjusts the levels in image, rescaling them to cover the range 0 to 1.ImageAdjust[image, c] adjusts the contrast of image by an amount c.ImageAdjust[image, ...