Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Public Attributes

SVMData Struct Reference

Data structure used in SVMWrapper. More...

#include <OpenMS/ANALYSIS/SVM/SVMWrapper.h>

List of all members.

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.10.0 Documentation generated on Thu Mar 7 2013 09:42:50 using doxygen 1.7.1