![]() |
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.
|
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 | UnlabelledData | inline |
| getInfoText() const | UnlabelledData | inline |
| getNumDimensions() const | UnlabelledData | inline |
| getNumSamples() const | UnlabelledData | inline |
| getRanges() const | UnlabelledData | |
| getStatsAsString() const | UnlabelledData | |
| getTestFoldData(const UINT foldIndex) const | UnlabelledData | |
| getTrainingFoldData(const UINT foldIndex) const | 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) | UnlabelledData | inline |
| operator[](const UINT &i) const | UnlabelledData | inline |
| partition(const UINT partitionPercentage) | UnlabelledData | |
| 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 | |
| UnlabelledData(const UINT numDimensions=0, const std::string datasetName="NOT_SET", const std::string infoText="") | UnlabelledData | |
| UnlabelledData(const UnlabelledData &rhs) | UnlabelledData | |
| ~UnlabelledData() | UnlabelledData |