GestureRecognitionToolkit  Version: 1.0 Revision: 04-03-15
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
GRT::UnlabelledData Member List

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

addSample(const VectorDouble &sample)GRT::UnlabelledData
clear()GRT::UnlabelledData
enableExternalRangeScaling(const bool useExternalRanges)GRT::UnlabelledData
getData() const GRT::UnlabelledData
getDataAsMatrixDouble() const GRT::UnlabelledData
getDatasetName() const GRT::UnlabelledDatainline
getInfoText() const GRT::UnlabelledDatainline
getNumDimensions() const GRT::UnlabelledDatainline
getNumSamples() const GRT::UnlabelledDatainline
getRanges() const GRT::UnlabelledData
getStatsAsString() const GRT::UnlabelledData
getTestFoldData(const UINT foldIndex) const GRT::UnlabelledData
getTrainingFoldData(const UINT foldIndex) const GRT::UnlabelledData
load(const string &filename)GRT::UnlabelledData
loadDatasetFromCSVFile(const string &filename)GRT::UnlabelledData
loadDatasetFromFile(const string &filename)GRT::UnlabelledData
merge(const UnlabelledData &unlabelledData)GRT::UnlabelledData
operator=(const UnlabelledData &rhs)GRT::UnlabelledData
operator[](const UINT &i)GRT::UnlabelledDatainline
operator[](const UINT &i) const GRT::UnlabelledDatainline
partition(const UINT partitionPercentage)GRT::UnlabelledData
removeLastSample()GRT::UnlabelledData
reserve(const UINT N)GRT::UnlabelledData
save(const string &filename) const GRT::UnlabelledData
saveDatasetToCSVFile(const string &filename) const GRT::UnlabelledData
saveDatasetToFile(const string &filename) const GRT::UnlabelledData
scale(const double minTarget, const double maxTarget)GRT::UnlabelledData
scale(const vector< MinMax > &ranges, const double minTarget, const double maxTarget)GRT::UnlabelledData
setDatasetName(const string datasetName)GRT::UnlabelledData
setExternalRanges(const vector< MinMax > &externalRanges, const bool useExternalRanges=false)GRT::UnlabelledData
setInfoText(const string infoText)GRT::UnlabelledData
setNumDimensions(const UINT numDimensions)GRT::UnlabelledData
spiltDataIntoKFolds(const UINT K)GRT::UnlabelledData
UnlabelledData(const UINT numDimensions=0, const string datasetName="NOT_SET", const string infoText="")GRT::UnlabelledData
UnlabelledData(const UnlabelledData &rhs)GRT::UnlabelledData
~UnlabelledData()GRT::UnlabelledData