C# Class MCAEmotiv.Classification.KNN

Inheritance: AbstractClassifier, IOnlineClassifier
Afficher le fichier Open project: madelson/Emotiv-Experimenter

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TrainMore ( IArrayView labeledExamples ) : void

Adds the examples to the set of possible neighbor examples

Méthodes protégées

Méthode Description
PredictHelper ( Example example, double &confidence ) : int

Classifies the example

TrainHelper ( IArrayView labeledExamples ) : void

Trains the classifier

Method Details

PredictHelper() protected méthode

Classifies the example
protected PredictHelper ( Example example, double &confidence ) : int
example Example
confidence double
Résultat int

TrainHelper() protected méthode

Trains the classifier
protected TrainHelper ( IArrayView labeledExamples ) : void
labeledExamples IArrayView
Résultat void

TrainMore() public méthode

Adds the examples to the set of possible neighbor examples
public TrainMore ( IArrayView labeledExamples ) : void
labeledExamples IArrayView
Résultat void