BenchmarkReport[] runs the benchmark and produces a report in a separate notebook comparing this system to a selection of reference systems. BenchmarkReport["system_1", ...
SetEdgeWeights[g] assigns random real weights in the range [0, 1] to edges in g. SetEdgeWeights[g, e] assigns edge weights to the edges in the edge list e. SetEdgeWeights[g, ...
DiagramPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots the Voronoi diagram of the points {{x_1, y_1}, ...}. DiagramPlot[{{x_1, y_1}, {x_2, y_2}, ...}, {q_1, q_2, ...}, val] plots ...
ErrorListPlot[{{y_1, dy_1}, {y_2, dy_2}, ...}] plots points corresponding to a list of values y_1, y_2, ..., with corresponding error bars. The errors have magnitudes dy_1, ...
Aggressive is an option to PseudoDiameter that specifies whether an extra iteration is to be carried out.
StrongComponents[g] gives a list of all strongly connected components in the directed graph g.
WeakComponents[g] gives a list of all weakly connected components in the undirected graph g.
ClusterSplit[c, n] splits the cluster c into n clusters.
ChiSquareCI[var, df] gives a confidence interval based on a \[Chi]^2 distribution with df degrees of freedom.
ChiSquarePValue[x, df] gives the cumulative probability beyond x for the \[Chi]^2 distribution with df degrees of freedom.