Click or drag to resize

IInternalEvaluationCriterionTInstanceEvaluate Method

Namespace:  Aglomera.Evaluation.Internal
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
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.
See Also