KMeans Cluster Analysis.Get Cluster Distances 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#
A symmetric matrix containing the distances between the clusters.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.