|
BootstrapValues Constructor (Double, Double)
|
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public BootstrapValues(
double trainingValue,
double validationValue
)
Public Sub New (
trainingValue As Double,
validationValue As Double
)
Request Example
View SourceParameters
- trainingValue
- Type: SystemDouble
The training value for the model. - validationValue
- Type: SystemDouble
The validation value for the model.
See Also