KMeans Cluster Analysis.Get Cluster Distances Method
Gets a matrix that contains the distances between the clusters.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A symmetric matrix containing the distances between the clusters.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.