OpenMS
SimpleSVM.h File Reference
#include <OpenMS/DATASTRUCTURES/DefaultParamHandler.h>
#include <svm.h>
#include <map>
#include <vector>
#include <utility>
#include <tuple>
Include dependency graph for SimpleSVM.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SimpleSVM
 Simple interface to support vector machines for classification and regression (via LIBSVM). More...
 
struct  SimpleSVM::Prediction
 SVM/SVR prediction result. More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 

Class Documentation

◆ OpenMS::SimpleSVM::Prediction

struct OpenMS::SimpleSVM::Prediction

SVM/SVR prediction result.

Collaboration diagram for SimpleSVM::Prediction:
[legend]
Class Members
double outcome Predicted class label (or regression value)
map< double, double > probabilities Class label (or regression value) and their predicted probabilities.