|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.ximtec.igesture.batch.Statistic
public class Statistic
Holds static information about a gesture class. Used by the BatchProcess.
| Constructor Summary | |
|---|---|
Statistic(GestureClass gestureClass)
Constructs a new class statistic. |
|
| Method Summary | |
|---|---|
String |
getClassName()
Returns the gesture class name. |
int |
getCorrect()
Returns the number of correctly recognised gestures. |
int |
getError()
Returns the number of errors. |
int |
getRejectCorrect()
Returns the number of correctly rejected gestures. |
int |
getRejectError()
|
void |
incCorrect()
Increments the number of correctly recognised gestures. |
void |
incError()
Increments the number of errors. |
void |
incRejectCorrect()
Increments the number of correctly rejected gestured. |
void |
incRejectError()
Increments the number of wrongly rejected gestures. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Statistic(GestureClass gestureClass)
className - the name of the gesture class| Method Detail |
|---|
public void incCorrect()
public int getCorrect()
public void incError()
public int getError()
public void incRejectError()
public int getRejectError()
public void incRejectCorrect()
public int getRejectCorrect()
public String getClassName()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||