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. | |
| Option (const Option &rhs) | |
| copy constructor | |
| Option (Type t, DoubleReal min, DoubleReal max, DoubleReal stepsize) | |
| detailed constructors | |
| Option & | operator= (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 |
This struct represents a cross validation option.
| enum Type |
| Option | ( | ) | [inline] |
Default constructor.
| Option | ( | Type | t, | |
| DoubleReal | min, | |||
| DoubleReal | max, | |||
| DoubleReal | stepsize | |||
| ) | [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.
Referenced by PILISCrossValidation::Option::operator=().
Referenced by PILISCrossValidation::Option::operator=().
Referenced by PILISCrossValidation::Option::operator=().
Referenced by PILISCrossValidation::Option::operator=().
Referenced by PILISCrossValidation::Option::operator=().
Referenced by PILISCrossValidation::Option::operator=().
Referenced by PILISCrossValidation::Option::operator=().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:49 using doxygen 1.7.1 |