C# Class MCAEmotiv.Classification.AmplitudeDecisionStump

Inheritance: AbstractBinaryClassifier
Show file Open project: madelson/Emotiv-Experimenter

Protected Methods

Method Description
PredictBinary ( Example binaryExample, double &confidence ) : int

Classifies the example

TrainBinary ( IArrayView binaryExamples ) : void

Trains the classifier

Private Methods

Method Description
ConvertToAverageExample ( Example example ) : Example

Method Details

PredictBinary() protected method

Classifies the example
protected PredictBinary ( Example binaryExample, double &confidence ) : int
binaryExample Example
confidence double
return int

TrainBinary() protected method

Trains the classifier
protected TrainBinary ( IArrayView binaryExamples ) : void
binaryExamples IArrayView
return void