Click or drag to resize

RootMeanSquareStdDevTInstance Constructor

Namespace:  Aglomera.Evaluation.Internal
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public RootMeanSquareStdDev(
	IDissimilarityMetric<TInstance> dissimilarityMetric,
	CentroidFunction<TInstance> centroidFunc
)
Request Example View Source

Parameters

dissimilarityMetric
Type: AglomeraIDissimilarityMetricTInstance
The metric used to calculate dissimilarity between cluster elements.
centroidFunc
Type: AglomeraCentroidFunctionTInstance
A function to get an element representing the centroid of a ClusterTInstance.
See Also