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