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::TestInstanceResult Member List

This is the complete list of members for GRT::TestInstanceResult, including all inherited members.

classDistances (defined in GRT::TestInstanceResult)GRT::TestInstanceResultprotected
CLASSIFICATION_MODE enum value (defined in GRT::TestInstanceResult)GRT::TestInstanceResult
classLabel (defined in GRT::TestInstanceResult)GRT::TestInstanceResultprotected
classLikelihoods (defined in GRT::TestInstanceResult)GRT::TestInstanceResultprotected
getClassLabel() const GRT::TestInstanceResultinline
getMaximumLikelihood() const GRT::TestInstanceResultinline
getPredictedClassLabel() const GRT::TestInstanceResultinline
getSquaredError() const GRT::TestInstanceResultinline
getTestIteration() const GRT::TestInstanceResultinline
getTestMode() const GRT::TestInstanceResultinline
operator=(const TestInstanceResult &rhs)GRT::TestInstanceResultinline
predictedClassLabel (defined in GRT::TestInstanceResult)GRT::TestInstanceResultprotected
REGRESSION_MODE enum value (defined in GRT::TestInstanceResult)GRT::TestInstanceResult
regressionData (defined in GRT::TestInstanceResult)GRT::TestInstanceResultprotected
setClassificationResult(const unsigned int testIteration, const unsigned int classLabel, const unsigned int predictedClassLabel, const unsigned int unProcessedPredictedClassLabel, const VectorFloat &classLikelihoods, const VectorFloat &classDistances)GRT::TestInstanceResultinline
setRegressionResult(const unsigned int testIteration, const VectorFloat &regressionData, const VectorFloat &targetData)GRT::TestInstanceResultinline
targetData (defined in GRT::TestInstanceResult)GRT::TestInstanceResultprotected
TestInstanceResult()GRT::TestInstanceResultinline
TestInstanceResult(const TestInstanceResult &rhs)GRT::TestInstanceResultinline
testIteration (defined in GRT::TestInstanceResult)GRT::TestInstanceResultprotected
TestMode enum name (defined in GRT::TestInstanceResult)GRT::TestInstanceResult
testMode (defined in GRT::TestInstanceResult)GRT::TestInstanceResultprotected
unProcessedPredictedClassLabel (defined in GRT::TestInstanceResult)GRT::TestInstanceResultprotected
~TestInstanceResult()GRT::TestInstanceResultinline