C# Class Accord.MachineLearning.BootstrapValues

Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
BootstrapValues ( double trainingValue, double validationValue ) : System
BootstrapValues ( double trainingValue, double trainingVariance, double validationValue, double validationVariance ) : System

Method Details

BootstrapValues() public méthode

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

BootstrapValues() public méthode

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.
Résultat System