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.
| SVMData | ( | ) | [inline] |
| SVMData | ( | std::vector< std::vector< std::pair< Int, DoubleReal > > > & | seqs, | |
| std::vector< DoubleReal > & | lbls | |||
| ) | [inline] |
| bool load | ( | const String & | filename | ) | [inline] |
References File::empty(), File::exists(), SVMData::labels, File::readable(), and SVMData::sequences.
| bool operator== | ( | const SVMData & | rhs | ) | const [inline] |
References SVMData::labels, and SVMData::sequences.
| bool store | ( | const String & | filename | ) | const [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.10.0 | Documentation generated on Thu Mar 7 2013 09:42:50 using doxygen 1.7.1 |