|
Bootstrap Constructor (Int32, Int32)
|
Creates a new Bootstrap estimation algorithm.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public Bootstrap(
int size,
int subsamples
)
Public Sub New (
size As Integer,
subsamples As Integer
)
Request Example
View SourceParameters
- size
- Type: SystemInt32
The size of the complete dataset. - subsamples
- Type: SystemInt32
The number B of bootstrap resamplings to perform.
See Also