Click or drag to resize
Accord.NET (logo)

KMeansClusterCollectionRandomize 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,
	Seeding strategy
)
Request Example View Source

Parameters

points
Type: SystemDouble
The data to randomize the algorithm.
strategy
Type: Accord.MachineLearningSeeding
The seeding strategy to be used. Default is KMeansPlusPlus.
See Also