Data structure used in SVMWrapper. More...
#include <OpenMS/ANALYSIS/SVM/SVMWrapper.h>
Public Member Functions | |
SVMData () | |
SVMData (std::vector< std::vector< std::pair< Int, double > > > &seqs, std::vector< double > &lbls) | |
bool | operator== (const SVMData &rhs) const |
bool | store (const String &filename) const |
bool | load (const String &filename) |
Public Attributes | |
std::vector< std::vector< std::pair< Int, double > > > | sequences |
std::vector< double > | labels |
Data structure used in SVMWrapper.
SVMData | ( | ) |
SVMData | ( | std::vector< std::vector< std::pair< Int, double > > > & | seqs, |
std::vector< double > & | lbls | ||
) |
std::vector<double> labels |
OpenMS / TOPP release 2.0.0 | Documentation generated on Sat May 16 2015 16:14:07 using doxygen 1.8.9.1 |