plot.svmmajcrossval {SVMMaj} | R Documentation |
Plot the cross validation output
Description
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.
Usage
## S3 method for class 'svmmajcrossval'
plot(x, type = "grid", ...)
Arguments
x |
the |
type |
the type of graph being shown, possible values are
|
... |
Further arguments passed to or from other methods. |
[Package SVMMaj version 0.2.9.3 Index]