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 BernoulliRBM, including all inherited members.
BASE_TYPE_NOT_SET enum value (defined in MLBase) | MLBase | |
BaseType enum name (defined in MLBase) | MLBase | |
baseType (defined in MLBase) | MLBase | protected |
BatchIndexs typedef (defined in BernoulliRBM) | BernoulliRBM | protected |
batchSize (defined in BernoulliRBM) | BernoulliRBM | protected |
batchStepSize (defined in BernoulliRBM) | BernoulliRBM | protected |
BernoulliRBM(const UINT numHiddenUnits=100, const UINT maxNumEpochs=1000, const Float learningRate=1, const Float learningRateUpdate=1, const Float momentum=0.5, const bool useScaling=true, const bool randomiseTrainingOrder=true) (defined in BernoulliRBM) | BernoulliRBM | |
classId | GRTBase | protected |
CLASSIFIER enum value (defined in MLBase) | MLBase | |
clear() | BernoulliRBM | virtual |
CLUSTERER enum value (defined in MLBase) | MLBase | |
CONTEXT enum value (defined in MLBase) | MLBase | |
converged (defined in MLBase) | MLBase | protected |
copyGRTBaseVariables(const GRTBase *GRTBase) | GRTBase | |
copyMLBaseVariables(const MLBase *mlBase) | MLBase | |
debugLog (defined in GRTBase) | GRTBase | protected |
enableScaling(const bool useScaling) | MLBase | |
errorLog (defined in GRTBase) | GRTBase | protected |
FEATURE_EXTRACTION enum value (defined in MLBase) | MLBase | |
getBatchSize() const | MLBase | |
getConverged() const | MLBase | |
getGRTBasePointer() | GRTBase | |
getGRTBasePointer() const | GRTBase | |
getGRTRevison() | GRTBase | static |
getGRTVersion(bool returnRevision=true) | GRTBase | static |
getId() const | GRTBase | |
getInputType() const | MLBase | |
getIsBaseTypeClassifier() const | MLBase | |
getIsBaseTypeClusterer() const | MLBase | |
getIsBaseTypeRegressifier() const | MLBase | |
getLastErrorMessage() const | GRTBase | |
getLastInfoMessage() const | GRTBase | |
getLastWarningMessage() const | GRTBase | |
getLearningRate() const | MLBase | |
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 |
getNumHiddenUnits() const (defined in BernoulliRBM) | BernoulliRBM | |
getNumInputDimensions() const | MLBase | |
getNumInputFeatures() const | MLBase | |
getNumOutputDimensions() const | MLBase | |
getNumRestarts() const | MLBase | |
getNumTrainingIterationsToConverge() const | MLBase | |
getNumVisibleUnits() const (defined in BernoulliRBM) | BernoulliRBM | |
getOutputData() const (defined in BernoulliRBM) | BernoulliRBM | |
getOutputType() const | MLBase | |
getRandomiseTrainingOrder() const | MLBase | |
getRandomizeWeightsForTraining() const (defined in BernoulliRBM) | BernoulliRBM | |
getRMSTrainingError() const | MLBase | |
getRMSValidationError() const | MLBase | |
getScalingEnabled() const | MLBase | |
getTestingLoggingEnabled() const | MLBase | |
getTotalSquaredTrainingError() const | MLBase | |
getTrained() const | MLBase | |
getTrainingLoggingEnabled() const | MLBase | |
getTrainingResults() const | MLBase | |
getType() const | MLBase | |
getUseValidationSet() const | MLBase | |
getValidationSetAccuracy() const | MLBase | |
getValidationSetPrecision() const | MLBase | |
getValidationSetRecall() const | MLBase | |
getValidationSetSize() const | MLBase | |
getWeights() const (defined in BernoulliRBM) | BernoulliRBM | |
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 | |
GRT_DEPRECATED_MSG("saveModelToFile(std::fstream &file) is deprecated, use save(std::fstream &file) instead", virtual bool saveModelToFile(std::fstream &file) const ) | 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 | |
GRT_DEPRECATED_MSG("loadModelFromFile(std::fstream &file) is deprecated, use load(std::fstream &file) instead", virtual bool loadModelFromFile(std::fstream &file)) | MLBase | |
GRT_DEPRECATED_MSG("getRootMeanSquaredTrainingError() is deprecated, use getRMSTrainingError() instead", Float getRootMeanSquaredTrainingError() const ) | 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 | |
hiddenLayerBias (defined in BernoulliRBM) | BernoulliRBM | protected |
infoLog (defined in GRTBase) | GRTBase | protected |
inputType (defined in MLBase) | MLBase | protected |
learningRate (defined in MLBase) | MLBase | protected |
learningRateUpdate (defined in BernoulliRBM) | BernoulliRBM | protected |
load(std::fstream &file) | BernoulliRBM | virtual |
MLBase::load(const std::string &filename) | MLBase | virtual |
loadBaseSettingsFromFile(std::fstream &file) | MLBase | protected |
loadLegacyModelFromFile(std::fstream &file) | BernoulliRBM | protected |
map(VectorFloat inputVector) | MLBase | virtual |
map_(VectorFloat &inputVector) | MLBase | virtual |
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 | |
momentum (defined in BernoulliRBM) | BernoulliRBM | protected |
nh_means (defined in BernoulliRBM) | BernoulliRBM | protected |
nh_samples (defined in BernoulliRBM) | BernoulliRBM | 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 | |
numHiddenUnits (defined in BernoulliRBM) | BernoulliRBM | protected |
numInputDimensions (defined in MLBase) | MLBase | protected |
numOutputDimensions (defined in MLBase) | MLBase | protected |
numRestarts (defined in MLBase) | MLBase | protected |
numTrainingIterationsToConverge (defined in MLBase) | MLBase | protected |
numVisibleUnits (defined in BernoulliRBM) | BernoulliRBM | protected |
nv_means (defined in BernoulliRBM) | BernoulliRBM | protected |
nv_samples (defined in BernoulliRBM) | BernoulliRBM | protected |
Observer() (defined in Observer< TrainingResult >) | Observer< TrainingResult > | inline |
Observer() (defined in Observer< TestInstanceResult >) | Observer< TestInstanceResult > | inline |
outputData (defined in BernoulliRBM) | BernoulliRBM | protected |
outputType (defined in MLBase) | MLBase | protected |
ph_mean (defined in BernoulliRBM) | BernoulliRBM | protected |
ph_sample (defined in BernoulliRBM) | BernoulliRBM | 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 &inputData) | BernoulliRBM | virtual |
predict_(VectorFloat &inputData, VectorFloat &outputData) | BernoulliRBM | |
predict_(const MatrixFloat &inputData, MatrixFloat &outputData, const UINT rowIndex) | BernoulliRBM | |
MLBase::predict_(MatrixFloat &inputMatrix) | MLBase | virtual |
print() const | BernoulliRBM | virtual |
rand (defined in BernoulliRBM) | BernoulliRBM | protected |
random (defined in MLBase) | MLBase | protected |
randomiseTrainingOrder (defined in MLBase) | MLBase | protected |
randomizeWeightsForTraining (defined in BernoulliRBM) | BernoulliRBM | protected |
ranges (defined in BernoulliRBM) | BernoulliRBM | protected |
reconstruct(const VectorFloat &input, VectorFloat &output) (defined in BernoulliRBM) | BernoulliRBM | |
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() | BernoulliRBM | virtual |
rmsTrainingError (defined in MLBase) | MLBase | protected |
rmsValidationError (defined in MLBase) | MLBase | protected |
save(std::fstream &file) const | BernoulliRBM | virtual |
MLBase::save(const std::string &filename) const | MLBase | virtual |
saveBaseSettingsToFile(std::fstream &file) const | MLBase | 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) (defined in BernoulliRBM) | BernoulliRBM | |
setBatchStepSize(const UINT batchStepSize) (defined in BernoulliRBM) | BernoulliRBM | |
setDebugLoggingEnabled(const bool loggingEnabled) | GRTBase | |
setErrorLoggingEnabled(const bool loggingEnabled) | GRTBase | |
setInfoLoggingEnabled(const bool loggingEnabled) | GRTBase | |
setLearningRate(const Float learningRate) | MLBase | |
setLearningRateUpdate(const Float learningRateUpdate) (defined in BernoulliRBM) | BernoulliRBM | |
setMaxNumEpochs(const UINT maxNumEpochs) | MLBase | |
setMinChange(const Float minChange) | MLBase | |
setMinNumEpochs(const UINT minNumEpochs) | MLBase | |
setMomentum(const Float momentum) (defined in BernoulliRBM) | BernoulliRBM | |
setNumHiddenUnits(const UINT numHiddenUnits) (defined in BernoulliRBM) | BernoulliRBM | |
setNumRestarts(const UINT numRestarts) | MLBase | |
setRandomiseTrainingOrder(const bool randomiseTrainingOrder) | MLBase | |
setRandomizeWeightsForTraining(const bool randomizeWeightsForTraining) (defined in BernoulliRBM) | BernoulliRBM | |
setTestingLoggingEnabled(const bool loggingEnabled) | MLBase | |
setTrainingLoggingEnabled(const bool loggingEnabled) | MLBase | |
setUseValidationSet(const bool useValidationSet) | MLBase | |
setValidationSetSize(const UINT validationSetSize) | MLBase | |
setWarningLoggingEnabled(const bool loggingEnabled) | GRTBase | |
sigmoidRandom(const Float &x) (defined in BernoulliRBM) | BernoulliRBM | inlineprotected |
SQR(const Float &x) const (defined in GRTBase) | GRTBase | inline |
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_(MatrixFloat &data) | BernoulliRBM | virtual |
MLBase::train_(ClassificationData &trainingData) | MLBase | virtual |
MLBase::train_(RegressionData &trainingData) | MLBase | virtual |
MLBase::train_(RegressionData &trainingData, RegressionData &validationData) | MLBase | virtual |
MLBase::train_(TimeSeriesClassificationData &trainingData) | MLBase | virtual |
MLBase::train_(ClassificationDataStream &trainingData) | MLBase | virtual |
MLBase::train_(UnlabelledData &trainingData) | MLBase | virtual |
trained (defined in MLBase) | MLBase | protected |
trainingLog (defined in MLBase) | MLBase | protected |
trainingResults (defined in MLBase) | MLBase | protected |
trainingResultsObserverManager (defined in MLBase) | MLBase | 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 |
visibleLayerBias (defined in BernoulliRBM) | BernoulliRBM | protected |
warningLog (defined in GRTBase) | GRTBase | protected |
weightsMatrix (defined in BernoulliRBM) | BernoulliRBM | protected |
~BernoulliRBM() (defined in BernoulliRBM) | BernoulliRBM | 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 |