Click or drag to resize

RSquaredTInstanceEvaluate Method

Namespace:  Aglomera.Evaluation.Internal
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public double Evaluate(
	ClusterSet<TInstance> clusterSet
)
Request Example View Source

Parameters

clusterSet
Type: AglomeraClusterSetTInstance
The clustering partition.

Return Value

Type: Double
The evaluation of the given partition according to this criterion.

Implements

IInternalEvaluationCriterionTInstanceEvaluate(ClusterSetTInstance)
See Also