buildCVModel | R Documentation |
Build a set of models trained on different folds of cross-validated data. Can be used to estimate the uncertainty of a given model type at any point.
buildCVModel(x, y, control = list())
x |
design matrix (sample locations) |
y |
vector of observations at |
control |
(list), with the options for the model building procedure: |
set of models (class cvModel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.