Click or drag to resize

DistanceCompleteDiameter Method

Computes the complete diameter of the specified cluster.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static double CompleteDiameter(
	DoubleMatrix cluster
)

Parameters

cluster
Type: Novacta.AnalyticsDoubleMatrix
The cluster whose complete diameter must be computed.

Return Value

Type: Double
The complete diameter of the specified cluster.
Exceptions
ExceptionCondition
ArgumentNullExceptioncluster is null.
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.

See Also