|
BootstrapTModel, TInput, TOutputNumberOfSubsamples Property
|
Gets or sets the number of samples to be drawn in each subsample. If
set to zero, all samples in the entire dataset will be selected.
Namespace:
Accord.MachineLearning.Performance
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public int NumberOfSubsamples { get; set; }
Public Property NumberOfSubsamples As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32See Also