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

Parameters

size
Type: SystemInt32
The size of the complete dataset.
subsamples
Type: SystemInt32
The number B of bootstrap resamplings to perform.
See Also