Click or drag to resize

IClusteringAlgorithmTInstanceGetClustering Method (IEnumerableClusterTInstance, Double)

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
ClusteringResult<TInstance> GetClustering(
	IEnumerable<Cluster<TInstance>> clusters,
	double dissimilarity = 0
)
Request Example View Source

Parameters

clusters
Type: System.Collections.GenericIEnumerableClusterTInstance
The initial clusters provided to the algorithm.
dissimilarity (Optional)
Type: SystemDouble
The initial dissimilarity associated with the given clusters.

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