Click or drag to resize
Accord.NET (logo)

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

Parameters

size
Type: SystemInt32
The size of the complete dataset.
resamplings
Type: SystemInt32
The indices of the bootstrap samplings.
See Also