![]() |
GestureRecognitionToolkit
Version: 1.0 Revision: 04-03-15
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 GRT::DecisionTreeThresholdNode, including all inherited members.
classProbabilities (defined in GRT::DecisionTreeNode) | GRT::DecisionTreeNode | protected |
classType (defined in GRT::GRTBase) | GRT::GRTBase | protected |
clear() | GRT::DecisionTreeThresholdNode | virtual |
computeBestSpilt(const UINT &trainingMode, const UINT &numSplittingSteps, const ClassificationData &trainingData, const vector< UINT > &features, const vector< UINT > &classLabels, UINT &featureIndex, double &minError) | GRT::DecisionTreeNode | virtual |
computeBestSpiltBestIterativeSpilt(const UINT &numSplittingSteps, const ClassificationData &trainingData, const vector< UINT > &features, const vector< UINT > &classLabels, UINT &featureIndex, double &minError) (defined in GRT::DecisionTreeThresholdNode) | GRT::DecisionTreeThresholdNode | protectedvirtual |
computeBestSpiltBestRandomSpilt(const UINT &numSplittingSteps, const ClassificationData &trainingData, const vector< UINT > &features, const vector< UINT > &classLabels, UINT &featureIndex, double &minError) (defined in GRT::DecisionTreeThresholdNode) | GRT::DecisionTreeThresholdNode | protectedvirtual |
copyGRTBaseVariables(const GRTBase *GRTBase) | GRT::GRTBase | |
createInstanceFromString(string const &nodeType) | GRT::Node | static |
createNewInstance() const | GRT::Node | |
debugLog (defined in GRT::GRTBase) | GRT::GRTBase | protected |
DecisionTreeNode() | GRT::DecisionTreeNode | |
DecisionTreeThresholdNode() | GRT::DecisionTreeThresholdNode | |
deepCopy() const | GRT::DecisionTreeThresholdNode | |
deepCopyNode() const | GRT::DecisionTreeThresholdNode | virtual |
depth (defined in GRT::Node) | GRT::Node | protected |
errorLog (defined in GRT::GRTBase) | GRT::GRTBase | protected |
featureIndex (defined in GRT::DecisionTreeThresholdNode) | GRT::DecisionTreeThresholdNode | protected |
getClassLabelIndexValue(UINT classLabel, const vector< UINT > &classLabels) const (defined in GRT::DecisionTreeNode) | GRT::DecisionTreeNode | inlineprotected |
getClassProbabilities() const | GRT::DecisionTreeNode | |
getClassType() const | GRT::GRTBase | |
getDepth() const | GRT::Node | |
getFeatureIndex() const | GRT::DecisionTreeThresholdNode | |
getGRTBasePointer() | GRT::GRTBase | |
getGRTBasePointer() const | GRT::GRTBase | |
getGRTRevison() | GRT::GRTBase | static |
getGRTVersion(bool returnRevision=true) | GRT::GRTBase | static |
getHasLeftChild() const | GRT::Node | |
getHasParent() const | GRT::Node | |
getHasRightChild() const | GRT::Node | |
getIsLeafNode() const | GRT::Node | |
getLastErrorMessage() const | GRT::GRTBase | |
getLastInfoMessage() const | GRT::GRTBase | |
getLastWarningMessage() const | GRT::GRTBase | |
getLeftChild() const (defined in GRT::Node) | GRT::Node | inline |
getMap() (defined in GRT::Node) | GRT::Node | inlineprotectedstatic |
getMaxDepth() const (defined in GRT::Node) | GRT::Node | |
getModel(ostream &stream) const | GRT::DecisionTreeThresholdNode | virtual |
getNodeID() const | GRT::Node | |
getNodeSize() const | GRT::DecisionTreeNode | |
getNodeType() const | GRT::Node | |
getNumClasses() const | GRT::DecisionTreeNode | |
getParent() const (defined in GRT::Node) | GRT::Node | inline |
getPredictedNodeID() const | GRT::Node | |
getRightChild() const (defined in GRT::Node) | GRT::Node | inline |
getThreshold() const | GRT::DecisionTreeThresholdNode | |
GRTBase(void) | GRT::GRTBase | |
infoLog (defined in GRT::GRTBase) | GRT::GRTBase | protected |
initNode(Node *parent, const UINT depth, const UINT nodeID, const bool isLeafNode=false) (defined in GRT::Node) | GRT::Node | |
isLeafNode (defined in GRT::Node) | GRT::Node | protected |
leftChild (defined in GRT::Node) | GRT::Node | protected |
loadFromFile(fstream &file) | GRT::Node | virtual |
loadParametersFromFile(fstream &file) | GRT::DecisionTreeThresholdNode | protectedvirtual |
Node() | GRT::Node | |
nodeID (defined in GRT::Node) | GRT::Node | protected |
nodeSize (defined in GRT::DecisionTreeNode) | GRT::DecisionTreeNode | protected |
nodeType (defined in GRT::Node) | GRT::Node | protected |
parent (defined in GRT::Node) | GRT::Node | protected |
predict(const VectorDouble &x) | GRT::DecisionTreeThresholdNode | virtual |
GRT::DecisionTreeNode::predict(const VectorDouble &x, VectorDouble &classLikelihoods) | GRT::DecisionTreeNode | virtual |
predictedNodeID (defined in GRT::Node) | GRT::Node | protected |
print() const | GRT::DecisionTreeThresholdNode | virtual |
registerModule (defined in GRT::DecisionTreeThresholdNode) | GRT::DecisionTreeThresholdNode | protectedstatic |
rightChild (defined in GRT::Node) | GRT::Node | protected |
saveParametersToFile(fstream &file) const | GRT::DecisionTreeThresholdNode | protectedvirtual |
saveToFile(fstream &file) const | GRT::Node | virtual |
set(const UINT nodeSize, const UINT featureIndex, const double threshold, const VectorDouble &classProbabilities) | GRT::DecisionTreeThresholdNode | |
setClassProbabilities(const VectorDouble &classProbabilities) | GRT::DecisionTreeNode | |
setDepth(const UINT depth) (defined in GRT::Node) | GRT::Node | |
setIsLeafNode(const bool isLeafNode) (defined in GRT::Node) | GRT::Node | |
setLeafNode(const UINT nodeSize, const VectorDouble &classProbabilities) | GRT::DecisionTreeNode | |
setLeftChild(Node *leftChild) (defined in GRT::Node) | GRT::Node | |
setNodeID(const UINT nodeID) (defined in GRT::Node) | GRT::Node | |
setNodeSize(const UINT nodeSize) | GRT::DecisionTreeNode | |
setParent(Node *parent) (defined in GRT::Node) | GRT::Node | |
setRightChild(Node *rightChild) (defined in GRT::Node) | GRT::Node | |
SQR(const double &x) const (defined in GRT::GRTBase) | GRT::GRTBase | inlineprotected |
StringNodeMap typedef | GRT::Node | |
testingLog (defined in GRT::GRTBase) | GRT::GRTBase | protected |
threshold (defined in GRT::DecisionTreeThresholdNode) | GRT::DecisionTreeThresholdNode | protected |
trainingLog (defined in GRT::GRTBase) | GRT::GRTBase | protected |
warningLog (defined in GRT::GRTBase) | GRT::GRTBase | protected |
~DecisionTreeNode() | GRT::DecisionTreeNode | virtual |
~DecisionTreeThresholdNode() | GRT::DecisionTreeThresholdNode | virtual |
~GRTBase(void) | GRT::GRTBase | virtual |
~Node() | GRT::Node | virtual |