Click or drag to resize
Accord.NET (logo)

MeanShiftClusterCollection Constructor

Initializes a new instance of the MeanShiftClusterCollection class.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public MeanShiftClusterCollection(
	MeanShift algorithm,
	int k,
	KDTree<int> tree,
	double[][] modes
)
Request Example View Source

Parameters

algorithm
Type: Accord.MachineLearningMeanShift
k
Type: SystemInt32
tree
Type: Accord.CollectionsKDTreeInt32
modes
Type: SystemDouble
See Also