Click or drag to resize

IClusteringAlgorithmTInstanceGetClustering Method (ClusterSetTInstance)

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

Parameters

clusterSet
Type: AglomeraClusterSetTInstance
The initial clusters and dissimilarity provided to 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.
See Also