C# 클래스 MCAEmotiv.Classification.DecisionStump

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

Private Properties

프로퍼티 타입 설명
TrainBinary void

공개 메소드들

메소드 설명
Train ( IArrayView labeledExamples, IArrayView weights ) : void

Trains the classifier using weighted examples

보호된 메소드들

메소드 설명
PredictBinary ( Example binaryExample, double &confidence ) : int

Classifies the example

TrainBinary ( IArrayView binaryExamples ) : void

Trains the classifier

비공개 메소드들

메소드 설명
TrainBinary ( IArrayView binaryExamples, IArrayView weights ) : void

메소드 상세

PredictBinary() 보호된 메소드

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

Train() 공개 메소드

Trains the classifier using weighted examples
public Train ( IArrayView labeledExamples, IArrayView weights ) : void
labeledExamples IArrayView
weights IArrayView
리턴 void

TrainBinary() 보호된 메소드

Trains the classifier
protected TrainBinary ( IArrayView binaryExamples ) : void
binaryExamples IArrayView
리턴 void