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::SavitzkyGolayFilter Member List

This is the complete list of members for GRT::SavitzkyGolayFilter, 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
calCoeff() (defined in GRT::SavitzkyGolayFilter)GRT::SavitzkyGolayFilterprotected
CLASSIFIER enum value (defined in GRT::MLBase)GRT::MLBase
classType (defined in GRT::GRTBase)GRT::GRTBaseprotected
clear()GRT::PreProcessingvirtual
CLUSTERER enum value (defined in GRT::MLBase)GRT::MLBase
coeff (defined in GRT::SavitzkyGolayFilter)GRT::SavitzkyGolayFilterprotected
copyBaseVariables(const PreProcessing *preProcessingModule)GRT::PreProcessing
copyGRTBaseVariables(const GRTBase *GRTBase)GRT::GRTBase
copyMLBaseVariables(const MLBase *mlBase)GRT::MLBase
createInstanceFromString(string const &preProcessingType)GRT::PreProcessingstatic
createNewInstance() const GRT::PreProcessing
data (defined in GRT::SavitzkyGolayFilter)GRT::SavitzkyGolayFilterprotected
debugLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
deepCopyFrom(const PreProcessing *preProcessing)GRT::SavitzkyGolayFiltervirtual
derivativeOrder (defined in GRT::SavitzkyGolayFilter)GRT::SavitzkyGolayFilterprotected
enableScaling(bool useScaling)GRT::MLBase
errorLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
filter(const double x)GRT::SavitzkyGolayFilter
filter(const VectorDouble &x)GRT::SavitzkyGolayFilter
getBaseType() const GRT::MLBase
getClassType() const GRT::GRTBase
getFilteredData() const GRT::SavitzkyGolayFilterinline
getGRTBasePointer()GRT::GRTBase
getGRTBasePointer() const GRT::GRTBase
getGRTRevison()GRT::GRTBasestatic
getGRTVersion(bool returnRevision=true)GRT::GRTBasestatic
getInitialized() const GRT::PreProcessing
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::PreProcessing)GRT::PreProcessinginlineprotectedstatic
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
getNumInputDimensions() const GRT::PreProcessing
getNumInputFeatures() const GRT::MLBase
getNumOutputDimensions() const GRT::PreProcessing
getNumTrainingIterationsToConverge() const GRT::MLBase
getPreProcessingType() const GRT::PreProcessing
getProcessedData() const GRT::PreProcessing
getRandomiseTrainingOrder() const GRT::MLBase
getRootMeanSquaredTrainingError() const GRT::MLBase
getScalingEnabled() const GRT::MLBase
getTotalSquaredTrainingError() const GRT::MLBase
getTrained() const GRT::MLBase
getTrainingResults() const GRT::MLBase
getUseValidationSet() const GRT::MLBase
getValidationSetSize() const GRT::MLBase
GRTBase(void)GRT::GRTBase
infoLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
init(UINT numLeftHandPoints, UINT numRightHandPoints, UINT derivativeOrder, UINT smoothingPolynomialOrder, UINT numDimensions)GRT::SavitzkyGolayFilter
GRT::PreProcessing::init()GRT::PreProcessingprotected
initialized (defined in GRT::PreProcessing)GRT::PreProcessingprotected
learningRate (defined in GRT::MLBase)GRT::MLBaseprotected
load(const string filename)GRT::MLBasevirtual
loadBaseSettingsFromFile(fstream &file)GRT::MLBaseprotected
loadModelFromFile(string filename)GRT::SavitzkyGolayFiltervirtual
loadModelFromFile(fstream &file)GRT::SavitzkyGolayFiltervirtual
loadPreProcessingSettingsFromFile(fstream &file)GRT::PreProcessingprotected
map(VectorDouble inputVector)GRT::MLBasevirtual
map_(VectorDouble &inputVector)GRT::MLBasevirtual
maxNumEpochs (defined in GRT::MLBase)GRT::MLBaseprotected
min_(int a, int b) (defined in GRT::SavitzkyGolayFilter)GRT::SavitzkyGolayFilterinlineprotected
min_(double a, double b) (defined in GRT::SavitzkyGolayFilter)GRT::SavitzkyGolayFilterinlineprotected
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
numInputDimensions (defined in GRT::MLBase)GRT::MLBaseprotected
numLeftHandPoints (defined in GRT::SavitzkyGolayFilter)GRT::SavitzkyGolayFilterprotected
numOutputDimensions (defined in GRT::MLBase)GRT::MLBaseprotected
numPoints (defined in GRT::SavitzkyGolayFilter)GRT::SavitzkyGolayFilterprotected
numRightHandPoints (defined in GRT::SavitzkyGolayFilter)GRT::SavitzkyGolayFilterprotected
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 SavitzkyGolayFilter &rhs)GRT::SavitzkyGolayFilter
predict(VectorDouble inputVector)GRT::MLBasevirtual
predict(MatrixDouble inputMatrix)GRT::MLBasevirtual
predict_(VectorDouble &inputVector)GRT::MLBasevirtual
predict_(MatrixDouble &inputMatrix)GRT::MLBasevirtual
PreProcessing(void)GRT::PreProcessing
preProcessingType (defined in GRT::PreProcessing)GRT::PreProcessingprotected
print() const GRT::MLBasevirtual
process(const VectorDouble &inputVector)GRT::SavitzkyGolayFiltervirtual
processedData (defined in GRT::PreProcessing)GRT::PreProcessingprotected
random (defined in GRT::MLBase)GRT::MLBaseprotected
randomiseTrainingOrder (defined in GRT::MLBase)GRT::MLBaseprotected
registerModule (defined in GRT::SavitzkyGolayFilter)GRT::SavitzkyGolayFilterprotectedstatic
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::SavitzkyGolayFiltervirtual
rootMeanSquaredTrainingError (defined in GRT::MLBase)GRT::MLBaseprotected
save(const string filename) const GRT::MLBasevirtual
saveBaseSettingsToFile(fstream &file) const GRT::MLBaseprotected
saveModelToFile(string filename) const GRT::SavitzkyGolayFiltervirtual
saveModelToFile(fstream &file) const GRT::SavitzkyGolayFiltervirtual
savePreProcessingSettingsToFile(fstream &file) const GRT::PreProcessingprotected
SavitzkyGolayFilter(UINT numLeftHandPoints=10, UINT numRightHandPoints=10, UINT derivativeOrder=0, UINT smoothingPolynomialOrder=2, UINT numDimensions=1)GRT::SavitzkyGolayFilter
SavitzkyGolayFilter(const SavitzkyGolayFilter &rhs)GRT::SavitzkyGolayFilter
scale(const double &x, const double &minSource, const double &maxSource, const double &minTarget, const double &maxTarget, const bool constrain=false)GRT::MLBaseinline
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
setUseValidationSet(const bool useValidationSet)GRT::MLBase
setValidationSetSize(const UINT validationSetSize)GRT::MLBase
smoothingPolynomialOrder (defined in GRT::SavitzkyGolayFilter)GRT::SavitzkyGolayFilterprotected
SQR(const double &x) const (defined in GRT::GRTBase)GRT::GRTBaseinlineprotected
StringPreProcessingMap typedefGRT::PreProcessing
testingLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
testResultsObserverManager (defined in GRT::MLBase)GRT::MLBaseprotected
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
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
yy (defined in GRT::SavitzkyGolayFilter)GRT::SavitzkyGolayFilterprotected
~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
~PreProcessing(void)GRT::PreProcessingvirtual
~SavitzkyGolayFilter()GRT::SavitzkyGolayFiltervirtual