Click or drag to resize
Accord.NET (logo)

BootstrapSamplings Method

Draws the bootstrap samples from the population.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static int[][] Samplings(
	int size,
	int resamplings,
	int subsampleSize
)
Request Example View Source

Parameters

size
Type: SystemInt32
The size of the samples to be drawn.
resamplings
Type: SystemInt32
The number of samples to drawn.
subsampleSize
Type: SystemInt32
The size of the samples to be drawn.

Return Value

Type: Int32
The indices of the samples in the original set.
See Also