![]() |
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::DTW, including all inherited members.
ABSOLUTE_DIST enum value (defined in GRT::DTW) | GRT::DTW | |
averageTemplateLength (defined in GRT::DTW) | GRT::DTW | protected |
BASE_TYPE_NOT_SET enum value (defined in GRT::MLBase) | GRT::MLBase | |
baseType (defined in GRT::MLBase) | GRT::MLBase | protected |
BaseTypes enum name (defined in GRT::MLBase) | GRT::MLBase | |
bestDistance (defined in GRT::Classifier) | GRT::Classifier | protected |
CLASS_LIKELIHOODS enum value (defined in GRT::DTW) | GRT::DTW | |
classDistances (defined in GRT::Classifier) | GRT::Classifier | protected |
CLASSIFIER enum value (defined in GRT::MLBase) | GRT::MLBase | |
Classifier(void) | GRT::Classifier | |
classifierMode (defined in GRT::Classifier) | GRT::Classifier | protected |
ClassifierModes enum name (defined in GRT::Classifier) | GRT::Classifier | protected |
classifierType (defined in GRT::Classifier) | GRT::Classifier | protected |
classLabels (defined in GRT::Classifier) | GRT::Classifier | protected |
classLikelihoods (defined in GRT::Classifier) | GRT::Classifier | protected |
classType (defined in GRT::GRTBase) | GRT::GRTBase | protected |
clear() | GRT::DTW | virtual |
CLUSTERER enum value (defined in GRT::MLBase) | GRT::MLBase | |
constrainWarpingPath (defined in GRT::DTW) | GRT::DTW | protected |
constrainZNorm (defined in GRT::DTW) | GRT::DTW | protected |
continuousInputDataBuffer (defined in GRT::DTW) | GRT::DTW | protected |
copyBaseVariables(const Classifier *classifier) | GRT::Classifier | |
copyGRTBaseVariables(const GRTBase *GRTBase) | GRT::GRTBase | |
copyMLBaseVariables(const MLBase *mlBase) | GRT::MLBase | |
createInstanceFromString(string const &classifierType) | GRT::Classifier | static |
createNewInstance() const | GRT::Classifier | |
debugLog (defined in GRT::GRTBase) | GRT::GRTBase | protected |
deepCopy() const | GRT::Classifier | |
deepCopyFrom(const Classifier *classifier) | GRT::DTW | virtual |
distanceMatrices (defined in GRT::DTW) | GRT::DTW | protected |
distanceMethod (defined in GRT::DTW) | GRT::DTW | protected |
DistanceMethods enum name (defined in GRT::DTW) | GRT::DTW | |
DTW(bool useScaling=false, bool useNullRejection=false, double nullRejectionCoeff=3.0, UINT rejectionMode=DTW::TEMPLATE_THRESHOLDS, bool dtwConstrain=true, double radius=0.2, bool offsetUsingFirstSample=false, bool useSmoothing=false, UINT smoothingFactor=5) | GRT::DTW | |
DTW(const DTW &rhs) | GRT::DTW | |
enableNullRejection(bool useNullRejection) | GRT::Classifier | |
enableScaling(bool useScaling) | GRT::MLBase | |
enableTrimTrainingData(bool trimTrainingData, double trimThreshold, double maximumTrimPercentage) | GRT::DTW | |
enableZNormalization(bool useZNormalization, bool constrainZNorm=true) | GRT::DTW | |
errorLog (defined in GRT::GRTBase) | GRT::GRTBase | protected |
EUCLIDEAN_DIST enum value (defined in GRT::DTW) | GRT::DTW | |
getBaseClassifier() const | GRT::Classifier | |
getBaseType() const | GRT::MLBase | |
getBestDistance() const | GRT::Classifier | |
getClassDistances() const | GRT::Classifier | |
getClassifierPointer() const | GRT::Classifier | |
getClassifierType() const | GRT::Classifier | |
getClassLabelIndexValue(UINT classLabel) const | GRT::Classifier | |
getClassLabels() const | GRT::Classifier | |
getClassLikelihoods() const | GRT::Classifier | |
getClassType() const | GRT::GRTBase | |
getDistanceMatrices() | GRT::DTW | inline |
getGRTBasePointer() | GRT::GRTBase | |
getGRTBasePointer() const | GRT::GRTBase | |
getGRTRevison() | GRT::GRTBase | static |
getGRTVersion(bool returnRevision=true) | GRT::GRTBase | static |
getInputDataBuffer() | GRT::DTW | inline |
getIsBaseTypeClassifier() const | GRT::MLBase | |
getIsBaseTypeClusterer() const | GRT::MLBase | |
getIsBaseTypeRegressifier() const | GRT::MLBase | |
getLastErrorMessage() const | GRT::GRTBase | |
getLastInfoMessage() const | GRT::GRTBase | |
getLastWarningMessage() const | GRT::GRTBase | |
getLearningRate() const | GRT::MLBase | |
getMap() (defined in GRT::Classifier) | GRT::Classifier | inlineprotectedstatic |
getMaximumLikelihood() const | GRT::Classifier | |
getMaxNumEpochs() const | GRT::MLBase | |
getMinChange() const | GRT::MLBase | |
getMinNumEpochs() const | GRT::MLBase | |
getMLBasePointer() | GRT::MLBase | |
getMLBasePointer() const | GRT::MLBase | |
getModel(ostream &stream) const | GRT::MLBase | virtual |
getModelAsString() const | GRT::MLBase | virtual |
getModels() | GRT::DTW | inline |
getModelTrained() const | GRT::MLBase | |
getNullRejectionCoeff() const | GRT::Classifier | |
getNullRejectionEnabled() const | GRT::Classifier | |
getNullRejectionThresholds() const | GRT::Classifier | |
getNumClasses() const | GRT::Classifier | virtual |
getNumInputDimensions() const | GRT::MLBase | |
getNumInputFeatures() const | GRT::MLBase | |
getNumOutputDimensions() const | GRT::MLBase | |
getNumTemplates() | GRT::DTW | inline |
getNumTrainingIterationsToConverge() const | GRT::MLBase | |
getPhase() const | GRT::Classifier | |
getPredictedClassLabel() const | GRT::Classifier | |
getRandomiseTrainingOrder() const | GRT::MLBase | |
getRanges() const | GRT::Classifier | |
getRegisteredClassifiers() | GRT::Classifier | static |
getRejectionMode() | GRT::DTW | inline |
getRootMeanSquaredTrainingError() const | GRT::MLBase | |
getScalingEnabled() const | GRT::MLBase | |
getSupportsNullRejection() const | GRT::Classifier | |
getTimeseriesCompatible() const | GRT::Classifier | inline |
getTotalSquaredTrainingError() const | GRT::MLBase | |
getTrained() const | GRT::MLBase | |
getTrainingResults() const | GRT::MLBase | |
getUseValidationSet() const | GRT::MLBase | |
getValidationSetSize() const | GRT::MLBase | |
getWarpingPaths() | GRT::DTW | inline |
GRTBase(void) | GRT::GRTBase | |
infoLog (defined in GRT::GRTBase) | GRT::GRTBase | protected |
learningRate (defined in GRT::MLBase) | GRT::MLBase | protected |
load(const string filename) | GRT::MLBase | virtual |
loadBaseSettingsFromFile(fstream &file) | GRT::Classifier | protected |
loadLegacyModelFromFile(fstream &file) (defined in GRT::DTW) | GRT::DTW | protected |
loadModelFromFile(fstream &file) | GRT::DTW | virtual |
GRT::Classifier::loadModelFromFile(string filename) | GRT::MLBase | virtual |
map(VectorDouble inputVector) | GRT::MLBase | virtual |
map_(VectorDouble &inputVector) | GRT::MLBase | virtual |
maximumTrimPercentage (defined in GRT::DTW) | GRT::DTW | protected |
maxLikelihood (defined in GRT::Classifier) | GRT::Classifier | protected |
maxNumEpochs (defined in GRT::MLBase) | GRT::MLBase | protected |
minChange (defined in GRT::MLBase) | GRT::MLBase | protected |
minNumEpochs (defined in GRT::MLBase) | GRT::MLBase | protected |
MLBase(void) | GRT::MLBase | |
NORM_ABSOLUTE_DIST enum value (defined in GRT::DTW) | GRT::DTW | |
notify(const TrainingResult &data) (defined in GRT::Observer< TrainingResult >) | GRT::Observer< TrainingResult > | inlinevirtual |
notify(const TestInstanceResult &data) (defined in GRT::Observer< TestInstanceResult >) | GRT::Observer< TestInstanceResult > | inlinevirtual |
notifyTestResultsObservers(const TestInstanceResult &data) | GRT::MLBase | |
notifyTrainingResultsObservers(const TrainingResult &data) | GRT::MLBase | |
nullRejectionCoeff (defined in GRT::Classifier) | GRT::Classifier | protected |
nullRejectionThresholds (defined in GRT::Classifier) | GRT::Classifier | protected |
numClasses (defined in GRT::Classifier) | GRT::Classifier | protected |
numInputDimensions (defined in GRT::MLBase) | GRT::MLBase | protected |
numOutputDimensions (defined in GRT::MLBase) | GRT::MLBase | protected |
numTemplates (defined in GRT::DTW) | GRT::DTW | protected |
numTrainingIterationsToConverge (defined in GRT::MLBase) | GRT::MLBase | protected |
Observer() (defined in GRT::Observer< TrainingResult >) | GRT::Observer< TrainingResult > | inline |
Observer() (defined in GRT::Observer< TestInstanceResult >) | GRT::Observer< TestInstanceResult > | inline |
offsetUsingFirstSample (defined in GRT::DTW) | GRT::DTW | protected |
operator=(const DTW &rhs) | GRT::DTW | |
phase (defined in GRT::Classifier) | GRT::Classifier | protected |
predict(VectorDouble inputVector) | GRT::MLBase | virtual |
predict(MatrixDouble inputMatrix) | GRT::MLBase | virtual |
predict_(VectorDouble &inputVector) | GRT::DTW | virtual |
predict_(MatrixDouble &timeSeries) | GRT::DTW | virtual |
predictedClassLabel (defined in GRT::Classifier) | GRT::Classifier | protected |
print() const | GRT::MLBase | virtual |
radius (defined in GRT::DTW) | GRT::DTW | protected |
random (defined in GRT::MLBase) | GRT::MLBase | protected |
randomiseTrainingOrder (defined in GRT::MLBase) | GRT::MLBase | protected |
ranges (defined in GRT::Classifier) | GRT::Classifier | protected |
recomputeNullRejectionThresholds() | GRT::DTW | virtual |
registerTestResultsObserver(Observer< TestInstanceResult > &observer) | GRT::MLBase | |
registerTrainingResultsObserver(Observer< TrainingResult > &observer) | GRT::MLBase | |
REGRESSIFIER enum value (defined in GRT::MLBase) | GRT::MLBase | |
rejectionMode (defined in GRT::DTW) | GRT::DTW | protected |
RejectionModes enum name (defined in GRT::DTW) | GRT::DTW | |
removeAllTestObservers() | GRT::MLBase | |
removeAllTrainingObservers() | GRT::MLBase | |
removeTestResultsObserver(const Observer< TestInstanceResult > &observer) | GRT::MLBase | |
removeTrainingResultsObserver(const Observer< TrainingResult > &observer) | GRT::MLBase | |
reset() | GRT::DTW | virtual |
rootMeanSquaredTrainingError (defined in GRT::MLBase) | GRT::MLBase | protected |
save(const string filename) const | GRT::MLBase | virtual |
saveBaseSettingsToFile(fstream &file) const | GRT::Classifier | protected |
saveModelToFile(fstream &file) const | GRT::DTW | virtual |
GRT::Classifier::saveModelToFile(string filename) const | GRT::MLBase | virtual |
scale(const double &x, const double &minSource, const double &maxSource, const double &minTarget, const double &maxTarget, const bool constrain=false) | GRT::MLBase | inline |
setContrainWarpingPath(bool constrain) | GRT::DTW | |
setLearningRate(double learningRate) | GRT::MLBase | |
setMaxNumEpochs(const UINT maxNumEpochs) | GRT::MLBase | |
setMinChange(const double minChange) | GRT::MLBase | |
setMinNumEpochs(const UINT minNumEpochs) | GRT::MLBase | |
setModels(vector< DTWTemplate > newTemplates) | GRT::DTW | |
setNullRejectionCoeff(double nullRejectionCoeff) | GRT::Classifier | virtual |
setNullRejectionThresholds(VectorDouble newRejectionThresholds) | GRT::Classifier | virtual |
setOffsetTimeseriesUsingFirstSample(bool offsetUsingFirstSample) | GRT::DTW | |
setRandomiseTrainingOrder(const bool randomiseTrainingOrder) | GRT::MLBase | |
setRejectionMode(UINT rejectionMode) | GRT::DTW | |
setUseValidationSet(const bool useValidationSet) | GRT::MLBase | |
setValidationSetSize(const UINT validationSetSize) | GRT::MLBase | |
setWarpingRadius(double radius) | GRT::DTW | |
smoothingFactor (defined in GRT::DTW) | GRT::DTW | protected |
SQR(const double &x) const (defined in GRT::GRTBase) | GRT::GRTBase | inlineprotected |
STANDARD_CLASSIFIER_MODE enum value (defined in GRT::Classifier) | GRT::Classifier | protected |
StringClassifierMap typedef | GRT::Classifier | |
supportsNullRejection (defined in GRT::Classifier) | GRT::Classifier | protected |
TEMPLATE_THRESHOLDS enum value (defined in GRT::DTW) | GRT::DTW | |
templatesBuffer (defined in GRT::DTW) | GRT::DTW | protected |
testingLog (defined in GRT::GRTBase) | GRT::GRTBase | protected |
testResultsObserverManager (defined in GRT::MLBase) | GRT::MLBase | protected |
THRESHOLDS_AND_LIKELIHOODS enum value (defined in GRT::DTW) | GRT::DTW | |
TIMESERIES_CLASSIFIER_MODE enum value (defined in GRT::Classifier) | GRT::Classifier | protected |
totalSquaredTrainingError (defined in GRT::MLBase) | GRT::MLBase | protected |
train(ClassificationData trainingData) | GRT::MLBase | virtual |
train(RegressionData trainingData) | GRT::MLBase | virtual |
train(TimeSeriesClassificationData trainingData) | GRT::MLBase | virtual |
train(TimeSeriesClassificationDataStream trainingData) | GRT::MLBase | virtual |
train(UnlabelledData trainingData) | GRT::MLBase | virtual |
train(MatrixDouble data) | GRT::MLBase | virtual |
train_(TimeSeriesClassificationData &trainingData) | GRT::DTW | virtual |
GRT::Classifier::train_(ClassificationData &trainingData) | GRT::MLBase | virtual |
GRT::Classifier::train_(RegressionData &trainingData) | GRT::MLBase | virtual |
GRT::Classifier::train_(TimeSeriesClassificationDataStream &trainingData) | GRT::MLBase | virtual |
GRT::Classifier::train_(UnlabelledData &trainingData) | GRT::MLBase | virtual |
GRT::Classifier::train_(MatrixDouble &data) | GRT::MLBase | virtual |
trained (defined in GRT::MLBase) | GRT::MLBase | protected |
trainingLog (defined in GRT::GRTBase) | GRT::GRTBase | protected |
trainingResults (defined in GRT::MLBase) | GRT::MLBase | protected |
trainingResultsObserverManager (defined in GRT::MLBase) | GRT::MLBase | protected |
trimThreshold (defined in GRT::DTW) | GRT::DTW | protected |
trimTrainingData (defined in GRT::DTW) | GRT::DTW | protected |
useNullRejection (defined in GRT::Classifier) | GRT::Classifier | protected |
useScaling (defined in GRT::MLBase) | GRT::MLBase | protected |
useSmoothing (defined in GRT::DTW) | GRT::DTW | protected |
useValidationSet (defined in GRT::MLBase) | GRT::MLBase | protected |
useZNormalisation (defined in GRT::DTW) | GRT::DTW | protected |
validationSetSize (defined in GRT::MLBase) | GRT::MLBase | protected |
warningLog (defined in GRT::GRTBase) | GRT::GRTBase | protected |
warpPaths (defined in GRT::DTW) | GRT::DTW | protected |
zNormConstrainThreshold (defined in GRT::DTW) | GRT::DTW | protected |
~Classifier(void) | GRT::Classifier | virtual |
~DTW(void) | GRT::DTW | virtual |
~GRTBase(void) | GRT::GRTBase | virtual |
~MLBase(void) | GRT::MLBase | virtual |
~Observer() (defined in GRT::Observer< TrainingResult >) | GRT::Observer< TrainingResult > | inlinevirtual |
~Observer() (defined in GRT::Observer< TestInstanceResult >) | GRT::Observer< TestInstanceResult > | inlinevirtual |