Description Usage Arguments Details Value Author(s) See Also Examples
Create a lattice histogram or densityplot from the resampled outcomes from a train
object.
1 | resampleHist(object, type = "density", ...)
|
object |
an object resulting form a call to |
type |
a character string. Either "hist" or "density" |
... |
options to pass to histogram or densityplot |
All the metrics from the object are plotted, but only for the final model. For more comprehensive plots functions, see histogram.train
, densityplot.train
, xyplot.train
, stripplot.train
.
For the plot to be made, the returnResamp
argument in trainControl
should be either "final" or "all".
a object of class trellis
Max Kuhn
train
, histogram
, densityplot
, histogram.train
, densityplot.train
, xyplot.train
, stripplot.train
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.