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... | |
| Option & | operator= (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 | 
This struct represents a cross validation option.
| enum Type | 
| 
 | inline | 
Default constructor.
| 
 | inline | 
detailed constructors
assignment operator
References PILISCrossValidation::Option::dbl_max, PILISCrossValidation::Option::dbl_min, PILISCrossValidation::Option::dbl_stepsize, PILISCrossValidation::Option::int_max, PILISCrossValidation::Option::int_min, PILISCrossValidation::Option::int_stepsize, and PILISCrossValidation::Option::type.
| DoubleReal dbl_max | 
Referenced by PILISCrossValidation::Option::operator=().
| DoubleReal dbl_min | 
Referenced by PILISCrossValidation::Option::operator=().
| DoubleReal dbl_stepsize | 
Referenced by PILISCrossValidation::Option::operator=().
| Int int_max | 
Referenced by PILISCrossValidation::Option::operator=().
| Int int_min | 
Referenced by PILISCrossValidation::Option::operator=().
| Int int_stepsize | 
Referenced by PILISCrossValidation::Option::operator=().
| Type type | 
Referenced by PILISCrossValidation::Option::operator=().
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:26 using doxygen 1.8.5 |