|
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
)
Public Sub Randomize (
points As Double()()
)
Request Example
View SourceParameters
- points
- Type: SystemDouble
The data to randomize the algorithm.
See Also