![]() |
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 RegisterClassifierModule< T >, including all inherited members.
| BASE_TYPE_NOT_SET enum value (defined in MLBase) | MLBase | |
| baseType (defined in MLBase) | MLBase | protected |
| BaseTypes enum name (defined in MLBase) | MLBase | |
| bestDistance (defined in Classifier) | Classifier | protected |
| classDistances (defined in Classifier) | Classifier | protected |
| Classifier(void) | Classifier | |
| CLASSIFIER enum value (defined in MLBase) | MLBase | |
| classifierMode (defined in Classifier) | Classifier | protected |
| ClassifierModes enum name (defined in Classifier) | Classifier | protected |
| classifierType (defined in Classifier) | Classifier | protected |
| classLabels (defined in Classifier) | Classifier | protected |
| classLikelihoods (defined in Classifier) | Classifier | protected |
| classType (defined in GRTBase) | GRTBase | protected |
| clear() | Classifier | virtual |
| CLUSTERER enum value (defined in MLBase) | MLBase | |
| copyBaseVariables(const Classifier *classifier) | Classifier | |
| copyGRTBaseVariables(const GRTBase *GRTBase) | GRTBase | |
| copyMLBaseVariables(const MLBase *mlBase) | MLBase | |
| createInstanceFromString(std::string const &classifierType) | Classifier | static |
| createNewInstance() const | Classifier | |
| debugLog (defined in GRTBase) | GRTBase | protected |
| deepCopy() const | Classifier | |
| deepCopyFrom(const Classifier *classifier) | Classifier | inlinevirtual |
| enableNullRejection(bool useNullRejection) | Classifier | |
| enableScaling(const bool useScaling) | MLBase | |
| errorLog (defined in GRTBase) | GRTBase | protected |
| getBaseClassifier() const | Classifier | |
| getBaseType() const | MLBase | |
| getBestDistance() const | Classifier | |
| getClassDistances() const | Classifier | |
| getClassifierPointer() const | Classifier | |
| getClassifierType() const | Classifier | |
| getClassLabelIndexValue(UINT classLabel) const | Classifier | |
| getClassLabels() const | Classifier | |
| getClassLikelihoods() const | Classifier | |
| getClassType() const | GRTBase | |
| getGRTBasePointer() | GRTBase | |
| getGRTBasePointer() const | GRTBase | |
| getGRTRevison() | GRTBase | static |
| getGRTVersion(bool returnRevision=true) | GRTBase | static |
| getInputType() const | MLBase | |
| getIsBaseTypeClassifier() const | MLBase | |
| getIsBaseTypeClusterer() const | MLBase | |
| getIsBaseTypeRegressifier() const | MLBase | |
| getLastErrorMessage() const | GRTBase | |
| getLastInfoMessage() const | GRTBase | |
| getLastWarningMessage() const | GRTBase | |
| getLearningRate() const | MLBase | |
| getMap() (defined in Classifier) | Classifier | inlineprotectedstatic |
| getMaximumLikelihood() const | Classifier | |
| getMaxNumEpochs() const | MLBase | |
| getMinChange() const | MLBase | |
| getMinNumEpochs() const | MLBase | |
| getMLBasePointer() | MLBase | |
| getMLBasePointer() const | MLBase | |
| getModel(std::ostream &stream) const | MLBase | virtual |
| getModelAsString() const | MLBase | virtual |
| getModelTrained() const | MLBase | |
| getNullRejectionCoeff() const | Classifier | |
| getNullRejectionEnabled() const | Classifier | |
| getNullRejectionThresholds() const | Classifier | |
| getNumClasses() const | Classifier | virtual |
| getNumInputDimensions() const | MLBase | |
| getNumInputFeatures() const | MLBase | |
| getNumOutputDimensions() const | MLBase | |
| getNumTrainingIterationsToConverge() const | MLBase | |
| getOutputType() const | MLBase | |
| getPhase() const | Classifier | |
| getPredictedClassLabel() const | Classifier | |
| getRandomiseTrainingOrder() const | MLBase | |
| getRanges() const | Classifier | |
| getRegisteredClassifiers() | Classifier | static |
| getRootMeanSquaredTrainingError() const | MLBase | |
| getScalingEnabled() const | MLBase | |
| getSupportsNullRejection() const | Classifier | |
| getTimeseriesCompatible() const | Classifier | inline |
| getTotalSquaredTrainingError() const | MLBase | |
| getTrained() const | MLBase | |
| getTrainingResults() const | MLBase | |
| getUseValidationSet() const | MLBase | |
| getValidationSetAccuracy() const | MLBase | |
| getValidationSetPrecision() const | MLBase | |
| getValidationSetRecall() const | MLBase | |
| getValidationSetSize() const | MLBase | |
| GRTBase(void) | GRTBase | |
| infoLog (defined in GRTBase) | GRTBase | protected |
| inputType (defined in MLBase) | MLBase | protected |
| learningRate (defined in MLBase) | MLBase | protected |
| load(const std::string filename) | MLBase | virtual |
| loadBaseSettingsFromFile(std::fstream &file) | Classifier | protected |
| loadModelFromFile(std::string filename) | MLBase | virtual |
| loadModelFromFile(std::fstream &file) | MLBase | virtual |
| map(VectorFloat inputVector) | MLBase | virtual |
| map_(VectorFloat &inputVector) | MLBase | virtual |
| maxLikelihood (defined in Classifier) | Classifier | protected |
| maxNumEpochs (defined in MLBase) | MLBase | protected |
| minChange (defined in MLBase) | MLBase | protected |
| minNumEpochs (defined in MLBase) | MLBase | protected |
| MLBase(void) | MLBase | |
| 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 | |
| nullRejectionCoeff (defined in Classifier) | Classifier | protected |
| nullRejectionThresholds (defined in Classifier) | Classifier | protected |
| numClasses (defined in Classifier) | Classifier | protected |
| numInputDimensions (defined in MLBase) | MLBase | protected |
| numOutputDimensions (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 |
| outputType (defined in MLBase) | MLBase | protected |
| phase (defined in Classifier) | Classifier | protected |
| predict(VectorFloat inputVector) | MLBase | virtual |
| predict(MatrixFloat inputMatrix) | MLBase | virtual |
| predict_(VectorFloat &inputVector) | MLBase | virtual |
| predict_(MatrixFloat &inputMatrix) | MLBase | virtual |
| predictedClassLabel (defined in Classifier) | Classifier | protected |
| print() const | MLBase | virtual |
| random (defined in MLBase) | MLBase | protected |
| randomiseTrainingOrder (defined in MLBase) | MLBase | protected |
| ranges (defined in Classifier) | Classifier | protected |
| recomputeNullRejectionThresholds() | Classifier | inlinevirtual |
| RegisterClassifierModule(std::string const &newClassificationModuleName) (defined in RegisterClassifierModule< T >) | RegisterClassifierModule< T > | inline |
| 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() | Classifier | virtual |
| rootMeanSquaredTrainingError (defined in MLBase) | MLBase | protected |
| save(const std::string filename) const | MLBase | virtual |
| saveBaseSettingsToFile(std::fstream &file) const | Classifier | protected |
| saveModelToFile(std::string filename) const | MLBase | virtual |
| saveModelToFile(std::fstream &file) const | MLBase | virtual |
| scale(const Float &x, const Float &minSource, const Float &maxSource, const Float &minTarget, const Float &maxTarget, const bool constrain=false) | MLBase | inline |
| setErrorLoggingEnabled(const bool loggingEnabled) | GRTBase | |
| setInfoLoggingEnabled(const bool loggingEnabled) | GRTBase | |
| setLearningRate(const Float learningRate) | MLBase | |
| setMaxNumEpochs(const UINT maxNumEpochs) | MLBase | |
| setMinChange(const Float minChange) | MLBase | |
| setMinNumEpochs(const UINT minNumEpochs) | MLBase | |
| setNullRejectionCoeff(Float nullRejectionCoeff) | Classifier | virtual |
| setNullRejectionThresholds(VectorFloat newRejectionThresholds) | Classifier | virtual |
| setRandomiseTrainingOrder(const bool randomiseTrainingOrder) | 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 | inlineprotected |
| STANDARD_CLASSIFIER_MODE enum value (defined in Classifier) | Classifier | protected |
| StringClassifierMap typedef | Classifier | |
| supportsNullRejection (defined in Classifier) | Classifier | protected |
| testingLog (defined in GRTBase) | GRTBase | protected |
| testResultsObserverManager (defined in MLBase) | MLBase | protected |
| TIMESERIES_CLASSIFIER_MODE enum value (defined in Classifier) | Classifier | protected |
| totalSquaredTrainingError (defined in MLBase) | MLBase | protected |
| train(ClassificationData trainingData) | MLBase | virtual |
| train(RegressionData trainingData) | 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_(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 GRTBase) | GRTBase | protected |
| trainingResults (defined in MLBase) | MLBase | protected |
| trainingResultsObserverManager (defined in MLBase) | MLBase | protected |
| useNullRejection (defined in Classifier) | Classifier | 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 |
| ~Classifier(void) | Classifier | virtual |
| ~GRTBase(void) | GRTBase | virtual |
| ~MLBase(void) | MLBase | virtual |
| ~Observer() (defined in Observer< TrainingResult >) | Observer< TrainingResult > | inlinevirtual |
| ~Observer() (defined in Observer< TestInstanceResult >) | Observer< TestInstanceResult > | inlinevirtual |