Gets a matrix that contains the distances between the clusters.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public SymmetricMatrix<double> GetClusterDistances()
Public Function GetClusterDistances As SymmetricMatrix(Of Double)
public:
SymmetricMatrix<double>^ GetClusterDistances()
member GetClusterDistances : unit -> SymmetricMatrix<float>
Return Value
Type:
SymmetricMatrixDoubleA symmetric matrix containing the distances between the clusters.
If Standardize is , the returned values are the distances between
the scaled cluster centers.
Reference