public static double CompleteDiameter(
DoubleMatrix cluster
)
Public Shared Function CompleteDiameter (
cluster As DoubleMatrix
) As Double
public:
static double CompleteDiameter(
DoubleMatrix^ cluster
)
static member CompleteDiameter :
cluster : DoubleMatrix -> float
A cluster is defined as a set of multidimensional points. The rows of cluster are interpreted as the multidimensional points in the cluster.
This method computes the largest Euclidean distance between any two cluster points.
ArgumentNullException | cluster is null. |