C# Class Accord.MachineLearning.BootstrapValues

Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
BootstrapValues ( double trainingValue, double validationValue ) : System
BootstrapValues ( double trainingValue, double trainingVariance, double validationValue, double validationVariance ) : System

Method Details

BootstrapValues() public method

public BootstrapValues ( double trainingValue, double validationValue ) : System
trainingValue double The training value for the model.
validationValue double The validation value for the model.
return System

BootstrapValues() public method

public BootstrapValues ( double trainingValue, double trainingVariance, double validationValue, double validationVariance ) : System
trainingValue double The training value for the model.
trainingVariance double The variance of the training values.
validationValue double The validation value for the model.
validationVariance double The variance of the validation values.
return System