KMeansComputeClustering Method (Matrix)
|
Method which perform clustering analysis.
Namespace:
FinMath.ClusterAnalysis
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public override bool ComputeClustering(
Matrix metric
)
Parameters
- metric
- Type: FinMath.LinearAlgebraMatrix
Square Distance Matrix,
metric[i, j] define distance between i-th and j-th objects.
Return Value
Type:
BooleanReturns true if analysis succeed.
See Also