Click or drag to resize

ClusterSetEvaluationTInstance Constructor

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

Parameters

clusterSet
Type: AglomeraClusterSetTInstance
The cluster-set that was evaluated.
evaluationValue
Type: SystemDouble
The value of the evaluation.
See Also