Click or drag to resize

ClusterTInstance Constructor (TInstance, Double)

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public Cluster(
	TInstance instance,
	double dissimilarity = 0
)
Request Example View Source

Parameters

instance
Type: TInstance
The single element in the new cluster.
dissimilarity (Optional)
Type: SystemDouble
The dissimilarity/distance at which the new cluster was found.
See Also