DistanceCompleteDiameter Method

Computes the complete diameter of the specified cluster.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public static double CompleteDiameter(
	DoubleMatrix cluster
)

Parameters

cluster  DoubleMatrix
The cluster whose complete diameter must be computed.

Return Value

Double
The complete diameter of the specified cluster.

Remarks

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.

Exceptions

ArgumentNullExceptioncluster is null.

See Also