Click or drag to resize

BaseClusteringComputeClustering Method (Matrix, MetricType)

Method which perform clustering analysis.

Namespace:  FinMath.ClusterAnalysis
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public virtual bool ComputeClustering(
	Matrix dataMatrix,
	MetricType metricType
)

Parameters

dataMatrix
Type: FinMath.LinearAlgebraMatrix
Matrix contains factor values on samples. Rows correspond to factors, columns to objects.
metricType
Type: FinMath.ClusterAnalysisMetricType
Type of metric, which will be used to compute distance between objects characteristics vectors.

Return Value

Type: Boolean
Returns true if analysis succeed.
See Also