![]() |
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.
|
This is the complete list of members for DecisionTreeThresholdNode, including all inherited members.
| BASE_TYPE_NOT_SET enum value (defined in MLBase) | MLBase | |
| baseType (defined in MLBase) | MLBase | protected |
| BaseType enum name (defined in MLBase) | MLBase | |
| batchSize (defined in MLBase) | MLBase | protected |
| classId | GRTBase | protected |
| CLASSIFIER enum value (defined in MLBase) | MLBase | |
| classProbabilities (defined in DecisionTreeNode) | DecisionTreeNode | protected |
| clear() override | DecisionTreeThresholdNode | virtual |
| CLUSTERER enum value (defined in MLBase) | MLBase | |
| computeBestSplit(const UINT &trainingMode, const UINT &numSplittingSteps, const ClassificationData &trainingData, const Vector< UINT > &features, const Vector< UINT > &classLabels, UINT &featureIndex, Float &minError) | DecisionTreeNode | virtual |
| computeBestSplitBestIterativeSplit(const UINT &numSplittingSteps, const ClassificationData &trainingData, const Vector< UINT > &features, const Vector< UINT > &classLabels, UINT &featureIndex, Float &minError) override (defined in DecisionTreeThresholdNode) | DecisionTreeThresholdNode | protectedvirtual |
| computeBestSplitBestRandomSplit(const UINT &numSplittingSteps, const ClassificationData &trainingData, const Vector< UINT > &features, const Vector< UINT > &classLabels, UINT &featureIndex, Float &minError) override (defined in DecisionTreeThresholdNode) | DecisionTreeThresholdNode | protectedvirtual |
| computeFeatureWeights(VectorFloat &weights) const | Node | virtual |
| computeLeafNodeWeights(MatrixFloat &weights) const | Node | virtual |
| CONTEXT enum value (defined in MLBase) | MLBase | |
| converged (defined in MLBase) | MLBase | protected |
| copyGRTBaseVariables(const GRTBase *GRTBase) | GRTBase | |
| copyMLBaseVariables(const MLBase *mlBase) | MLBase | |
| createInstanceFromString(std::string const &nodeType) | Node | static |
| createNewInstance() const | Node | |
| debugLog (defined in GRTBase) | GRTBase | protected |
| DecisionTreeNode(const std::string id="DecisionTreeNode") | DecisionTreeNode | |
| DecisionTreeNode(const DecisionTreeNode &rhs)=delete | DecisionTreeNode | |
| DecisionTreeThresholdNode() | DecisionTreeThresholdNode | |
| deepCopy() const override | DecisionTreeThresholdNode | virtual |
| depth (defined in Node) | Node | protected |
| enableScaling(const bool useScaling) | MLBase | |
| errorLog (defined in GRTBase) | GRTBase | protected |
| FEATURE_EXTRACTION enum value (defined in MLBase) | MLBase | |
| featureIndex (defined in DecisionTreeThresholdNode) | DecisionTreeThresholdNode | protected |
| getBatchSize() const | MLBase | |
| getClassLabelIndexValue(UINT classLabel, const Vector< UINT > &classLabels) (defined in DecisionTreeNode) | DecisionTreeNode | static |
| getClassProbabilities() const | DecisionTreeNode | |
| getConverged() const | MLBase | |
| getDepth() const | Node | |
| getFeatureIndex() const | DecisionTreeThresholdNode | |
| getGRTBasePointer() | GRTBase | |
| getGRTBasePointer() const | GRTBase | |
| getGRTRevison() | GRTBase | static |
| getGRTVersion(bool returnRevision=true) | GRTBase | static |
| getHasLeftChild() const | Node | |
| getHasParent() const | Node | |
| getHasRightChild() const | Node | |
| getId() const | GRTBase | |
| getInputType() const | MLBase | |
| getIsBaseTypeClassifier() const | MLBase | |
| getIsBaseTypeClusterer() const | MLBase | |
| getIsBaseTypeRegressifier() const | MLBase | |
| getIsLeafNode() const | Node | |
| getLastErrorMessage() const | GRTBase | |
| getLastInfoMessage() const | GRTBase | |
| getLastWarningMessage() const | GRTBase | |
| getLearningRate() const | MLBase | |
| getLeftChild() const (defined in Node) | Node | inline |
| getMap() (defined in Node) | Node | inlineprotectedstatic |
| getMaxDepth() const (defined in Node) | Node | |
| getMaxNumEpochs() const | MLBase | |
| getMinChange() const | MLBase | |
| getMinNumEpochs() const | MLBase | |
| getMLBasePointer() | MLBase | |
| getMLBasePointer() const | MLBase | |
| getModel(std::ostream &stream) const override | DecisionTreeThresholdNode | virtual |
| getModelAsString() const | MLBase | virtual |
| getNodeID() const | Node | |
| getNodeSize() const | DecisionTreeNode | |
| getNodeType() const | Node | |
| getNumClasses() const | DecisionTreeNode | |
| getNumInputDimensions() const | MLBase | |
| getNumInputFeatures() const | MLBase | |
| getNumOutputDimensions() const | MLBase | |
| getNumRestarts() const | MLBase | |
| getNumTrainingIterationsToConverge() const | MLBase | |
| getOutputType() const | MLBase | |
| getParent() const (defined in Node) | Node | inline |
| getPredictedNodeID() const | Node | |
| getRandomiseTrainingOrder() const | MLBase | |
| getRightChild() const (defined in Node) | Node | inline |
| getRMSTrainingError() const | MLBase | |
| getRMSValidationError() const | MLBase | |
| getScalingEnabled() const | MLBase | |
| getTestingLoggingEnabled() const | MLBase | |
| getThreshold() const | DecisionTreeThresholdNode | |
| getTotalSquaredTrainingError() const | MLBase | |
| getTrained() const | MLBase | |
| getTrainingLoggingEnabled() const | MLBase | |
| getTrainingResults() const | MLBase | |
| getType() const | MLBase | |
| getUseValidationSet() const | MLBase | |
| getValidationSetAccuracy() const | MLBase | |
| getValidationSetPrecision() const | MLBase | |
| getValidationSetRecall() const | MLBase | |
| getValidationSetSize() const | 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 ) | MLBase | |
| GRT_DEPRECATED_MSG("saveModelToFile(std::fstream &file) is deprecated, use save(std::fstream &file) instead", virtual bool saveModelToFile(std::fstream &file) const ) | MLBase | |
| GRT_DEPRECATED_MSG("loadModelFromFile(std::string filename) is deprecated, use load(const std::string &filename) instead", virtual bool loadModelFromFile(const std::string &filename)) | MLBase | |
| GRT_DEPRECATED_MSG("loadModelFromFile(std::fstream &file) is deprecated, use load(std::fstream &file) instead", virtual bool loadModelFromFile(std::fstream &file)) | MLBase | |
| GRT_DEPRECATED_MSG("getRootMeanSquaredTrainingError() is deprecated, use getRMSTrainingError() instead", Float getRootMeanSquaredTrainingError() const ) | MLBase | |
| GRT_DEPRECATED_MSG("getModelTrained() is deprecated, use getTrained() instead", bool getModelTrained() const ) | MLBase | |
| GRTBase::GRT_DEPRECATED_MSG("getClassType is deprecated, use getId() instead!", std::string getClassType() const ) | GRTBase | |
| GRTBase(const std::string &id="") | GRTBase | |
| infoLog (defined in GRTBase) | GRTBase | protected |
| initNode(Node *parent, const UINT depth, const UINT nodeID, const bool isLeafNode=false) (defined in Node) | Node | |
| inputType (defined in MLBase) | MLBase | protected |
| isLeafNode (defined in Node) | Node | protected |
| learningRate (defined in MLBase) | MLBase | protected |
| leftChild (defined in Node) | Node | protected |
| load(std::fstream &file) override | Node | virtual |
| MLBase::load(const std::string &filename) | MLBase | virtual |
| loadBaseSettingsFromFile(std::fstream &file) | MLBase | protected |
| loadParametersFromFile(std::fstream &file) override | DecisionTreeThresholdNode | protectedvirtual |
| map(VectorFloat inputVector) | MLBase | virtual |
| map_(VectorFloat &inputVector) | MLBase | virtual |
| maxNumEpochs (defined in MLBase) | MLBase | protected |
| minChange (defined in MLBase) | MLBase | protected |
| minNumEpochs (defined in MLBase) | MLBase | protected |
| MLBase(const std::string &id="", const BaseType type=BASE_TYPE_NOT_SET) | MLBase | |
| Node(const std::string id="Node") | Node | |
| nodeID (defined in Node) | Node | protected |
| nodeSize (defined in DecisionTreeNode) | DecisionTreeNode | protected |
| nodeType (defined in Node) | Node | protected |
| notify(const TrainingResult &data) (defined in Observer< TrainingResult >) | Observer< TrainingResult > | inlinevirtual |
| notify(const TestInstanceResult &data) (defined in Observer< TestInstanceResult >) | Observer< TestInstanceResult > | inlinevirtual |
| notifyTestResultsObservers(const TestInstanceResult &data) | MLBase | |
| notifyTrainingResultsObservers(const TrainingResult &data) | MLBase | |
| numInputDimensions (defined in MLBase) | MLBase | protected |
| numOutputDimensions (defined in MLBase) | MLBase | protected |
| numRestarts (defined in MLBase) | MLBase | protected |
| numTrainingIterationsToConverge (defined in MLBase) | MLBase | protected |
| Observer() (defined in Observer< TrainingResult >) | Observer< TrainingResult > | inline |
| Observer() (defined in Observer< TestInstanceResult >) | Observer< TestInstanceResult > | inline |
| operator=(const DecisionTreeNode &rhs)=delete | DecisionTreeNode | |
| outputType (defined in MLBase) | MLBase | protected |
| parent (defined in Node) | Node | protected |
| POST_PROCESSING enum value (defined in MLBase) | MLBase | |
| PRE_PROCSSING enum value (defined in MLBase) | MLBase | |
| predict(VectorFloat inputVector) | MLBase | virtual |
| predict(MatrixFloat inputMatrix) | MLBase | virtual |
| predict_(VectorFloat &x) override | DecisionTreeThresholdNode | virtual |
| DecisionTreeNode::predict_(VectorFloat &x, VectorFloat &classLikelihoods) override | DecisionTreeNode | virtual |
| MLBase::predict_(MatrixFloat &inputMatrix) | MLBase | virtual |
| predictedNodeID (defined in Node) | Node | protected |
| print() const override | DecisionTreeThresholdNode | virtual |
| random (defined in MLBase) | MLBase | protected |
| randomiseTrainingOrder (defined in MLBase) | MLBase | protected |
| registerModule (defined in DecisionTreeThresholdNode) | DecisionTreeThresholdNode | protectedstatic |
| registerTestResultsObserver(Observer< TestInstanceResult > &observer) | MLBase | |
| registerTrainingResultsObserver(Observer< TrainingResult > &observer) | MLBase | |
| REGRESSIFIER enum value (defined in MLBase) | MLBase | |
| removeAllTestObservers() | MLBase | |
| removeAllTrainingObservers() | MLBase | |
| removeTestResultsObserver(const Observer< TestInstanceResult > &observer) | MLBase | |
| removeTrainingResultsObserver(const Observer< TrainingResult > &observer) | MLBase | |
| reset() | MLBase | virtual |
| rightChild (defined in Node) | Node | protected |
| rmsTrainingError (defined in MLBase) | MLBase | protected |
| rmsValidationError (defined in MLBase) | MLBase | protected |
| save(std::fstream &file) const override | Node | virtual |
| MLBase::save(const std::string &filename) const | MLBase | virtual |
| saveBaseSettingsToFile(std::fstream &file) const | MLBase | protected |
| saveParametersToFile(std::fstream &file) const override | DecisionTreeThresholdNode | protectedvirtual |
| scale(const Float &x, const Float &minSource, const Float &maxSource, const Float &minTarget, const Float &maxTarget, const bool constrain=false) | GRTBase | inline |
| set(const UINT nodeSize, const UINT featureIndex, const Float threshold, const VectorFloat &classProbabilities) | DecisionTreeThresholdNode | |
| setBatchSize(const UINT batchSize) | MLBase | |
| setClassProbabilities(const VectorFloat &classProbabilities) | DecisionTreeNode | |
| setDebugLoggingEnabled(const bool loggingEnabled) | GRTBase | |
| setDepth(const UINT depth) (defined in Node) | Node | |
| setErrorLoggingEnabled(const bool loggingEnabled) | GRTBase | |
| setInfoLoggingEnabled(const bool loggingEnabled) | GRTBase | |
| setIsLeafNode(const bool isLeafNode) (defined in Node) | Node | |
| setLeafNode(const UINT nodeSize, const VectorFloat &classProbabilities) | DecisionTreeNode | |
| setLearningRate(const Float learningRate) | MLBase | |
| setLeftChild(Node *leftChild) (defined in Node) | Node | |
| setMaxNumEpochs(const UINT maxNumEpochs) | MLBase | |
| setMinChange(const Float minChange) | MLBase | |
| setMinNumEpochs(const UINT minNumEpochs) | MLBase | |
| setNodeID(const UINT nodeID) (defined in Node) | Node | |
| setNodeSize(const UINT nodeSize) | DecisionTreeNode | |
| setNumRestarts(const UINT numRestarts) | MLBase | |
| setParent(Node *parent) (defined in Node) | Node | |
| setRandomiseTrainingOrder(const bool randomiseTrainingOrder) | MLBase | |
| setRightChild(Node *rightChild) (defined in Node) | Node | |
| setTestingLoggingEnabled(const bool loggingEnabled) | MLBase | |
| setTrainingLoggingEnabled(const bool loggingEnabled) | MLBase | |
| setUseValidationSet(const bool useValidationSet) | MLBase | |
| setValidationSetSize(const UINT validationSetSize) | MLBase | |
| setWarningLoggingEnabled(const bool loggingEnabled) | GRTBase | |
| SQR(const Float &x) const (defined in GRTBase) | GRTBase | inline |
| StringNodeMap typedef | Node | |
| testingLog (defined in MLBase) | MLBase | protected |
| testResultsObserverManager (defined in MLBase) | MLBase | protected |
| threshold (defined in DecisionTreeThresholdNode) | DecisionTreeThresholdNode | protected |
| totalSquaredTrainingError (defined in MLBase) | MLBase | protected |
| train(ClassificationData trainingData) | MLBase | virtual |
| train(RegressionData trainingData) | MLBase | virtual |
| train(RegressionData trainingData, RegressionData validationData) | MLBase | virtual |
| train(TimeSeriesClassificationData trainingData) | MLBase | virtual |
| train(ClassificationDataStream trainingData) | MLBase | virtual |
| train(UnlabelledData trainingData) | MLBase | virtual |
| train(MatrixFloat data) | MLBase | virtual |
| train_(ClassificationData &trainingData) | MLBase | virtual |
| train_(RegressionData &trainingData) | MLBase | virtual |
| train_(RegressionData &trainingData, RegressionData &validationData) | MLBase | virtual |
| train_(TimeSeriesClassificationData &trainingData) | MLBase | virtual |
| train_(ClassificationDataStream &trainingData) | MLBase | virtual |
| train_(UnlabelledData &trainingData) | MLBase | virtual |
| train_(MatrixFloat &data) | MLBase | virtual |
| trained (defined in MLBase) | MLBase | protected |
| trainingLog (defined in MLBase) | MLBase | protected |
| trainingResults (defined in MLBase) | MLBase | protected |
| trainingResultsObserverManager (defined in MLBase) | MLBase | protected |
| useScaling (defined in MLBase) | MLBase | protected |
| useValidationSet (defined in MLBase) | MLBase | protected |
| validationSetAccuracy (defined in MLBase) | MLBase | protected |
| validationSetPrecision (defined in MLBase) | MLBase | protected |
| validationSetRecall (defined in MLBase) | MLBase | protected |
| validationSetSize (defined in MLBase) | MLBase | protected |
| warningLog (defined in GRTBase) | GRTBase | protected |
| ~DecisionTreeNode() | DecisionTreeNode | virtual |
| ~DecisionTreeThresholdNode() | DecisionTreeThresholdNode | virtual |
| ~GRTBase(void) | GRTBase | virtual |
| ~MLBase(void) | MLBase | virtual |
| ~Node() | Node | virtual |
| ~Observer() (defined in Observer< TrainingResult >) | Observer< TrainingResult > | inlinevirtual |
| ~Observer() (defined in Observer< TestInstanceResult >) | Observer< TestInstanceResult > | inlinevirtual |