getParamTypes(par.set, df.cols = FALSE, df.discretes.as.factor = TRUE,
use.names = FALSE, with.nr = TRUE)
ParamSet
]
Parameter set.logical(1)
]
If FALSE
simply return the parameter types in the set,
i.e., par$type
.
If TRUE
, convert types so they correspond to R types of a data.frame
where values of this set might be stored.
This alslogical(1)
]
If df.cols
is TRUE
:
Should type for discrete params be facor
or character
?
Default is TRUE
.logical(1)
]
Name the result vector?
Default is FALSE
.logical(1)
]
Should number from 1 to length be appended to name?
Only used if use.name
and are TRUE
.
Default is TRUE
.character
].