Bootstrap Properties |
The Bootstrap type exposes the following members.
Name | Description | |
---|---|---|
B |
Gets the number B of bootstrap samplings
to be drawn from the population dataset.
| |
Fitting |
Gets or sets the model fitting function.
| |
RunInParallel |
Gets or sets a value indicating whether to use parallel
processing through the use of multiple threads or not.
Default is true.
| |
Samples |
Gets the total number of samples in the population dataset.
| |
Subsamples |
Gets the bootstrap samples drawn from
the population dataset as indices.
|