|
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[][] resamplings
)
Public Sub New (
size As Integer,
resamplings As Integer()()
)
Request Example
View SourceParameters
- size
- Type: SystemInt32
The size of the complete dataset. - resamplings
- Type: SystemInt32
The indices of the bootstrap samplings.
See Also