C# Class LeapGestures.Logic.Classifier

显示文件 Open project: openleap/LeapGestures Class Usage Examples

Public Methods

Method Description
Classifier ( ) : System
addGestureModel ( GestureModel gm ) : void
classifyGesture ( Gesture g ) : GestureModel
clear ( ) : void
getCountOfGestures ( ) : int
getGestureModel ( int id ) : GestureModel
getGestureModels ( ) : List
getLastProbability ( ) : double

Method Details

Classifier() public method

public Classifier ( ) : System
return System

addGestureModel() public method

public addGestureModel ( GestureModel gm ) : void
gm GestureModel
return void

classifyGesture() public method

public classifyGesture ( Gesture g ) : GestureModel
g Gesture
return GestureModel

clear() public method

public clear ( ) : void
return void

getCountOfGestures() public method

public getCountOfGestures ( ) : int
return int

getGestureModel() public method

public getGestureModel ( int id ) : GestureModel
id int
return GestureModel

getGestureModels() public method

public getGestureModels ( ) : List
return List

getLastProbability() public method

public getLastProbability ( ) : double
return double