Click or drag to resize

SingleLinkageTInstance Constructor

Namespace:  Aglomera.Linkage
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public SingleLinkage(
	IDissimilarityMetric<TInstance> metric
)
Request Example View Source

Parameters

metric
Type: AglomeraIDissimilarityMetricTInstance
The metric used to calculate dissimilarity between cluster elements.
See Also