Click or drag to resize
Accord.NET (logo)

Bootstrap Properties

The Bootstrap type exposes the following members.

Properties
  NameDescription
Public propertyB
Gets the number B of bootstrap samplings to be drawn from the population dataset.
Public propertyFitting
Gets or sets the model fitting function.
Public propertyRunInParallel
Gets or sets a value indicating whether to use parallel processing through the use of multiple threads or not. Default is true.
Public propertySamples
Gets the total number of samples in the population dataset.
Public propertySubsamples
Gets the bootstrap samples drawn from the population dataset as indices.
Top
See Also