Click or drag to resize
Accord.NET (logo)

BootstrapFittingFunction Delegate

Note: This API is now obsolete.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please refer to Bootstrap<TModel, TInput, TOutput> instead.")]
public delegate BootstrapValues BootstrapFittingFunction(
	int[] trainingSamples,
	int[] validationSamples
)

Parameters

trainingSamples
Type: SystemInt32
validationSamples
Type: SystemInt32

Return Value

Type: BootstrapValues
See Also