GestureRecognitionToolkit  Version: 0.2.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
GRT::TestResult Class Reference

Public Member Functions

 TestResult ()
 
 TestResult (const TestResult &rhs)
 
 ~TestResult ()
 
TestResultoperator= (const TestResult &rhs)
 

Public Attributes

unsigned int numTrainingSamples
 
unsigned int numTestSamples
 
Float accuracy
 
Float rmsError
 
Float totalSquaredError
 
Float trainingTime
 
Float testTime
 
Float rejectionPrecision
 
Float rejectionRecall
 
VectorFloat precision
 
VectorFloat recall
 
VectorFloat fMeasure
 
MatrixFloat confusionMatrix
 

Detailed Description

Definition at line 17 of file TestResult.h.

Constructor & Destructor Documentation

GRT::TestResult::TestResult ( )
inline

Default Constructor.

Initializes the TestResult instance.

Definition at line 24 of file TestResult.h.

GRT::TestResult::TestResult ( const TestResult rhs)
inline

Copy Constructor.

Initializes this instance by copying the data from the rhs instance

Parameters
constTestResult &rhs: another instance of the TestResult class

Definition at line 34 of file TestResult.h.

GRT::TestResult::~TestResult ( )
inline

Default Destructor.

Definition at line 41 of file TestResult.h.


The documentation for this class was generated from the following file: