|
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
)
Public Sub Randomize (
points As T()(),
Optional strategy As Seeding = Seeding.KMeansPlusPlus
)
Request Example
View SourceParameters
- 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