View source: R/svmmajcrossval.R
plot.svmmajcrossval | R Documentation |
Shows the results of the cross validation graphically.
Possible graphics are among others the distribution of
the predicted values q
per class per lambda value
and the misclassification rate per lambda.
## S3 method for class 'svmmajcrossval'
plot(x, type = "grid", ...)
x |
the |
type |
the type of graph being shown, possible values are
|
... |
Further arguments passed to or from other methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.