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.
GRT::ZeroCrossingCounter Member List

This is the complete list of members for GRT::ZeroCrossingCounter, including all inherited members.

BASE_TYPE_NOT_SET enum value (defined in GRT::MLBase)GRT::MLBase
baseType (defined in GRT::MLBase)GRT::MLBaseprotected
BaseTypes enum name (defined in GRT::MLBase)GRT::MLBase
CLASSIFIER enum value (defined in GRT::MLBase)GRT::MLBase
classType (defined in GRT::GRTBase)GRT::GRTBaseprotected
clear()GRT::FeatureExtractionvirtual
CLUSTERER enum value (defined in GRT::MLBase)GRT::MLBase
COMBINED_FEATURE_MODE enum value (defined in GRT::ZeroCrossingCounter)GRT::ZeroCrossingCounter
computeFeatures(const VectorDouble &inputVector)GRT::ZeroCrossingCountervirtual
copyBaseVariables(const FeatureExtraction *featureExtractionModule)GRT::FeatureExtraction
copyGRTBaseVariables(const GRTBase *GRTBase)GRT::GRTBase
copyMLBaseVariables(const MLBase *mlBase)GRT::MLBase
createInstanceFromString(string const &featureExtractionType) (defined in GRT::FeatureExtraction)GRT::FeatureExtractionstatic
createNewInstance() const GRT::FeatureExtraction
dataBufferGRT::ZeroCrossingCounterprotected
deadZoneGRT::ZeroCrossingCounterprotected
deadZoneThresholdGRT::ZeroCrossingCounterprotected
debugLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
deepCopyFrom(const FeatureExtraction *featureExtraction)GRT::ZeroCrossingCountervirtual
derivativeGRT::ZeroCrossingCounterprotected
enableScaling(bool useScaling)GRT::MLBase
errorLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
featureDataReady (defined in GRT::FeatureExtraction)GRT::FeatureExtractionprotected
FeatureExtraction()GRT::FeatureExtraction
featureExtractionType (defined in GRT::FeatureExtraction)GRT::FeatureExtractionprotected
featureModeGRT::ZeroCrossingCounterprotected
FeatureModes enum name (defined in GRT::ZeroCrossingCounter)GRT::ZeroCrossingCounter
featureVector (defined in GRT::FeatureExtraction)GRT::FeatureExtractionprotected
getBaseType() const GRT::MLBase
getClassType() const GRT::GRTBase
getDataBuffer()GRT::ZeroCrossingCounterinline
getDeadZoneThreshold()GRT::ZeroCrossingCounterinline
getFeatureDataReady() const GRT::FeatureExtraction
getFeatureExtractionType() const GRT::FeatureExtraction
getFeatureMode()GRT::ZeroCrossingCounterinline
getFeatureVector() const GRT::FeatureExtraction
getGRTBasePointer()GRT::GRTBase
getGRTBasePointer() const GRT::GRTBase
getGRTRevison()GRT::GRTBasestatic
getGRTVersion(bool returnRevision=true)GRT::GRTBasestatic
getInitialized() const GRT::FeatureExtraction
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::FeatureExtraction)GRT::FeatureExtractioninlineprotectedstatic
getMaxNumEpochs() const GRT::MLBase
getMinChange() const GRT::MLBase
getMinNumEpochs() const GRT::MLBase
getMLBasePointer()GRT::MLBase
getMLBasePointer() const GRT::MLBase
getModel(ostream &stream) const GRT::MLBasevirtual
getModelAsString() const GRT::MLBasevirtual
getModelTrained() const GRT::MLBase
getNumFeatures()GRT::ZeroCrossingCounterinline
getNumInputDimensions() const GRT::FeatureExtraction
getNumInputFeatures() const GRT::MLBase
getNumOutputDimensions() const GRT::FeatureExtraction
getNumTrainingIterationsToConverge() const GRT::MLBase
getRandomiseTrainingOrder() const GRT::MLBase
getRootMeanSquaredTrainingError() const GRT::MLBase
getScalingEnabled() const GRT::MLBase
getSearchWindowSize()GRT::ZeroCrossingCounterinline
getTotalSquaredTrainingError() const GRT::MLBase
getTrained() const GRT::MLBase
getTrainingResults() const GRT::MLBase
getUseValidationSet() const GRT::MLBase
getValidationSetSize() const GRT::MLBase
GRTBase(void)GRT::GRTBase
INDEPENDANT_FEATURE_MODE enum value (defined in GRT::ZeroCrossingCounter)GRT::ZeroCrossingCounter
infoLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
init(UINT searchWindowSize, double deadZoneThreshold, UINT numDimensions, UINT featureMode)GRT::ZeroCrossingCounter
GRT::FeatureExtraction::init()GRT::FeatureExtractionprotected
initialized (defined in GRT::FeatureExtraction)GRT::FeatureExtractionprotected
learningRate (defined in GRT::MLBase)GRT::MLBaseprotected
load(const string filename)GRT::MLBasevirtual
loadBaseSettingsFromFile(fstream &file)GRT::MLBaseprotected
loadFeatureExtractionSettingsFromFile(fstream &file)GRT::FeatureExtractionprotected
loadModelFromFile(string filename)GRT::ZeroCrossingCountervirtual
loadModelFromFile(fstream &file)GRT::ZeroCrossingCountervirtual
map(VectorDouble inputVector)GRT::MLBasevirtual
map_(VectorDouble &inputVector)GRT::MLBasevirtual
maxNumEpochs (defined in GRT::MLBase)GRT::MLBaseprotected
minChange (defined in GRT::MLBase)GRT::MLBaseprotected
minNumEpochs (defined in GRT::MLBase)GRT::MLBaseprotected
MLBase(void)GRT::MLBase
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
NUM_ZERO_CROSSINGS_COUNTED enum value (defined in GRT::ZeroCrossingCounter)GRT::ZeroCrossingCounter
numInputDimensions (defined in GRT::MLBase)GRT::MLBaseprotected
numOutputDimensions (defined in GRT::MLBase)GRT::MLBaseprotected
numTrainingIterationsToConverge (defined in GRT::MLBase)GRT::MLBaseprotected
Observer() (defined in GRT::Observer< TrainingResult >)GRT::Observer< TrainingResult >inline
Observer() (defined in GRT::Observer< TestInstanceResult >)GRT::Observer< TestInstanceResult >inline
operator=(const ZeroCrossingCounter &rhs)GRT::ZeroCrossingCounter
predict(VectorDouble inputVector)GRT::MLBasevirtual
predict(MatrixDouble inputMatrix)GRT::MLBasevirtual
predict_(VectorDouble &inputVector)GRT::MLBasevirtual
predict_(MatrixDouble &inputMatrix)GRT::MLBasevirtual
print() const GRT::MLBasevirtual
random (defined in GRT::MLBase)GRT::MLBaseprotected
randomiseTrainingOrder (defined in GRT::MLBase)GRT::MLBaseprotected
registerModule (defined in GRT::ZeroCrossingCounter)GRT::ZeroCrossingCounterprotectedstatic
registerTestResultsObserver(Observer< TestInstanceResult > &observer)GRT::MLBase
registerTrainingResultsObserver(Observer< TrainingResult > &observer)GRT::MLBase
REGRESSIFIER enum value (defined in GRT::MLBase)GRT::MLBase
removeAllTestObservers()GRT::MLBase
removeAllTrainingObservers()GRT::MLBase
removeTestResultsObserver(const Observer< TestInstanceResult > &observer)GRT::MLBase
removeTrainingResultsObserver(const Observer< TrainingResult > &observer)GRT::MLBase
reset()GRT::ZeroCrossingCountervirtual
rootMeanSquaredTrainingError (defined in GRT::MLBase)GRT::MLBaseprotected
save(const string filename) const GRT::MLBasevirtual
saveBaseSettingsToFile(fstream &file) const GRT::MLBaseprotected
saveFeatureExtractionSettingsToFile(fstream &file) const GRT::FeatureExtractionprotected
saveModelToFile(string filename) const GRT::ZeroCrossingCountervirtual
saveModelToFile(fstream &file) const GRT::ZeroCrossingCountervirtual
scale(const double &x, const double &minSource, const double &maxSource, const double &minTarget, const double &maxTarget, const bool constrain=false)GRT::MLBaseinline
searchWindowSizeGRT::ZeroCrossingCounterprotected
setDeadZoneThreshold(UINT deadZoneThreshold)GRT::ZeroCrossingCounter
setFeatureMode(UINT featureMode)GRT::ZeroCrossingCounter
setLearningRate(double learningRate)GRT::MLBase
setMaxNumEpochs(const UINT maxNumEpochs)GRT::MLBase
setMinChange(const double minChange)GRT::MLBase
setMinNumEpochs(const UINT minNumEpochs)GRT::MLBase
setRandomiseTrainingOrder(const bool randomiseTrainingOrder)GRT::MLBase
setSearchWindowSize(UINT searchWindowSize)GRT::ZeroCrossingCounter
setUseValidationSet(const bool useValidationSet)GRT::MLBase
setValidationSetSize(const UINT validationSetSize)GRT::MLBase
SQR(const double &x) const (defined in GRT::GRTBase)GRT::GRTBaseinlineprotected
StringFeatureExtractionMap typedefGRT::FeatureExtraction
testingLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
testResultsObserverManager (defined in GRT::MLBase)GRT::MLBaseprotected
TOTAL_NUM_ZERO_CROSSING_FEATURES enum value (defined in GRT::ZeroCrossingCounter)GRT::ZeroCrossingCounter
totalSquaredTrainingError (defined in GRT::MLBase)GRT::MLBaseprotected
train(ClassificationData trainingData)GRT::MLBasevirtual
train(RegressionData trainingData)GRT::MLBasevirtual
train(TimeSeriesClassificationData trainingData)GRT::MLBasevirtual
train(TimeSeriesClassificationDataStream trainingData)GRT::MLBasevirtual
train(UnlabelledData trainingData)GRT::MLBasevirtual
train(MatrixDouble data)GRT::MLBasevirtual
train_(ClassificationData &trainingData)GRT::MLBasevirtual
train_(RegressionData &trainingData)GRT::MLBasevirtual
train_(TimeSeriesClassificationData &trainingData)GRT::MLBasevirtual
train_(TimeSeriesClassificationDataStream &trainingData)GRT::MLBasevirtual
train_(UnlabelledData &trainingData)GRT::MLBasevirtual
train_(MatrixDouble &data)GRT::MLBasevirtual
trained (defined in GRT::MLBase)GRT::MLBaseprotected
trainingLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
trainingResults (defined in GRT::MLBase)GRT::MLBaseprotected
trainingResultsObserverManager (defined in GRT::MLBase)GRT::MLBaseprotected
update(double x)GRT::ZeroCrossingCounter
update(const VectorDouble &x)GRT::ZeroCrossingCounter
useScaling (defined in GRT::MLBase)GRT::MLBaseprotected
useValidationSet (defined in GRT::MLBase)GRT::MLBaseprotected
validationSetSize (defined in GRT::MLBase)GRT::MLBaseprotected
warningLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
ZERO_CROSSING_MAGNITUDE enum value (defined in GRT::ZeroCrossingCounter)GRT::ZeroCrossingCounter
ZeroCrossingCounter(UINT searchWindowSize=20, double deadZoneThreshold=0.01, UINT numDimensions=1, UINT featureMode=INDEPENDANT_FEATURE_MODE)GRT::ZeroCrossingCounter
ZeroCrossingCounter(const ZeroCrossingCounter &rhs)GRT::ZeroCrossingCounter
ZeroCrossingFeatureIDs enum name (defined in GRT::ZeroCrossingCounter)GRT::ZeroCrossingCounter
~FeatureExtraction()GRT::FeatureExtractionvirtual
~GRTBase(void)GRT::GRTBasevirtual
~MLBase(void)GRT::MLBasevirtual
~Observer() (defined in GRT::Observer< TrainingResult >)GRT::Observer< TrainingResult >inlinevirtual
~Observer() (defined in GRT::Observer< TestInstanceResult >)GRT::Observer< TestInstanceResult >inlinevirtual
~ZeroCrossingCounter()GRT::ZeroCrossingCountervirtual