KMeansClusterAnalysis.GetClusterDistances Method

Gets a matrix that contains the distances between the clusters.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public SymmetricMatrix<double> GetClusterDistances()

Return Value

>SymmetricMatrix<Double>
A symmetric matrix containing the distances between the clusters.

Remarks

If Standardize is true, the returned values are the distances between the scaled cluster centers.

See Also