Click or drag to resize

CombinedExternalCriterionTInstance, TClass Constructor

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

Parameters

criteria
Type: System.Collections.GenericIDictionaryIExternalEvaluationCriterionTInstance, TClass, Double
A dictionary containing the several criteria to be used and how should they be combined, i.e., their associated weights.
See Also