![]() |
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 RegisterNode< T >, including all inherited members.
| classType (defined in GRTBase) | GRTBase | private |
| clear() | Node | privatevirtual |
| computeFeatureWeights(VectorFloat &weights) const | Node | privatevirtual |
| computeLeafNodeWeights(MatrixFloat &weights) const | Node | privatevirtual |
| copyGRTBaseVariables(const GRTBase *GRTBase) | GRTBase | private |
| createInstanceFromString(std::string const &nodeType) | Node | privatestatic |
| createNewInstance() const | Node | private |
| debugLog (defined in GRTBase) | GRTBase | private |
| deepCopyNode() const | Node | privatevirtual |
| depth (defined in Node) | Node | private |
| errorLog (defined in GRTBase) | GRTBase | private |
| getClassType() const | GRTBase | 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 |
| getIsLeafNode() const | Node | private |
| getLastErrorMessage() const | GRTBase | private |
| getLastInfoMessage() const | GRTBase | private |
| getLastWarningMessage() const | GRTBase | private |
| getLeftChild() const (defined in Node) | Node | inlineprivate |
| getMap() (defined in Node) | Node | inlineprivatestatic |
| getMaxDepth() const (defined in Node) | Node | private |
| getModel(std::ostream &stream) const | Node | privatevirtual |
| getNodeID() const | Node | private |
| getNodeType() const | Node | private |
| getParent() const (defined in Node) | Node | inlineprivate |
| getPredictedNodeID() const | Node | private |
| getRightChild() const (defined in Node) | Node | inlineprivate |
| GRTBase(void) | 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 |
| isLeafNode (defined in Node) | Node | private |
| leftChild (defined in Node) | Node | private |
| loadFromFile(std::fstream &file) | Node | privatevirtual |
| loadParametersFromFile(std::fstream &file) | Node | inlineprivatevirtual |
| Node() | Node | private |
| nodeID (defined in Node) | Node | private |
| nodeType (defined in Node) | Node | private |
| parent (defined in Node) | Node | private |
| predict(const VectorFloat &x) | Node | privatevirtual |
| predict(const VectorFloat &x, VectorFloat &y) | Node | privatevirtual |
| predictedNodeID (defined in Node) | Node | private |
| print() const | Node | privatevirtual |
| RegisterNode(std::string const &newNodeName) (defined in RegisterNode< T >) | RegisterNode< T > | inline |
| rightChild (defined in Node) | Node | private |
| saveParametersToFile(std::fstream &file) const | Node | inlineprivatevirtual |
| saveToFile(std::fstream &file) const | Node | privatevirtual |
| 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 |
| setLeftChild(Node *leftChild) (defined in Node) | Node | private |
| setNodeID(const UINT nodeID) (defined in Node) | Node | private |
| setParent(Node *parent) (defined in Node) | Node | private |
| setRightChild(Node *rightChild) (defined in Node) | Node | private |
| setWarningLoggingEnabled(const bool loggingEnabled) | GRTBase | private |
| SQR(const Float &x) const (defined in GRTBase) | GRTBase | inlineprivate |
| StringNodeMap typedef | Node | private |
| testingLog (defined in GRTBase) | GRTBase | private |
| trainingLog (defined in GRTBase) | GRTBase | private |
| warningLog (defined in GRTBase) | GRTBase | private |
| ~GRTBase(void) | GRTBase | privatevirtual |
| ~Node() | Node | privatevirtual |