|
BalancedKMeans Constructor (Int32)
|
Initializes a new instance of the Balanced K-Means algorithm.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public BalancedKMeans(
int k
)
Public Sub New (
k As Integer
)
Request Example
View SourceParameters
- k
- Type: SystemInt32
The number of clusters to divide the input data into.
See Also