Click or drag to resize

SilhouetteCoefficientTInstanceEvaluateEach Method

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

Parameters

clusterSet
Type: AglomeraClusterSetTInstance
The clustering partition.

Return Value

Type: IDictionaryTInstance, Double
A dictionary containing the silhouette coefficient for each element in the given partition.
See Also