C# Class ActionVisualizer.WekaHelper

Mostra file Open project: ISUE/Multiwave Class Usage Examples

Public Methods

Method Description
Classify ( bool useRubine, float duration, bool righthandedness, List SpeakerAngles, System.Windows.Media.PointCollection pointHist, StylusPointCollection S, List hist, List ihist ) : string
initialize ( ) : void

Private Methods

Method Description
WriteARFF ( ) : void

Method Details

Classify() public static method

public static Classify ( bool useRubine, float duration, bool righthandedness, List SpeakerAngles, System.Windows.Media.PointCollection pointHist, StylusPointCollection S, List hist, List ihist ) : string
useRubine bool
duration float
righthandedness bool
SpeakerAngles List
pointHist System.Windows.Media.PointCollection
S StylusPointCollection
hist List
ihist List
return string

initialize() public static method

public static initialize ( ) : void
return void