GestureRecognitionToolkit
Version: 0.1.0
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 ClassLabelFilter, including all inherited members.
BASE_TYPE_NOT_SET enum value (defined in MLBase) | MLBase | |
baseType (defined in MLBase) | MLBase | protected |
BaseTypes enum name (defined in MLBase) | MLBase | |
buffer | ClassLabelFilter | protected |
bufferSize | ClassLabelFilter | protected |
CLASSIFIER enum value (defined in MLBase) | MLBase | |
ClassLabelFilter(UINT minimumCount=1, UINT bufferSize=1) | ClassLabelFilter | |
ClassLabelFilter(const ClassLabelFilter &rhs) | ClassLabelFilter | |
classType (defined in GRTBase) | GRTBase | protected |
clear() | MLBase | virtual |
CLUSTERER enum value (defined in MLBase) | MLBase | |
copyBaseVariables(const PostProcessing *postProcessingModule) | PostProcessing | |
copyGRTBaseVariables(const GRTBase *GRTBase) | GRTBase | |
copyMLBaseVariables(const MLBase *mlBase) | MLBase | |
createInstanceFromString(std::string const &postProcessingType) | PostProcessing | static |
createNewInstance() const | PostProcessing | |
debugLog (defined in GRTBase) | GRTBase | protected |
deepCopyFrom(const PostProcessing *postProcessing) | ClassLabelFilter | virtual |
enableScaling(const bool useScaling) | MLBase | |
errorLog (defined in GRTBase) | GRTBase | protected |
filter(UINT predictedClassLabel) | ClassLabelFilter | |
filteredClassLabel | ClassLabelFilter | protected |
getBaseType() const | MLBase | |
getClassType() const | GRTBase | |
getFilteredClassLabel() | ClassLabelFilter | inline |
getGRTBasePointer() | GRTBase | |
getGRTBasePointer() const | GRTBase | |
getGRTRevison() | GRTBase | static |
getGRTVersion(bool returnRevision=true) | GRTBase | static |
getInitialized() const | PostProcessing | |
getInputType() const | MLBase | |
getIsBaseTypeClassifier() const | MLBase | |
getIsBaseTypeClusterer() const | MLBase | |
getIsBaseTypeRegressifier() const | MLBase | |
getIsPostProcessingInputModeClassLikelihoods() const | PostProcessing | |
getIsPostProcessingInputModePredictedClassLabel() const | PostProcessing | |
getIsPostProcessingOutputModeClassLikelihoods() const | PostProcessing | |
getIsPostProcessingOutputModePredictedClassLabel() const | PostProcessing | |
getLastErrorMessage() const | GRTBase | |
getLastInfoMessage() const | GRTBase | |
getLastWarningMessage() const | GRTBase | |
getLearningRate() const | MLBase | |
getMap() (defined in PostProcessing) | PostProcessing | inlineprotectedstatic |
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 |
getModelTrained() const | MLBase | |
getNumInputDimensions() const | PostProcessing | |
getNumInputFeatures() const | MLBase | |
getNumOutputDimensions() const | PostProcessing | |
getNumTrainingIterationsToConverge() const | MLBase | |
getOutputType() const | MLBase | |
getPostProcessingInputMode() const | PostProcessing | |
getPostProcessingOutputMode() const | PostProcessing | |
getPostProcessingType() const | PostProcessing | |
getProcessedData() const | PostProcessing | |
getRandomiseTrainingOrder() const | MLBase | |
getRootMeanSquaredTrainingError() const | MLBase | |
getScalingEnabled() const | MLBase | |
getTotalSquaredTrainingError() const | MLBase | |
getTrained() const | MLBase | |
getTrainingResults() const | MLBase | |
getUseValidationSet() const | MLBase | |
getValidationSetAccuracy() const | MLBase | |
getValidationSetPrecision() const | MLBase | |
getValidationSetRecall() const | MLBase | |
getValidationSetSize() const | MLBase | |
GRTBase(void) | GRTBase | |
infoLog (defined in GRTBase) | GRTBase | protected |
init(UINT minimumCount, UINT bufferSize) | ClassLabelFilter | |
PostProcessing::init() | PostProcessing | protected |
initialized (defined in PostProcessing) | PostProcessing | protected |
INPUT_MODE_CLASS_LIKELIHOODS enum value (defined in PostProcessing) | PostProcessing | |
INPUT_MODE_NOT_SET enum value (defined in PostProcessing) | PostProcessing | |
INPUT_MODE_PREDICTED_CLASS_LABEL enum value (defined in PostProcessing) | PostProcessing | |
inputType (defined in MLBase) | MLBase | protected |
learningRate (defined in MLBase) | MLBase | protected |
load(const std::string filename) | MLBase | virtual |
loadBaseSettingsFromFile(std::fstream &file) | MLBase | protected |
loadModelFromFile(std::string filename) | ClassLabelFilter | virtual |
loadModelFromFile(std::fstream &file) | ClassLabelFilter | virtual |
loadPostProcessingSettingsFromFile(std::fstream &file) | PostProcessing | protected |
map(VectorFloat inputVector) | MLBase | virtual |
map_(VectorFloat &inputVector) | MLBase | virtual |
maxNumEpochs (defined in MLBase) | MLBase | protected |
minChange (defined in MLBase) | MLBase | protected |
minimumCount | ClassLabelFilter | protected |
minNumEpochs (defined in MLBase) | MLBase | protected |
MLBase(void) | MLBase | |
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 | |
numInputDimensions (defined in MLBase) | MLBase | protected |
numOutputDimensions (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 |
operator=(const ClassLabelFilter &rhs) | ClassLabelFilter | |
OUTPUT_MODE_CLASS_LIKELIHOODS enum value (defined in PostProcessing) | PostProcessing | |
OUTPUT_MODE_NOT_SET enum value (defined in PostProcessing) | PostProcessing | |
OUTPUT_MODE_PREDICTED_CLASS_LABEL enum value (defined in PostProcessing) | PostProcessing | |
outputType (defined in MLBase) | MLBase | protected |
PostProcessing(void) | PostProcessing | |
postProcessingInputMode (defined in PostProcessing) | PostProcessing | protected |
PostprocessingInputModes enum name (defined in PostProcessing) | PostProcessing | |
postProcessingOutputMode (defined in PostProcessing) | PostProcessing | protected |
PostprocessingOutputModes enum name (defined in PostProcessing) | PostProcessing | |
postProcessingType (defined in PostProcessing) | PostProcessing | protected |
predict(VectorFloat inputVector) | MLBase | virtual |
predict(MatrixFloat inputMatrix) | MLBase | virtual |
predict_(VectorFloat &inputVector) | MLBase | virtual |
predict_(MatrixFloat &inputMatrix) | MLBase | virtual |
print() const | MLBase | virtual |
process(const VectorDouble &inputVector) | ClassLabelFilter | virtual |
processedData (defined in PostProcessing) | PostProcessing | protected |
random (defined in MLBase) | MLBase | protected |
randomiseTrainingOrder (defined in MLBase) | MLBase | protected |
registerModule (defined in ClassLabelFilter) | ClassLabelFilter | protectedstatic |
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() | ClassLabelFilter | virtual |
rootMeanSquaredTrainingError (defined in MLBase) | MLBase | protected |
save(const std::string filename) const | MLBase | virtual |
saveBaseSettingsToFile(std::fstream &file) const | MLBase | protected |
saveModelToFile(std::string filename) const | ClassLabelFilter | virtual |
saveModelToFile(std::fstream &file) const | ClassLabelFilter | virtual |
savePostProcessingSettingsToFile(std::fstream &file) const | PostProcessing | protected |
scale(const Float &x, const Float &minSource, const Float &maxSource, const Float &minTarget, const Float &maxTarget, const bool constrain=false) | MLBase | inline |
setBufferSize(UINT bufferSize) | ClassLabelFilter | |
setErrorLoggingEnabled(const bool loggingEnabled) | GRTBase | |
setInfoLoggingEnabled(const bool loggingEnabled) | GRTBase | |
setLearningRate(const Float learningRate) | MLBase | |
setMaxNumEpochs(const UINT maxNumEpochs) | MLBase | |
setMinChange(const Float minChange) | MLBase | |
setMinimumCount(UINT minimumCount) | ClassLabelFilter | |
setMinNumEpochs(const UINT minNumEpochs) | MLBase | |
setRandomiseTrainingOrder(const bool randomiseTrainingOrder) | MLBase | |
setTrainingLoggingEnabled(const bool loggingEnabled) | MLBase | |
setUseValidationSet(const bool useValidationSet) | MLBase | |
setValidationSetSize(const UINT validationSetSize) | MLBase | |
setWarningLoggingEnabled(const bool loggingEnabled) | GRTBase | |
SQR(const Float &x) const (defined in GRTBase) | GRTBase | inlineprotected |
StringPostProcessingMap typedef | PostProcessing | |
testingLog (defined in GRTBase) | GRTBase | protected |
testResultsObserverManager (defined in MLBase) | MLBase | protected |
totalSquaredTrainingError (defined in MLBase) | MLBase | protected |
train(ClassificationData trainingData) | MLBase | virtual |
train(RegressionData trainingData) | 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) | MLBase | virtual |
train_(RegressionData &trainingData) | MLBase | virtual |
train_(TimeSeriesClassificationData &trainingData) | MLBase | virtual |
train_(ClassificationDataStream &trainingData) | MLBase | virtual |
train_(UnlabelledData &trainingData) | MLBase | virtual |
train_(MatrixFloat &data) | MLBase | virtual |
trained (defined in MLBase) | MLBase | protected |
trainingLog (defined in GRTBase) | GRTBase | 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 |
warningLog (defined in GRTBase) | GRTBase | protected |
~ClassLabelFilter() | ClassLabelFilter | 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 |
~PostProcessing(void) | PostProcessing | virtual |