ChessboardDistance[u, v] gives the chessboard, Chebyshev, or sup norm distance between vectors u and v.
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.
EditDistance[u, v] gives the edit or Levenshtein distance between strings or vectors u and v.
HammingDistance[u, v] gives the Hamming distance between strings or vectors u and v.
RogersTanimotoDissimilarity[u, v] gives the Rogers\[Dash]Tanimoto dissimilarity between Boolean vectors u and v.
RussellRaoDissimilarity[u, v] gives the Russell\[Dash]Rao dissimilarity between Boolean vectors u and v.
SokalSneathDissimilarity[u, v] gives the Sokal\[Dash]Sneath dissimilarity between Boolean vectors u and v.
YuleDissimilarity[u, v] gives the Yule dissimilarity between Boolean vectors u and v.
CompleteGraph[n] creates a complete graph on n vertices. An option Type that takes on the values Directed or Undirected is allowed. The default setting for this option is ...