simlr.parameters.Rd
This function creates and optionally subsets all possible combinations of input parameters for use in a SIMLR grid search.
A list of options for the `nsimlr` parameter.
A list of options for the `prescaling` parameter.
A list of options for the `objectiver` parameter.
A list of options for the `mixer` parameter.
A list of options for the `sparval` parameter.
A list of options for the `ebber` parameter.
A list of options for the `pizzer` parameter.
A list of options for the `optimus` parameter.
A list of options for the `constraint` parameter, default is `list("none")`.
A list of options for the `sparsenessAlg` parameter, default is `list(NA)`.
if not full, then the size of the subset space
string vector either full random or deterministic
A list containing all (or a subset of) combinations of the provided parameters. Each row in the data frame represents a unique combination of the parameters.
The columns of the returned data frame include:
nsimlr
: Values corresponding to the `nsimlr` parameter.
prescaling
: Values corresponding to the `prescaling` parameter.
objectiver
: Values corresponding to the `objectiver` parameter.
mixer
: Values corresponding to the `mixer` parameter.
constraint
: Values corresponding to the `constraint` parameter.
sparval
: Values corresponding to the `sparval` parameter.
ebber
: Values corresponding to the `ebber` parameter.
pizzer
: Values corresponding to the `pizzer` parameter.
optimus
: Values corresponding to the `optimus` parameter.
Each row represents a specific set of parameters that can be passed to the `simlr.search` function for evaluation. The returned data frame is intended for use in parameter tuning and optimization.