![]() |
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 MLP, including all inherited members.
| activationFunctionFromString(const std::string activationName) const | MLP | |
| activationFunctionToString(const Neuron::Type activationFunction) const | MLP | |
| back_prop(const VectorFloat &inputVector, const VectorFloat &targetVector, const Float alpha, const Float beta) | MLP | protected |
| BASE_TYPE_NOT_SET enum value (defined in MLBase) | MLBase | |
| BaseType enum name (defined in MLBase) | MLBase | |
| baseType (defined in MLBase) | MLBase | protected |
| batchSize (defined in MLBase) | MLBase | protected |
| checkForNAN() const | MLP | |
| classId | GRTBase | protected |
| classificationModeActive (defined in MLP) | MLP | protected |
| CLASSIFIER enum value (defined in MLBase) | MLBase | |
| classLikelihoods (defined in MLP) | MLP | protected |
| clear() | MLP | virtual |
| CLUSTERER enum value (defined in MLBase) | MLBase | |
| CONTEXT enum value (defined in MLBase) | MLBase | |
| converged (defined in MLBase) | MLBase | protected |
| copyBaseVariables(const Regressifier *regressifier) | Regressifier | |
| copyGRTBaseVariables(const GRTBase *GRTBase) | GRTBase | |
| copyMLBaseVariables(const MLBase *mlBase) | MLBase | |
| create(const std::string &id) | Regressifier | static |
| create() const | Regressifier | |
| debugLog (defined in GRTBase) | GRTBase | protected |
| deepCopy() const | Regressifier | |
| deepCopyFrom(const Regressifier *regressifier) | MLP | virtual |
| deltaH (defined in MLP) | MLP | protected |
| deltaO (defined in MLP) | MLP | protected |
| enableScaling(const bool useScaling) | MLBase | |
| errorLog (defined in GRTBase) | GRTBase | protected |
| FEATURE_EXTRACTION enum value (defined in MLBase) | MLBase | |
| feedforward(VectorFloat data) | MLP | protected |
| feedforward(const VectorFloat &data, VectorFloat &inputNeuronsOutput, VectorFloat &hiddenNeuronsOutput, VectorFloat &outputNeuronsOutput) | MLP | protected |
| gamma (defined in MLP) | MLP | protected |
| getBaseRegressifier() const | Regressifier | |
| getBatchSize() const | MLBase | |
| getClassDistances() const | MLP | |
| getClassificationModeActive() const | MLP | |
| getClassLikelihoods() const | MLP | |
| getConverged() const | MLBase | |
| getGamma() const | MLP | |
| getGRTBasePointer() | GRTBase | |
| getGRTBasePointer() const | GRTBase | |
| getGRTRevison() | GRTBase | static |
| getGRTVersion(bool returnRevision=true) | GRTBase | static |
| getHiddenLayer() const | MLP | |
| getHiddenLayerActivationFunction() const | MLP | |
| getId() | MLP | static |
| Regressifier::getId() const | GRTBase | |
| getInputLayer() const | MLP | |
| getInputLayerActivationFunction() const | MLP | |
| getInputRanges() const | Regressifier | |
| 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 Regressifier) | Regressifier | inlineprotectedstatic |
| getMaximumLikelihood() const | MLP | |
| 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 |
| getMomentum() const | MLP | |
| getNullRejectionCoeff() const | MLP | |
| getNullRejectionEnabled() const | MLP | |
| getNullRejectionThreshold() const | MLP | |
| getNumClasses() const | MLP | |
| getNumHiddenNeurons() const | MLP | |
| getNumInputDimensions() const | MLBase | |
| getNumInputFeatures() const | MLBase | |
| getNumInputNeurons() const | MLP | |
| getNumOutputDimensions() const | MLBase | |
| getNumOutputNeurons() const | MLP | |
| getNumRandomTrainingIterations() const | MLP | |
| getNumRestarts() const | MLBase | |
| getNumTrainingIterationsToConverge() const | MLBase | |
| getOutputLayer() const | MLP | |
| getOutputLayerActivationFunction() const | MLP | |
| getOutputRanges() const | Regressifier | |
| getOutputType() const | MLBase | |
| getPredictedClassLabel() const | MLP | |
| getRandomiseTrainingOrder() const | MLBase | |
| getRegisteredRegressifiers() | Regressifier | static |
| getRegressionData() const | Regressifier | |
| getRegressionModeActive() const | MLP | |
| getRMSTrainingError() const | MLBase | |
| getRMSValidationError() const | MLBase | |
| getScalingEnabled() const | MLBase | |
| getTestingLoggingEnabled() const | MLBase | |
| getTotalSquaredTrainingError() const | MLBase | |
| getTrained() const | MLBase | |
| getTrainingError() const | MLP | |
| getTrainingLog() const | MLP | |
| getTrainingLoggingEnabled() const | MLBase | |
| getTrainingRate() const | MLP | |
| getTrainingResults() const | MLBase | |
| getType() const | MLBase | |
| getUseValidationSet() const | MLBase | |
| getValidationSetAccuracy() const | MLBase | |
| getValidationSetPrecision() const | MLBase | |
| getValidationSetRecall() const | MLBase | |
| getValidationSetSize() const | MLBase | |
| GRT_DEPRECATED_MSG("setNumRandomTrainingIterations() is deprecated, use setNumRestarts() instead", bool setNumRandomTrainingIterations(const UINT numRandomTrainingIterations)) | MLP | |
| GRT_DEPRECATED_MSG("createNewInstance is deprecated, use create() instead.", Regressifier *createNewInstance() const ) (defined in Regressifier) | Regressifier | |
| GRT_DEPRECATED_MSG("createInstanceFromString(id) is deprecated, use create(id) instead.", static Regressifier *createInstanceFromString(const std::string &id)) (defined in Regressifier) | Regressifier | |
| GRT_DEPRECATED_MSG("getRegressifierType is deprecated, use getId() instead", std::string getRegressifierType() const ) (defined in Regressifier) | Regressifier | |
| MLBase::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 | |
| MLBase::GRT_DEPRECATED_MSG("saveModelToFile(std::fstream &file) is deprecated, use save(std::fstream &file) instead", virtual bool saveModelToFile(std::fstream &file) const ) | MLBase | |
| MLBase::GRT_DEPRECATED_MSG("loadModelFromFile(std::string filename) is deprecated, use load(const std::string &filename) instead", virtual bool loadModelFromFile(const std::string &filename)) | MLBase | |
| MLBase::GRT_DEPRECATED_MSG("loadModelFromFile(std::fstream &file) is deprecated, use load(std::fstream &file) instead", virtual bool loadModelFromFile(std::fstream &file)) | MLBase | |
| MLBase::GRT_DEPRECATED_MSG("getRootMeanSquaredTrainingError() is deprecated, use getRMSTrainingError() instead", Float getRootMeanSquaredTrainingError() const ) | MLBase | |
| MLBase::GRT_DEPRECATED_MSG("getModelTrained() is deprecated, use getTrained() instead", bool getModelTrained() const ) | MLBase | |
| GRTBase::GRT_DEPRECATED_MSG("getClassType is deprecated, use getId() instead!", std::string getClassType() const ) | GRTBase | |
| GRTBase(const std::string &id="") | GRTBase | |
| hiddenLayer (defined in MLP) | MLP | protected |
| hiddenLayerActivationFunction (defined in MLP) | MLP | protected |
| hiddenNeuronsOutput (defined in MLP) | MLP | protected |
| infoLog (defined in GRTBase) | GRTBase | protected |
| init(const UINT numInputNeurons, const UINT numHiddenNeurons, const UINT numOutputNeurons) | MLP | |
| init(const UINT numInputNeurons, const UINT numHiddenNeurons, const UINT numOutputNeurons, const Neuron::Type inputLayerActivationFunction, const Neuron::Type hiddenLayerActivationFunction, const Neuron::Type outputLayerActivationFunction) | MLP | |
| initialized (defined in MLP) | MLP | protected |
| inputLayer (defined in MLP) | MLP | protected |
| inputLayerActivationFunction (defined in MLP) | MLP | protected |
| inputNeuronsOutput (defined in MLP) | MLP | protected |
| inputType (defined in MLBase) | MLBase | protected |
| inputVectorRanges (defined in Regressifier) | Regressifier | protected |
| isNAN(const Float &v) const (defined in MLP) | MLP | inlineprotected |
| learningRate (defined in MLBase) | MLBase | protected |
| load(std::fstream &file) | MLP | virtual |
| Regressifier::load(const std::string &filename) | MLBase | virtual |
| loadBaseSettingsFromFile(std::fstream &file) | Regressifier | protected |
| loadLegacyModelFromFile(std::fstream &file) (defined in MLP) | MLP | protected |
| map(VectorFloat inputVector) | MLBase | virtual |
| map_(VectorFloat &inputVector) | MLBase | virtual |
| maxLikelihood (defined in MLP) | MLP | protected |
| maxNumEpochs (defined in MLBase) | MLBase | protected |
| minChange (defined in MLBase) | MLBase | protected |
| minNumEpochs (defined in MLBase) | MLBase | protected |
| MLBase(const std::string &id="", const BaseType type=BASE_TYPE_NOT_SET) | MLBase | |
| MLP() | MLP | |
| MLP(const MLP &rhs) | MLP | |
| momentum (defined in MLP) | MLP | protected |
| 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 MLP) | MLP | protected |
| nullRejectionThreshold (defined in MLP) | MLP | protected |
| numHiddenNeurons (defined in MLP) | MLP | protected |
| numInputDimensions (defined in MLBase) | MLBase | protected |
| numInputNeurons (defined in MLP) | MLP | protected |
| numOutputDimensions (defined in MLBase) | MLBase | protected |
| numOutputNeurons (defined in MLP) | MLP | protected |
| numRestarts (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 |
| ONLINE_GRADIENT_DESCENT enum value (defined in MLP) | MLP | |
| operator=(const MLP &rhs) | MLP | |
| outputLayer (defined in MLP) | MLP | protected |
| outputLayerActivationFunction (defined in MLP) | MLP | protected |
| outputNeuronsOutput (defined in MLP) | MLP | protected |
| outputTargets (defined in MLP) | MLP | protected |
| outputType (defined in MLBase) | MLBase | protected |
| POST_PROCESSING enum value (defined in MLBase) | MLBase | |
| PRE_PROCSSING enum value (defined in MLBase) | MLBase | |
| predict(VectorFloat inputVector) | MLBase | virtual |
| predict(MatrixFloat inputMatrix) | MLBase | virtual |
| predict_(VectorFloat &inputVector) | MLP | virtual |
| Regressifier::predict_(MatrixFloat &inputMatrix) | MLBase | virtual |
| predictedClassLabel (defined in MLP) | MLP | protected |
| print() const | MLP | virtual |
| printNetwork() const | MLP | |
| random (defined in MLBase) | MLBase | protected |
| randomiseTrainingOrder (defined in MLBase) | MLBase | protected |
| registerTestResultsObserver(Observer< TestInstanceResult > &observer) | MLBase | |
| registerTrainingResultsObserver(Observer< TrainingResult > &observer) | MLBase | |
| REGRESSIFIER enum value (defined in MLBase) | MLBase | |
| Regressifier(const std::string &id="") | Regressifier | |
| regressifierType (defined in Regressifier) | Regressifier | protected |
| regressionData (defined in Regressifier) | Regressifier | protected |
| removeAllTestObservers() | MLBase | |
| removeAllTrainingObservers() | MLBase | |
| removeTestResultsObserver(const Observer< TestInstanceResult > &observer) | MLBase | |
| removeTrainingResultsObserver(const Observer< TrainingResult > &observer) | MLBase | |
| reset() override | Regressifier | virtual |
| rmsTrainingError (defined in MLBase) | MLBase | protected |
| rmsValidationError (defined in MLBase) | MLBase | protected |
| save(std::fstream &file) const | MLP | virtual |
| Regressifier::save(const std::string &filename) const | MLBase | virtual |
| saveBaseSettingsToFile(std::fstream &file) const | Regressifier | protected |
| scale(const Float &x, const Float &minSource, const Float &maxSource, const Float &minTarget, const Float &maxTarget, const bool constrain=false) | GRTBase | inline |
| setBatchSize(const UINT batchSize) | MLBase | |
| setDebugLoggingEnabled(const bool loggingEnabled) | GRTBase | |
| setErrorLoggingEnabled(const bool loggingEnabled) | GRTBase | |
| setGamma(const Float gamma) | MLP | |
| setHiddenLayerActivationFunction(const Neuron::Type activationFunction) | MLP | |
| setInfoLoggingEnabled(const bool loggingEnabled) | GRTBase | |
| setInputLayerActivationFunction(const Neuron::Type activationFunction) | MLP | |
| setLearningRate(const Float learningRate) | MLBase | |
| setMaxNumEpochs(const UINT maxNumEpochs) | MLBase | |
| setMinChange(const Float minChange) | MLBase | |
| setMinNumEpochs(const UINT minNumEpochs) | MLBase | |
| setMomentum(const Float momentum) | MLP | |
| setNullRejection(const bool useNullRejection) | MLP | |
| setNullRejectionCoeff(const Float nullRejectionCoeff) | MLP | |
| setNumRestarts(const UINT numRestarts) | MLBase | |
| setOutputLayerActivationFunction(const Neuron::Type activationFunction) | MLP | |
| setOutputTargets() (defined in MLP) | MLP | protected |
| setRandomiseTrainingOrder(const bool randomiseTrainingOrder) | MLBase | |
| setTestingLoggingEnabled(const bool loggingEnabled) | MLBase | |
| setTrainingLoggingEnabled(const bool loggingEnabled) | MLBase | |
| setTrainingRate(const Float trainingRate) | MLP | |
| setUseValidationSet(const bool useValidationSet) | MLBase | |
| setValidationSetSize(const UINT validationSetSize) | MLBase | |
| setWarningLoggingEnabled(const bool loggingEnabled) | GRTBase | |
| SQR(const Float &x) const (defined in GRTBase) | GRTBase | inline |
| StringRegressifierMap typedef | Regressifier | |
| targetVectorRanges (defined in Regressifier) | Regressifier | protected |
| testingLog (defined in MLBase) | MLBase | protected |
| testResultsObserverManager (defined in MLBase) | MLBase | protected |
| totalSquaredTrainingError (defined in MLBase) | MLBase | protected |
| train(ClassificationData trainingData) | MLBase | virtual |
| train(RegressionData trainingData) | MLBase | virtual |
| train(RegressionData trainingData, RegressionData validationData) | 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) | MLP | virtual |
| train_(RegressionData &trainingData) | MLP | virtual |
| Regressifier::train_(RegressionData &trainingData, RegressionData &validationData) | MLBase | virtual |
| Regressifier::train_(TimeSeriesClassificationData &trainingData) | MLBase | virtual |
| Regressifier::train_(ClassificationDataStream &trainingData) | MLBase | virtual |
| Regressifier::train_(UnlabelledData &trainingData) | MLBase | virtual |
| Regressifier::train_(MatrixFloat &data) | MLBase | virtual |
| trained (defined in MLBase) | MLBase | protected |
| TrainingAlgorithm enum name (defined in MLP) | MLP | |
| trainingError (defined in MLP) | MLP | protected |
| trainingErrorLog (defined in MLP) | MLP | protected |
| trainingLog (defined in MLBase) | MLBase | protected |
| trainingMode (defined in MLP) | MLP | protected |
| trainingResults (defined in MLBase) | MLBase | protected |
| trainingResultsObserverManager (defined in MLBase) | MLBase | protected |
| trainModel(RegressionData &trainingData) (defined in MLP) | MLP | protected |
| trainOnlineGradientDescentClassification(const RegressionData &trainingData, const RegressionData &validationData) (defined in MLP) | MLP | protected |
| trainOnlineGradientDescentRegression(const RegressionData &trainingData, const RegressionData &validationData) (defined in MLP) | MLP | protected |
| useNullRejection (defined in MLP) | MLP | protected |
| useScaling (defined in MLBase) | MLBase | protected |
| useValidationSet (defined in MLBase) | MLBase | protected |
| validateActivationFunction(const Neuron::Type avactivationFunction) const | MLP | |
| 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 |
| ~GRTBase(void) | GRTBase | virtual |
| ~MLBase(void) | MLBase | virtual |
| ~MLP() | MLP | virtual |
| ~Observer() (defined in Observer< TrainingResult >) | Observer< TrainingResult > | inlinevirtual |
| ~Observer() (defined in Observer< TestInstanceResult >) | Observer< TestInstanceResult > | inlinevirtual |
| ~Regressifier(void) | Regressifier | virtual |