GestureRecognitionToolkit  Version: 0.2.5
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
Deprecated List
Member CircularBuffer< T >::GRT_DEPRECATED_MSG ("Use getData() instead!", std::vector< T > getDataAsVector() const )
This function is now deprecated, you should use getData instead! Gets all the data in the buffer as a std::vector.
Member ClassificationData::eraseAllSamplesWithClassLabel (const UINT classLabel)
This function is now depreciated! You should use removeClass(const UINT classLabel) instead.
Member ClassificationData::GRT_DEPRECATED_MSG ("partition(...) is deprecated, use split(...) instead", ClassificationData partition(const UINT partitionPercentage, const bool useStratifiedSampling=false))
use split(...) instead
Member DecisionTree::GRT_DEPRECATED_MSG ("setRemoveFeaturesAtEachSpilt(const bool removeFeaturesAtEachSpilt) is deprecated, use setRemoveFeaturesAtEachSplit(const bool removeFeaturesAtEachSplit) instead", bool setRemoveFeaturesAtEachSpilt(const bool removeFeaturesAtEachSpilt))
use setRemoveFeaturesAtEachSplit(const bool removeFeaturesAtEachSplit)
Member GestureRecognitionPipeline::GRT_DEPRECATED_MSG ("use clear() instead.", bool clearAll())
This function is now deprecated, you should use clear() instead! Removes everything from the pipeline.
Member GestureRecognitionPipeline::GRT_DEPRECATED_MSG ("map_(VectorFloat &inputVector) is deprecated, use predict_(VectorFloat &inputVector) instead", virtual bool map_(VectorFloat &inputVector) override)
use predict_(VectorFloat &inputVector) This function is now depreciated, you should use the predict_(VectorFloat &inputVector) function instead.
Member GestureRecognitionPipeline::GRT_DEPRECATED_MSG ("savePipelineToFile(std::string filename) is deprecated, use save(std::string &filename) instead", bool savePipelineToFile(const std::string &filename) const )
use save(std::string &filename) instead
Member GestureRecognitionPipeline::GRT_DEPRECATED_MSG ("loadPipelineFromFile(std::string filename) is deprecated, use load(std::string &filename) instead", bool loadPipelineFromFile(const std::string &filename))
use load(std::string &filename) instead
Member GMM::GRT_DEPRECATED_MSG ("Use the base class function, setMaxNumEpochs(const UINT maxNumEpochs) instead", bool setMaxIter(UINT maxIter))
use setMaxNumEpochs(const UINT maxNumEpochs) instead This function sets the maxIter parameter which controls when the maximum number of iterations parameter that controls when the GMM train function should stop. MaxIter must be greater than zero.
Member GRTBase::GRT_DEPRECATED_MSG ("getClassType is deprecated, use getId() instead!", std::string getClassType() const )
use getId() instead This function returns the name of the current class as a std::string. For example, if you asked AdaBoost for the class type then this function would return "AdaBoost".
Member Matrix< T >::setAllValues (const T &value)
This function is now depreciated! You should use setAll(const T &value) instead.
Member MLBase::GRT_DEPRECATED_MSG ("getRootMeanSquaredTrainingError() is deprecated, use getRMSTrainingError() instead", Float getRootMeanSquaredTrainingError() const )
use getRMSTrainingError() instead Gets the root mean squared error on the training data during the training phase.
Member MLBase::GRT_DEPRECATED_MSG ("getModelTrained() is deprecated, use getTrained() instead", bool getModelTrained() const )
getTrained() function instead This function is now depreciated. You should use the getTrained() function instead.
Member MLBase::GRT_DEPRECATED_MSG ("loadModelFromFile(std::fstream &file) is deprecated, use load(std::fstream &file) instead", virtual bool loadModelFromFile(std::fstream &file))
use load(std::fstream &file) instead
Member MLBase::GRT_DEPRECATED_MSG ("saveModelToFile(std::string filename) is deprecated, use save(const std::string &filename) instead", virtual bool saveModelToFile(const std::string &filename) const )
use save(std::string filename) instead
Member MLBase::GRT_DEPRECATED_MSG ("saveModelToFile(std::fstream &file) is deprecated, use save(std::fstream &file) instead", virtual bool saveModelToFile(std::fstream &file) const )
use save(std::fstream &file) instead
Member MLBase::GRT_DEPRECATED_MSG ("loadModelFromFile(std::string filename) is deprecated, use load(const std::string &filename) instead", virtual bool loadModelFromFile(const std::string &filename))
use load(std::string filename) instead
Member MLP::GRT_DEPRECATED_MSG ("setNumRandomTrainingIterations() is deprecated, use setNumRestarts() instead", bool setNumRandomTrainingIterations(const UINT numRandomTrainingIterations))
use setNumRestarts() instead Sets number of times the MLP model should be trained to find the best model. This value must be greater than zero.
Member RandomForests::GRT_DEPRECATED_MSG ("setRemoveFeaturesAtEachSpilt(const bool removeFeaturesAtEachSpilt) is deprecated, use setRemoveFeaturesAtEachSplit(const bool removeFeaturesAtEachSplit) instead", bool setRemoveFeaturesAtEachSpilt(const bool removeFeaturesAtEachSpilt))
use setRemoveFeaturesAtEachSplit(const bool removeFeaturesAtEachSplit)
Member RegressionData::GRT_DEPRECATED_MSG ("partition(...) is deprecated, use split(...) instead", RegressionData partition(const UINT trainingSizePercentage))
use split(...) instead
Member TimeSeriesClassificationData::GRT_DEPRECATED_MSG ("partition(...) is deprecated, use split(...) instead", TimeSeriesClassificationData partition(const UINT partitionPercentage, const bool useStratifiedSampling=false))
use split(...) instead
Member UnlabelledData::GRT_DEPRECATED_MSG ("partition(...) is deprecated, use split(...) instead", UnlabelledData partition(const UINT partitionPercentage))
use split(...) instead