Click or drag to resize
Accord.NET (logo)

BootstrapTModel, TInput, TOutputCreateSubSampleIndices Method

Draws the bootstrap samples from the population.

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected virtual int[][] CreateSubSampleIndices(
	TInput[] x,
	TOutput[] y,
	int resamplings,
	int subsampleSize
)
Request Example View Source

Parameters

x
Type: TInput
The input data from where subsamples should be drawn.
y
Type: TOutput
The output data from where subsamples should 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