Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Int32
See Also