C# Class numl.Supervised.SVM.SVMModel

A SVM Model object
Inheritance: Model, IClassifier
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
Predict ( Vector x ) : double

Create a prediction from the supplied test item.

PredictRaw ( Vector x ) : double

Computes the probability of the prediction being True.

SVMModel ( ) : System

Default constructor

Method Details

Predict() public méthode

Create a prediction from the supplied test item.
public Predict ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector Training record
Résultat double

PredictRaw() public méthode

Computes the probability of the prediction being True.
public PredictRaw ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector
Résultat double

SVMModel() public méthode

Default constructor
public SVMModel ( ) : System
Résultat System