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 svmmajcrossval
plot(x, type = "grid", ...)
the svmmajcrossval
object
the type of graph being shown, possible values are
'grid'
for the missclassification rate per lambda value,
'profile'
the distribution of predicted values
of the classes per lambda value
Further arguments passed to or from other methods.