Usage
get_batch_sizes(object, x, frac = c(1/10, 1/3), ...)
Arguments
- object
A
param
object or a list ofparam
objects.- x
The predictor data. In some cases (see below) this should only include numeric data.
- frac
A double for the fraction of the data to be used for the upper bound. For
get_n_frac_range()
andget_batch_sizes()
, a vector of two fractional values are required.- ...
Other arguments to pass to the underlying parameter finalizer functions. For example, for
get_rbf_range()
, the dots are passed along tokernlab::sigest()
.