Description Usage Arguments Value
View source: R/FIT.R View source: R/Train.R
Note: use train() unless the user is willing to
accept breaking API changes in the future.
1 2 | optim(expression, weight, attribute, weather, recipe, models, maxit = NULL,
nfolds = NULL)
|
expression |
An object that represents gene expression data.
The object can be created from a dumped/saved dataframe
of size |
weight |
A matrix of size Note that, unlike for |
attribute |
An object that represents the attributes of
microarray/RNA-seq data.
The object can be created from a dumped/saved dataframe
of size |
weather |
An object that represents actual or hypothetical weather data
with which the training of models are done.
The object can be created from a dumped/saved dataframe
of size |
recipe |
An object that represents the training protocol of models.
A recipe can be created using |
models |
A collection of models being trained as is returnd by
At this moment, it must be a list (genes) of a list (envs) of models and must contain at least one model. (THIS MIGHT CHANGE IN A FUTURE.) |
maxit |
An optional number that specifies the maximal number of times that the parameter optimization is performed. The user can control this parameter by using the |
nfolds |
An optional number that specifies the order of
cross validation when |
A collection of models whose parameters are
optimized by using the 'optim' pipeline
in the argument recipe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.