Click or drag to resize

CombinedInternalCriterionTInstance Constructor

Namespace:  Aglomera.Evaluation.Internal
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public CombinedInternalCriterion(
	IDictionary<IInternalEvaluationCriterion<TInstance>, double> criteria
)
Request Example View Source

Parameters

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