C# Class ImageClassifier.BayesPointMachine

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

Public Methods

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

Method Details

BayesPointMachine() public method

public BayesPointMachine ( int nFeatures, double noise ) : System
nFeatures int
noise double
return System

Test() public method

public Test ( Vector data ) : double[]
data Vector
return double[]

Train() public method

public Train ( Vector data, bool labels ) : void
data Vector
labels bool
return void