Data structure used in SVMWrapper. More...
#include <OpenMS/ANALYSIS/SVM/SVMWrapper.h>
Public Member Functions | |
SVMData () | |
SVMData (std::vector< std::vector< std::pair< Int, DoubleReal > > > &seqs, std::vector< DoubleReal > &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, DoubleReal > > > | sequences |
std::vector< DoubleReal > | labels |
Data structure used in SVMWrapper.
|
inline |
|
inline |
|
inline |
References File::empty(), File::exists(), SVMData::labels, File::readable(), and SVMData::sequences.
|
inline |
References SVMData::labels, and SVMData::sequences.
|
inline |
References SVMData::labels, SVMData::sequences, and File::writable().
std::vector<DoubleReal> labels |
Referenced by SVMData::load(), SVMData::operator==(), and SVMData::store().
std::vector<std::vector<std::pair<Int, DoubleReal> > > sequences |
Referenced by SVMData::load(), SVMData::operator==(), and SVMData::store().
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:27 using doxygen 1.8.5 |