Click or drag to resize

ClusterTInstance Constructor (ClusterTInstance, ClusterTInstance, Double)

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public Cluster(
	Cluster<TInstance> parent1,
	Cluster<TInstance> parent2,
	double dissimilarity
)
Request Example View Source

Parameters

parent1
Type: AglomeraClusterTInstance
The first parent of the new cluster.
parent2
Type: AglomeraClusterTInstance
The second parent of the new cluster.
dissimilarity
Type: SystemDouble
The dissimilarity/distance at which the new cluster was found.
See Also