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, double min, double max, double 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 |
| double | dbl_min |
| double | dbl_max |
| double | dbl_stepsize |
This struct represents a cross validation option.
| enum Type |
| Option | ( | ) |
Default constructor.
| double dbl_max |
| double dbl_min |
| double dbl_stepsize |
| Int int_max |
| Int int_min |
| Int int_stepsize |
| Type type |
| OpenMS / TOPP release 2.0.0 | Documentation generated on Wed Mar 30 2016 12:49:29 using doxygen 1.8.11 |