Click or drag to resize

ClusterSetTInstance Constructor

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

Parameters

clusters
Type: AglomeraClusterTInstance
The set of clusters.
dissimilarity (Optional)
Type: SystemDouble
The dissimilarity/distance at which the clusters were found.
See Also