BrayCurtisDistance[u, v] gives the Bray\[Dash]Curtis distance between vectors u and v.
CorrelationDistance[u, v] gives the correlation coefficient distance between vectors u and v.
InverseWeierstrassP[p, {g_2, g_3}] gives a value of u for which the Weierstrass function \[WeierstrassP] (u; g_2, g_3) is equal to p.
ManhattanDistance[u, v] gives the Manhattan or "city block" distance between vectors u and v.
NormalizedSquaredEuclideanDistance[u, v] gives the normalized squared Euclidean distance between vectors u and v.
SingularValueDecomposition[m] gives the singular value decomposition for a numerical matrix m as a list of matrices {u, w, v}, where w is a diagonal matrix and m can be ...
SquaredEuclideanDistance[u, v] gives the squared Euclidean distance between vectors u and v.
Nearest is used to find elements in a list that are closest to a given data point. Nearest function. Nearest works with numeric lists, tensors, or a list of strings.
Shorthand notations are a part of Mathematica 's rich syntax system that allows multiple ways to feed arguments to functions. In addition to creating compact code, using ...
CMYKColor[cyan, magenta, yellow, black] is a graphics directive which specifies that graphical objects which follow are to be displayed in the color given. CMYKColor[c, m, y, ...