Click or drag to resize

AgglomerativeClusteringAlgorithmTInstanceGetClustering Method (ISetTInstance)

Clusters the set of TInstance given to the algorithm.

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public ClusteringResult<TInstance> GetClustering(
	ISet<TInstance> instances
)
Request Example View Source

Parameters

instances
Type: System.Collections.GenericISetTInstance
The instances to be clustered by the algorithm.

Return Value

Type: ClusteringResultTInstance
A ClusteringResultTInstance containing all the ClusterSetTInstance found in each step of the algorithm and the corresponding the dissimilarity/distance at which they were found.

Implements

IClusteringAlgorithmTInstanceGetClustering(ISetTInstance)
See Also