Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Public Attributes | List of all members
SVMData Struct Reference

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< DoubleReallabels
 

Detailed Description

Data structure used in SVMWrapper.

Constructor & Destructor Documentation

SVMData ( )
inline
SVMData ( std::vector< std::vector< std::pair< Int, DoubleReal > > > &  seqs,
std::vector< DoubleReal > &  lbls 
)
inline

Member Function Documentation

bool load ( const String filename)
inline
bool operator== ( const SVMData rhs) const
inline
bool store ( const String filename) const
inline

Member Data Documentation

std::vector<DoubleReal> labels
std::vector<std::vector<std::pair<Int, DoubleReal> > > sequences

OpenMS / TOPP release 1.11.1 Documentation generated on Thu Nov 14 2013 11:19:27 using doxygen 1.8.5