C# 클래스 LeapGestures.Logic.GestureModel

파일 보기 프로젝트 열기: openleap/LeapGestures 1 사용 예제들

공개 메소드들

메소드 설명
GestureModel ( ) : System
GetMatchProbability ( Gesture gesture ) : double
Train ( IEnumerable trainsequence ) : void
setDefaultProbability ( double prob ) : void

비공개 메소드들

메소드 설명
SetDefaultProbability ( IEnumerable defsequence ) : void

메소드 상세

GestureModel() 공개 메소드

public GestureModel ( ) : System
리턴 System

GetMatchProbability() 공개 메소드

public GetMatchProbability ( Gesture gesture ) : double
gesture Gesture
리턴 double

Train() 공개 메소드

public Train ( IEnumerable trainsequence ) : void
trainsequence IEnumerable
리턴 void

setDefaultProbability() 공개 메소드

public setDefaultProbability ( double prob ) : void
prob double
리턴 void