plot.svmmajcrossval: Plot the cross validation output

View source: R/svmmajcrossval.R

plot.svmmajcrossvalR 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 svmmajcrossval object

type

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.


SVMMaj documentation built on May 23, 2022, 9:05 a.m.