public class HistoryEvaluator extends Object
Constructor and Description |
---|
HistoryEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
addGesture(float evaluation) |
void |
addStroke(float evaluation) |
float |
getEvaluation()
Calculates the weighted average of strokes and adds to it the weighted average of gestures
|