plot.cv.loss
Plot the mean cross validated error for a SPEAR model trained with run.cv.spear()
and cv.evaluate()
.
Plot the mean cross validated error for a SPEAR model trained with run.cv.spear()
and cv.evaluate()
.
list(list("plot"), list("cv.loss"))(show.min = TRUE, show.sd = TRUE, show.labels = TRUE)
Argument |Description
------------- |----------------
show.min
| Highlight the model returned for $set.weights(method = "min")
? Defaults to TRUE
show.sd
| Highlight the model returned for $set.weights(method = "sd")
? Defaults to TRUE
show.labels
| Show the mean cv error labels? Defaults to TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.