Click or drag to resize

FMeasureTInstance, TClassEvaluate Method

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

Parameters

clusterSet
Type: AglomeraClusterSetTInstance
The clustering partition.
instanceClasses
Type: System.Collections.GenericIDictionaryTInstance, TClass
The instances' classes.

Return Value

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

Implements

IExternalEvaluationCriterionTInstance, TClassEvaluate(ClusterSetTInstance, IDictionaryTInstance, TClass)
See Also