as.interval: Specify a continous interval
Description
Specifies a continous interval by supplying a lower and upper bound. Such intervals can be supplied as parameter value ranges in tunePareto
.
Usage
as.interval(lower, upper)
Value
A list of class Interval
specifying the lower and upper bound.
Arguments
- lower
The lower bound of the interval
- upper
The upper bound of the interval