Click or drag to resize
Accord.NET (logo)

BootstrapResult Constructor

Initializes a new instance of the BootstrapResult class.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public BootstrapResult(
	Bootstrap owner,
	BootstrapValues[] models
)
Request Example View Source

Parameters

owner
Type: Accord.MachineLearningBootstrap
The Bootstrap that is creating this result.
models
Type: Accord.MachineLearningBootstrapValues
The models created during the cross-validation runs.
See Also