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.
SVM Member List

This is the complete list of members for SVM, 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)MLBaseprotected
batchSize (defined in MLBase)MLBaseprotected
bestDistance (defined in Classifier)Classifierprotected
C_SVC enum value (defined in SVM)SVM
classDistances (defined in Classifier)Classifierprotected
classIdGRTBaseprotected
classificationThreshold (defined in SVM)SVMprotected
CLASSIFIER enum value (defined in MLBase)MLBase
Classifier(const std::string &classifierId="")Classifier
classifierMode (defined in Classifier)Classifierprotected
ClassifierModes enum name (defined in Classifier)Classifier
classLabels (defined in Classifier)Classifierprotected
classLikelihoods (defined in Classifier)Classifierprotected
clear()SVMvirtual
CLUSTERER enum value (defined in MLBase)MLBase
computeAccuracy(const ClassificationData &data, Float &accuracy)Classifiervirtual
CONTEXT enum value (defined in MLBase)MLBase
converged (defined in MLBase)MLBaseprotected
convertClassificationDataToLIBSVMFormat(ClassificationData &trainingData) (defined in SVM)SVMprotected
copyBaseVariables(const Classifier *classifier)Classifier
copyGRTBaseVariables(const GRTBase *GRTBase)GRTBase
copyMLBaseVariables(const MLBase *mlBase)MLBase
create(const std::string &id)Classifierstatic
create() const Classifier
crossValidationResult (defined in SVM)SVMprotected
debugLog (defined in GRTBase)GRTBaseprotected
deepCopy() const Classifier
deepCopyFrom(const Classifier *classifier)SVMvirtual
deepCopyModel() const (defined in SVM)SVMprotected
deepCopyParam(const LIBSVM::svm_parameter &source_param, LIBSVM::svm_parameter &target_param) const (defined in SVM)SVMprotected
deepCopyProblem(const struct LIBSVM::svm_problem &source_problem, struct LIBSVM::svm_problem &target_problem, const unsigned int numInputDimensions) const (defined in SVM)SVMprotected
deleteProblemSet() (defined in SVM)SVMprotected
enableAutoGamma(const bool useAutoGamma)SVM
enableCrossValidationTraining(const bool useCrossValidation)SVM
enableNullRejection(const bool useNullRejection)Classifier
enableScaling(const bool useScaling)MLBase
EPSILON_SVR enum value (defined in SVM)SVM
errorLog (defined in GRTBase)GRTBaseprotected
FEATURE_EXTRACTION enum value (defined in MLBase)MLBase
getBaseClassifier() const Classifier
getBatchSize() const MLBase
getBestDistance() const Classifier
getC() const SVM
getClassDistances() const Classifier
getClassifierPointer() const Classifier
getClassifierType() const Classifier
getClassLabelIndexValue(const UINT classLabel) const Classifier
getClassLabels() const Classifier
getClassLikelihoods() const Classifier
getCoef0() const SVM
getConverged() const MLBase
getCrossValidationResult() const SVM
getDegree() const SVM
getGamma() const SVM
getGRTBasePointer()GRTBase
getGRTBasePointer() const GRTBase
getGRTRevison()GRTBasestatic
getGRTVersion(bool returnRevision=true)GRTBasestatic
getId()SVMstatic
Classifier::getId() const GRTBase
getInputType() const MLBase
getIsAutoGammaEnabled() const SVM
getIsBaseTypeClassifier() const MLBase
getIsBaseTypeClusterer() const MLBase
getIsBaseTypeRegressifier() const MLBase
getIsCrossValidationTrainingEnabled() const SVM
getKernelType() const SVM
getLastErrorMessage() const GRTBase
getLastInfoMessage() const GRTBase
getLastWarningMessage() const GRTBase
getLearningRate() const MLBase
getLIBSVMModel() const SVM
getMap()Classifierinlineprotectedstatic
getMaximumLikelihood() const Classifier
getMaxNumEpochs() const MLBase
getMinChange() const MLBase
getMinNumEpochs() const MLBase
getMLBasePointer()MLBase
getMLBasePointer() const MLBase
getModel(std::ostream &stream) const MLBasevirtual
getModelAsString() const MLBasevirtual
getNu() const SVM
getNullRejectionCoeff() const Classifier
getNullRejectionEnabled() const Classifier
getNullRejectionThresholds() const Classifier
getNumClasses() const SVMvirtual
getNumInputDimensions() const MLBase
getNumInputFeatures() const MLBase
getNumOutputDimensions() const MLBase
getNumRestarts() const MLBase
getNumTrainingIterationsToConverge() const MLBase
getOutputType() const MLBase
getPhase() const Classifier
getPredictedClassLabel() const Classifier
getRandomiseTrainingOrder() const MLBase
getRanges() const Classifier
getRegisteredClassifiers()Classifierstatic
getRMSTrainingError() const MLBase
getRMSValidationError() const MLBase
getScalingEnabled() const MLBase
getSupportsNullRejection() const Classifier
getSVMType() const SVM
getTestingLoggingEnabled() const MLBase
getTimeseriesCompatible() const Classifierinline
getTotalSquaredTrainingError() const MLBase
getTrained() const MLBase
getTrainingLoggingEnabled() const MLBase
getTrainingResults() const MLBase
getTrainingSetAccuracy() const Classifier
getType() const MLBase
getUseValidationSet() const MLBase
getValidationSetAccuracy() const MLBase
getValidationSetPrecision() const MLBase
getValidationSetRecall() const MLBase
getValidationSetSize() const MLBase
GRT_DEPRECATED_MSG("createNewInstance is deprecated, use create instead.", Classifier *createNewInstance() const ) (defined in Classifier)Classifier
GRT_DEPRECATED_MSG("createInstanceFromString is deprecated, use create instead.", static Classifier *createInstanceFromString(const std::string &id)) (defined in Classifier)Classifier
MLBase::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
MLBase::GRT_DEPRECATED_MSG("saveModelToFile(std::fstream &file) is deprecated, use save(std::fstream &file) instead", virtual bool saveModelToFile(std::fstream &file) const )MLBase
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
MLBase::GRT_DEPRECATED_MSG("loadModelFromFile(std::fstream &file) is deprecated, use load(std::fstream &file) instead", virtual bool loadModelFromFile(std::fstream &file))MLBase
MLBase::GRT_DEPRECATED_MSG("getRootMeanSquaredTrainingError() is deprecated, use getRMSTrainingError() instead", Float getRootMeanSquaredTrainingError() const )MLBase
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
infoLog (defined in GRTBase)GRTBaseprotected
init(KernelType kernelType, SVMType svmType, bool useScaling, bool useNullRejection, bool useAutoGamma, Float gamma, UINT degree, Float coef0, Float nu, Float C, bool useCrossValidation, UINT kFoldValue)SVM
initDefaultSVMSettings()SVM
inputType (defined in MLBase)MLBaseprotected
KernelType enum name (defined in SVM)SVM
kFoldValue (defined in SVM)SVMprotected
learningRate (defined in MLBase)MLBaseprotected
LINEAR_KERNEL enum value (defined in SVM)SVM
load(std::fstream &file)SVMvirtual
Classifier::load(const std::string &filename)MLBasevirtual
loadBaseSettingsFromFile(std::fstream &file)Classifierprotected
loadLegacyModelFromFile(std::fstream &file)SVMprotected
map(VectorFloat inputVector)MLBasevirtual
map_(VectorFloat &inputVector)MLBasevirtual
maxLikelihood (defined in Classifier)Classifierprotected
maxNumEpochs (defined in MLBase)MLBaseprotected
minChange (defined in MLBase)MLBaseprotected
minNumEpochs (defined in MLBase)MLBaseprotected
MLBase(const std::string &id="", const BaseType type=BASE_TYPE_NOT_SET)MLBase
model (defined in SVM)SVMprotected
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
NU_SVC enum value (defined in SVM)SVM
NU_SVR enum value (defined in SVM)SVM
nullRejectionCoeff (defined in Classifier)Classifierprotected
nullRejectionThresholds (defined in Classifier)Classifierprotected
numClasses (defined in Classifier)Classifierprotected
numInputDimensions (defined in MLBase)MLBaseprotected
numOutputDimensions (defined in MLBase)MLBaseprotected
numRestarts (defined in MLBase)MLBaseprotected
numTrainingIterationsToConverge (defined in MLBase)MLBaseprotected
Observer() (defined in Observer< TrainingResult >)Observer< TrainingResult >inline
Observer() (defined in Observer< TestInstanceResult >)Observer< TestInstanceResult >inline
ONE_CLASS enum value (defined in SVM)SVM
operator=(const SVM &rhs)SVM
outputType (defined in MLBase)MLBaseprotected
param (defined in SVM)SVMprotected
phase (defined in Classifier)Classifierprotected
POLY_KERNEL enum value (defined in SVM)SVM
POST_PROCESSING enum value (defined in MLBase)MLBase
PRE_PROCSSING enum value (defined in MLBase)MLBase
PRECOMPUTED_KERNEL enum value (defined in SVM)SVM
predict(VectorFloat inputVector)MLBasevirtual
predict(MatrixFloat inputMatrix)MLBasevirtual
predict_(VectorFloat &inputVector)SVMvirtual
Classifier::predict_(MatrixFloat &inputMatrix)MLBasevirtual
predictedClassLabel (defined in Classifier)Classifierprotected
predictSVM(VectorFloat &inputVector) (defined in SVM)SVMprotected
predictSVM(VectorFloat &inputVector, Float &maxProbability, VectorFloat &probabilites) (defined in SVM)SVMprotected
print() const MLBasevirtual
prob (defined in SVM)SVMprotected
problemSet (defined in SVM)SVMprotected
random (defined in MLBase)MLBaseprotected
randomiseTrainingOrder (defined in MLBase)MLBaseprotected
ranges (defined in Classifier)Classifierprotected
RBF_KERNEL enum value (defined in SVM)SVM
recomputeNullRejectionThresholds()Classifierinlinevirtual
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()Classifiervirtual
rmsTrainingError (defined in MLBase)MLBaseprotected
rmsValidationError (defined in MLBase)MLBaseprotected
save(std::fstream &file) const SVMvirtual
Classifier::save(const std::string &filename) const MLBasevirtual
saveBaseSettingsToFile(std::fstream &file) const Classifierprotected
scale(const Float &x, const Float &minSource, const Float &maxSource, const Float &minTarget, const Float &maxTarget, const bool constrain=false)GRTBaseinline
setBatchSize(const UINT batchSize)MLBase
setC(const Float C)SVM
setCoef0(const Float coef0)SVM
setDebugLoggingEnabled(const bool loggingEnabled)GRTBase
setDegree(const UINT degree)SVM
setErrorLoggingEnabled(const bool loggingEnabled)GRTBase
setGamma(const Float gamma)SVM
setInfoLoggingEnabled(const bool loggingEnabled)GRTBase
setKernelType(const KernelType kernelType)SVM
setKFoldCrossValidationValue(const UINT kFoldValue)SVM
setLearningRate(const Float learningRate)MLBase
setMaxNumEpochs(const UINT maxNumEpochs)MLBase
setMinChange(const Float minChange)MLBase
setMinNumEpochs(const UINT minNumEpochs)MLBase
setNu(const Float nu)SVM
setNullRejectionCoeff(const Float nullRejectionCoeff)Classifiervirtual
setNullRejectionThresholds(const VectorFloat &newRejectionThresholds)Classifiervirtual
setNumRestarts(const UINT numRestarts)MLBase
setRandomiseTrainingOrder(const bool randomiseTrainingOrder)MLBase
setSVMType(const SVMType svmType)SVM
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
SIGMOID_KERNEL enum value (defined in SVM)SVM
SQR(const Float &x) const (defined in GRTBase)GRTBaseinline
STANDARD_CLASSIFIER_MODE enum value (defined in Classifier)Classifier
StringClassifierMap typedefClassifier
supportsNullRejection (defined in Classifier)Classifierprotected
SVM(KernelType kernelType=LINEAR_KERNEL, SVMType svmType=C_SVC, bool useScaling=true, bool useNullRejection=false, bool useAutoGamma=true, Float gamma=0.1, UINT degree=3, Float coef0=0, Float nu=0.5, Float C=1, bool useCrossValidation=false, UINT kFoldValue=10)SVM
SVM(const SVM &rhs)SVM
SVMType enum name (defined in SVM)SVM
testingLog (defined in MLBase)MLBaseprotected
testResultsObserverManager (defined in MLBase)MLBaseprotected
TIMESERIES_CLASSIFIER_MODE enum value (defined in Classifier)Classifier
totalSquaredTrainingError (defined in MLBase)MLBaseprotected
train(ClassificationData trainingData)MLBasevirtual
train(RegressionData trainingData)MLBasevirtual
train(RegressionData trainingData, RegressionData validationData)MLBasevirtual
train(TimeSeriesClassificationData trainingData)MLBasevirtual
train(ClassificationDataStream trainingData)MLBasevirtual
train(UnlabelledData trainingData)MLBasevirtual
train(MatrixFloat data)MLBasevirtual
train_(ClassificationData &trainingData)SVMvirtual
Classifier::train_(RegressionData &trainingData)MLBasevirtual
Classifier::train_(RegressionData &trainingData, RegressionData &validationData)MLBasevirtual
Classifier::train_(TimeSeriesClassificationData &trainingData)MLBasevirtual
Classifier::train_(ClassificationDataStream &trainingData)MLBasevirtual
Classifier::train_(UnlabelledData &trainingData)MLBasevirtual
Classifier::train_(MatrixFloat &data)MLBasevirtual
trained (defined in MLBase)MLBaseprotected
trainingLog (defined in MLBase)MLBaseprotected
trainingResults (defined in MLBase)MLBaseprotected
trainingResultsObserverManager (defined in MLBase)MLBaseprotected
trainingSetAccuracy (defined in Classifier)Classifierprotected
trainSVM() (defined in SVM)SVMprotected
useAutoGamma (defined in SVM)SVMprotected
useCrossValidation (defined in SVM)SVMprotected
useNullRejection (defined in Classifier)Classifierprotected
useScaling (defined in MLBase)MLBaseprotected
useValidationSet (defined in MLBase)MLBaseprotected
validateKernelType(KernelType kernelType) (defined in SVM)SVMprotected
validateProblemAndParameters() (defined in SVM)SVMprotected
validateSVMType(SVMType svmType) (defined in SVM)SVMprotected
validationSetAccuracy (defined in MLBase)MLBaseprotected
validationSetPrecision (defined in MLBase)MLBaseprotected
validationSetRecall (defined in MLBase)MLBaseprotected
validationSetSize (defined in MLBase)MLBaseprotected
warningLog (defined in GRTBase)GRTBaseprotected
~Classifier(void)Classifiervirtual
~GRTBase(void)GRTBasevirtual
~MLBase(void)MLBasevirtual
~Observer() (defined in Observer< TrainingResult >)Observer< TrainingResult >inlinevirtual
~Observer() (defined in Observer< TestInstanceResult >)Observer< TestInstanceResult >inlinevirtual
~SVM()SVMvirtual