C# Class numl.Supervised.NaiveBayes.NaiveBayesModel

Inheritance: Model
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
Predict ( Vector y ) : double

Predicts the given o.

Method Details

Predict() public méthode

Predicts the given o.
Thrown when the requested operation is invalid.
public Predict ( Vector y ) : double
y numl.Math.LinearAlgebra.Vector The Vector to process.
Résultat double