Click or drag to resize

ClusterTInstance Constructor (ClusterTInstance)

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public Cluster(
	Cluster<TInstance> cluster
)
Request Example View Source

Parameters

cluster
Type: AglomeraClusterTInstance
The cluster to be copied into the new cluster.
See Also