![]() |
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::RegisterFeatureExtractionModule< T >, including all inherited members.
BASE_TYPE_NOT_SET enum value (defined in GRT::MLBase) | GRT::MLBase | private |
baseType (defined in GRT::MLBase) | GRT::MLBase | private |
BaseTypes enum name (defined in GRT::MLBase) | GRT::MLBase | private |
CLASSIFIER enum value (defined in GRT::MLBase) | GRT::MLBase | private |
classType (defined in GRT::GRTBase) | GRT::GRTBase | private |
clear() | GRT::FeatureExtraction | privatevirtual |
CLUSTERER enum value (defined in GRT::MLBase) | GRT::MLBase | private |
computeFeatures(const VectorDouble &inputVector) | GRT::FeatureExtraction | inlineprivatevirtual |
copyBaseVariables(const FeatureExtraction *featureExtractionModule) | GRT::FeatureExtraction | private |
copyGRTBaseVariables(const GRTBase *GRTBase) | GRT::GRTBase | private |
copyMLBaseVariables(const MLBase *mlBase) | GRT::MLBase | private |
createInstanceFromString(string const &featureExtractionType) (defined in GRT::FeatureExtraction) | GRT::FeatureExtraction | privatestatic |
createNewInstance() const | GRT::FeatureExtraction | private |
debugLog (defined in GRT::GRTBase) | GRT::GRTBase | private |
deepCopyFrom(const FeatureExtraction *rhs) | GRT::FeatureExtraction | inlineprivatevirtual |
enableScaling(bool useScaling) | GRT::MLBase | private |
errorLog (defined in GRT::GRTBase) | GRT::GRTBase | private |
featureDataReady (defined in GRT::FeatureExtraction) | GRT::FeatureExtraction | private |
FeatureExtraction() | GRT::FeatureExtraction | private |
featureExtractionType (defined in GRT::FeatureExtraction) | GRT::FeatureExtraction | private |
featureVector (defined in GRT::FeatureExtraction) | GRT::FeatureExtraction | private |
getBaseType() const | GRT::MLBase | private |
getClassType() const | GRT::GRTBase | private |
getFeatureDataReady() const | GRT::FeatureExtraction | private |
getFeatureExtractionType() const | GRT::FeatureExtraction | private |
getFeatureVector() const | GRT::FeatureExtraction | private |
getGRTBasePointer() | GRT::GRTBase | private |
getGRTBasePointer() const | GRT::GRTBase | private |
getGRTRevison() | GRT::GRTBase | privatestatic |
getGRTVersion(bool returnRevision=true) | GRT::GRTBase | privatestatic |
getInitialized() const | GRT::FeatureExtraction | private |
getIsBaseTypeClassifier() const | GRT::MLBase | private |
getIsBaseTypeClusterer() const | GRT::MLBase | private |
getIsBaseTypeRegressifier() const | GRT::MLBase | private |
getLastErrorMessage() const | GRT::GRTBase | private |
getLastInfoMessage() const | GRT::GRTBase | private |
getLastWarningMessage() const | GRT::GRTBase | private |
getLearningRate() const | GRT::MLBase | private |
getMap() (defined in GRT::FeatureExtraction) | GRT::FeatureExtraction | inlineprivatestatic |
getMaxNumEpochs() const | GRT::MLBase | private |
getMinChange() const | GRT::MLBase | private |
getMinNumEpochs() const | GRT::MLBase | private |
getMLBasePointer() | GRT::MLBase | private |
getMLBasePointer() const | GRT::MLBase | private |
getModel(ostream &stream) const | GRT::MLBase | privatevirtual |
getModelAsString() const | GRT::MLBase | privatevirtual |
getModelTrained() const | GRT::MLBase | private |
getNumInputDimensions() const | GRT::FeatureExtraction | private |
getNumInputFeatures() const | GRT::MLBase | private |
getNumOutputDimensions() const | GRT::FeatureExtraction | private |
getNumTrainingIterationsToConverge() const | GRT::MLBase | private |
getRandomiseTrainingOrder() const | GRT::MLBase | private |
getRootMeanSquaredTrainingError() const | GRT::MLBase | private |
getScalingEnabled() const | GRT::MLBase | private |
getTotalSquaredTrainingError() const | GRT::MLBase | private |
getTrained() const | GRT::MLBase | private |
getTrainingResults() const | GRT::MLBase | private |
getUseValidationSet() const | GRT::MLBase | private |
getValidationSetSize() const | GRT::MLBase | private |
GRTBase(void) | GRT::GRTBase | private |
infoLog (defined in GRT::GRTBase) | GRT::GRTBase | private |
init() | GRT::FeatureExtraction | private |
initialized (defined in GRT::FeatureExtraction) | GRT::FeatureExtraction | private |
learningRate (defined in GRT::MLBase) | GRT::MLBase | private |
load(const string filename) | GRT::MLBase | privatevirtual |
loadBaseSettingsFromFile(fstream &file) | GRT::MLBase | private |
loadFeatureExtractionSettingsFromFile(fstream &file) | GRT::FeatureExtraction | private |
loadModelFromFile(fstream &file) | GRT::FeatureExtraction | inlineprivatevirtual |
GRT::MLBase::loadModelFromFile(string filename) | GRT::MLBase | privatevirtual |
map(VectorDouble inputVector) | GRT::MLBase | privatevirtual |
map_(VectorDouble &inputVector) | GRT::MLBase | privatevirtual |
maxNumEpochs (defined in GRT::MLBase) | GRT::MLBase | private |
minChange (defined in GRT::MLBase) | GRT::MLBase | private |
minNumEpochs (defined in GRT::MLBase) | GRT::MLBase | private |
MLBase(void) | GRT::MLBase | private |
notify(const TrainingResult &data) (defined in GRT::Observer< TrainingResult >) | GRT::Observer< TrainingResult > | inlineprivatevirtual |
notify(const TestInstanceResult &data) (defined in GRT::Observer< TestInstanceResult >) | GRT::Observer< TestInstanceResult > | inlineprivatevirtual |
notifyTestResultsObservers(const TestInstanceResult &data) | GRT::MLBase | private |
notifyTrainingResultsObservers(const TrainingResult &data) | GRT::MLBase | private |
numInputDimensions (defined in GRT::MLBase) | GRT::MLBase | private |
numOutputDimensions (defined in GRT::MLBase) | GRT::MLBase | private |
numTrainingIterationsToConverge (defined in GRT::MLBase) | GRT::MLBase | private |
Observer() (defined in GRT::Observer< TrainingResult >) | GRT::Observer< TrainingResult > | inlineprivate |
Observer() (defined in GRT::Observer< TestInstanceResult >) | GRT::Observer< TestInstanceResult > | inlineprivate |
predict(VectorDouble inputVector) | GRT::MLBase | privatevirtual |
predict(MatrixDouble inputMatrix) | GRT::MLBase | privatevirtual |
predict_(VectorDouble &inputVector) | GRT::MLBase | privatevirtual |
predict_(MatrixDouble &inputMatrix) | GRT::MLBase | privatevirtual |
print() const | GRT::MLBase | privatevirtual |
random (defined in GRT::MLBase) | GRT::MLBase | private |
randomiseTrainingOrder (defined in GRT::MLBase) | GRT::MLBase | private |
RegisterFeatureExtractionModule(string const &newFeatureExtractionModuleName) (defined in GRT::RegisterFeatureExtractionModule< T >) | GRT::RegisterFeatureExtractionModule< T > | inline |
registerTestResultsObserver(Observer< TestInstanceResult > &observer) | GRT::MLBase | private |
registerTrainingResultsObserver(Observer< TrainingResult > &observer) | GRT::MLBase | private |
REGRESSIFIER enum value (defined in GRT::MLBase) | GRT::MLBase | private |
removeAllTestObservers() | GRT::MLBase | private |
removeAllTrainingObservers() | GRT::MLBase | private |
removeTestResultsObserver(const Observer< TestInstanceResult > &observer) | GRT::MLBase | private |
removeTrainingResultsObserver(const Observer< TrainingResult > &observer) | GRT::MLBase | private |
reset() | GRT::FeatureExtraction | inlineprivatevirtual |
rootMeanSquaredTrainingError (defined in GRT::MLBase) | GRT::MLBase | private |
save(const string filename) const | GRT::MLBase | privatevirtual |
saveBaseSettingsToFile(fstream &file) const | GRT::MLBase | private |
saveFeatureExtractionSettingsToFile(fstream &file) const | GRT::FeatureExtraction | private |
saveModelToFile(fstream &file) const | GRT::FeatureExtraction | inlineprivatevirtual |
GRT::MLBase::saveModelToFile(string filename) const | GRT::MLBase | privatevirtual |
scale(const double &x, const double &minSource, const double &maxSource, const double &minTarget, const double &maxTarget, const bool constrain=false) | GRT::MLBase | inlineprivate |
setLearningRate(double learningRate) | GRT::MLBase | private |
setMaxNumEpochs(const UINT maxNumEpochs) | GRT::MLBase | private |
setMinChange(const double minChange) | GRT::MLBase | private |
setMinNumEpochs(const UINT minNumEpochs) | GRT::MLBase | private |
setRandomiseTrainingOrder(const bool randomiseTrainingOrder) | GRT::MLBase | private |
setUseValidationSet(const bool useValidationSet) | GRT::MLBase | private |
setValidationSetSize(const UINT validationSetSize) | GRT::MLBase | private |
SQR(const double &x) const (defined in GRT::GRTBase) | GRT::GRTBase | inlineprivate |
StringFeatureExtractionMap typedef | GRT::FeatureExtraction | private |
testingLog (defined in GRT::GRTBase) | GRT::GRTBase | private |
testResultsObserverManager (defined in GRT::MLBase) | GRT::MLBase | private |
totalSquaredTrainingError (defined in GRT::MLBase) | GRT::MLBase | private |
train(ClassificationData trainingData) | GRT::MLBase | privatevirtual |
train(RegressionData trainingData) | GRT::MLBase | privatevirtual |
train(TimeSeriesClassificationData trainingData) | GRT::MLBase | privatevirtual |
train(TimeSeriesClassificationDataStream trainingData) | GRT::MLBase | privatevirtual |
train(UnlabelledData trainingData) | GRT::MLBase | privatevirtual |
train(MatrixDouble data) | GRT::MLBase | privatevirtual |
train_(ClassificationData &trainingData) | GRT::MLBase | privatevirtual |
train_(RegressionData &trainingData) | GRT::MLBase | privatevirtual |
train_(TimeSeriesClassificationData &trainingData) | GRT::MLBase | privatevirtual |
train_(TimeSeriesClassificationDataStream &trainingData) | GRT::MLBase | privatevirtual |
train_(UnlabelledData &trainingData) | GRT::MLBase | privatevirtual |
train_(MatrixDouble &data) | GRT::MLBase | privatevirtual |
trained (defined in GRT::MLBase) | GRT::MLBase | private |
trainingLog (defined in GRT::GRTBase) | GRT::GRTBase | private |
trainingResults (defined in GRT::MLBase) | GRT::MLBase | private |
trainingResultsObserverManager (defined in GRT::MLBase) | GRT::MLBase | private |
useScaling (defined in GRT::MLBase) | GRT::MLBase | private |
useValidationSet (defined in GRT::MLBase) | GRT::MLBase | private |
validationSetSize (defined in GRT::MLBase) | GRT::MLBase | private |
warningLog (defined in GRT::GRTBase) | GRT::GRTBase | private |
~FeatureExtraction() | GRT::FeatureExtraction | privatevirtual |
~GRTBase(void) | GRT::GRTBase | privatevirtual |
~MLBase(void) | GRT::MLBase | privatevirtual |
~Observer() (defined in GRT::Observer< TrainingResult >) | GRT::Observer< TrainingResult > | inlineprivatevirtual |
~Observer() (defined in GRT::Observer< TestInstanceResult >) | GRT::Observer< TestInstanceResult > | inlineprivatevirtual |