plot.cv.bbl {bbl} | R Documentation |
Plot Cross-validation Outcome
Description
Plot cross-validation score as a function of regularization parameter
Usage
## S3 method for class 'cv.bbl'
plot(
x,
type = "b",
log = "x",
pch = 21,
bg = "white",
xlab = NULL,
ylab = NULL,
las = 1,
...
)
Arguments
x |
Object of class |
type |
Symbol type in |
log |
Log scale argument to |
pch |
Symbol type code in |
bg |
Symbol background color in |
xlab |
X axis label |
ylab |
Y axis label |
las |
Orientation of axis labels in |
... |
Other arguments to |
Details
This function will plot accuracy score as a function of regularization parameter
from a call to crossVal
.
[Package bbl version 1.0.0 Index]