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.
UnlabelledData Member List

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

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