GestureRecognitionToolkit
Version: 0.1.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
The ClassificationData is the main data structure for recording, labeling, managing, saving, and loading training data for supervised learning problems. More...
#include "VectorFloat.h"
#include "../Util/GRTCommon.h"
#include "../CoreModules/GRTBase.h"
#include "ClassificationSample.h"
#include "RegressionData.h"
#include "UnlabelledData.h"
Go to the source code of this file.
Classes | |
class | ClassificationData |
The ClassificationData is the main data structure for recording, labeling, managing, saving, and loading training data for supervised learning problems.
Definition in file ClassificationData.h.