Click or drag to resize

ClusterTInstance Constructor (IEnumerableTInstance, Double)

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

Parameters

instances
Type: System.Collections.GenericIEnumerableTInstance
The elements in the new cluster.
dissimilarity (Optional)
Type: SystemDouble
The dissimilarity/distance at which the new cluster was found.
See Also