Click or drag to resize
Accord.NET (logo)

MiniBatchKMeans Constructor (Int32, Int32)

Initializes a new instance of KMeans algorithm

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public MiniBatchKMeans(
	int k,
	int batchSize
)
Request Example View Source

Parameters

k
Type: SystemInt32
The number of clusters to divide input data.
batchSize
Type: SystemInt32
The size of batches.
See Also