C# 클래스 GestureTests.ExperimentControl

Controller class to running the experiments.
파일 보기 프로젝트 열기: ISUE/Multiwave 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Recognizer GestureTests.Experiment.LinearClassifier

공개 메소드들

메소드 설명
Initialize ( ) : void

Entry point for setting up and running the experiments.

Run ( ) : void
RunExperiments ( ) : void

Entry point for setting up and running the experiments.

비공개 메소드들

메소드 설명
DoExperimentOnDataset ( Dictionary RecognitionSamples, string experimentName ) : Result>.Dictionary
PopulateDataSets ( ) : void

메소드 상세

Initialize() 공개 메소드

Entry point for setting up and running the experiments.
public Initialize ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

RunExperiments() 공개 메소드

Entry point for setting up and running the experiments.
public RunExperiments ( ) : void
리턴 void

프로퍼티 상세

Recognizer 공개적으로 프로퍼티

public LinearClassifier,GestureTests.Experiment Recognizer
리턴 GestureTests.Experiment.LinearClassifier