C# 클래스 MCAEmotiv.Classification.KNN

상속: AbstractClassifier, IOnlineClassifier
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TrainMore ( IArrayView labeledExamples ) : void

Adds the examples to the set of possible neighbor examples

보호된 메소드들

메소드 설명
PredictHelper ( Example example, double &confidence ) : int

Classifies the example

TrainHelper ( IArrayView labeledExamples ) : void

Trains the classifier

메소드 상세

PredictHelper() 보호된 메소드

Classifies the example
protected PredictHelper ( Example example, double &confidence ) : int
example Example
confidence double
리턴 int

TrainHelper() 보호된 메소드

Trains the classifier
protected TrainHelper ( IArrayView labeledExamples ) : void
labeledExamples IArrayView
리턴 void

TrainMore() 공개 메소드

Adds the examples to the set of possible neighbor examples
public TrainMore ( IArrayView labeledExamples ) : void
labeledExamples IArrayView
리턴 void