Click or drag to resize
Accord.NET (logo)

KModesClusterCollectionTRandomize 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(
	T[][] points,
	Seeding strategy = Seeding.KMeansPlusPlus
)
Request Example View Source

Parameters

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