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

PILISCrossValidation::Option Struct Reference

This struct represents a cross validation option. More...

#include <OpenMS/ANALYSIS/ID/PILISCrossValidation.h>

List of all members.

Public Types

enum  Type { INT = 0, DOUBLE = 1, BOOL = 2, STRINGLIST = 3 }
 

Type of the parameters.

More...

Public Member Functions

 Option ()
 Default constructor.
 Option (const Option &rhs)
 copy constructor
 Option (Type t, DoubleReal min, DoubleReal max, DoubleReal stepsize)
 detailed constructors
Optionoperator= (const Option &rhs)
 assignment operator

Public Attributes

Type type
Int int_min
Int int_max
Int int_stepsize
DoubleReal dbl_min
DoubleReal dbl_max
DoubleReal dbl_stepsize

Detailed Description

This struct represents a cross validation option.


Member Enumeration Documentation

enum Type

Type of the parameters.

Enumerator:
INT 
DOUBLE 
BOOL 
STRINGLIST 

Constructor & Destructor Documentation

Option (  )  [inline]

Default constructor.

Option ( const Option rhs  )  [inline]

copy constructor

Option ( Type  t,
DoubleReal  min,
DoubleReal  max,
DoubleReal  stepsize 
) [inline]

detailed constructors


Member Function Documentation

Option& operator= ( const Option rhs  )  [inline]

Member Data Documentation


OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:42:49 using doxygen 1.7.1