RawXML["string"] represents a raw string fragment of XML that can be used inside a SymbolicXML expression.
BrayCurtisDistance[u, v] gives the Bray\[Dash]Curtis distance between vectors u and v.
CanberraDistance[u, v] gives the Canberra distance between vectors u and v.
CorrelationDistance[u, v] gives the correlation coefficient distance between vectors u and v.
CosineDistance[u, v] gives the angular cosine distance between vectors u and v.
CreateWindow[] creates an empty window in the front end.CreateWindow[nb] creates a window displaying the notebook expression nb, and opens it in the front ...
For
(Built-in Mathematica Symbol) For[start, test, incr, body] executes start, then repeatedly evaluates body and incr until test fails to give True.
HammingDistance[u, v] gives the Hamming distance between strings or vectors u and v.
OutputSizeLimit is an option for notebooks which specifies the maximum size in bytes of expressions that will automatically be output in their entirety.
PopupWindow[expr, contents] displays as expr, but pops up a window containing contents when clicked.