Click or drag to resize
Accord.NET (logo)

KMeansRandomize Method

Randomizes the clusters inside a dataset.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public void Randomize(
	double[][] points
)
Request Example View Source

Parameters

points
Type: SystemDouble
The data to randomize the algorithm.
See Also