plot.svmmajcrossval {SVMMaj} | 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. |