C# Class ImageClassifier.BayesPointMachine

Implements classification using a probit Bayes Point Machine.
Afficher le fichier Open project: Sparky88/IA-B1-ProcesareaImaginilor Class Usage Examples

Méthodes publiques

Méthode Description
BayesPointMachine ( int nFeatures, double noise ) : System
Test ( Vector data ) : double[]
Train ( Vector data, bool labels ) : void

Method Details

BayesPointMachine() public méthode

public BayesPointMachine ( int nFeatures, double noise ) : System
nFeatures int
noise double
Résultat System

Test() public méthode

public Test ( Vector data ) : double[]
data Vector
Résultat double[]

Train() public méthode

public Train ( Vector data, bool labels ) : void
data Vector
labels bool
Résultat void