|
MiniBatchKMeansInitializationBatchSize Property
|
Gets or sets the size of the batch used during initialization.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public Nullable<int> InitializationBatchSize { get; set; }
Public Property InitializationBatchSize As Nullable(Of Integer)
Get
Set
Request Example
View SourceProperty Value
Type:
NullableInt32See Also