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

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

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

Public Types

enum  Type { INT = 0, DOUBLE = 1, BOOL = 2, STRINGLIST = 3 }
 Type of the parameters. More...
 

Public Member Functions

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

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

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

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