rknn (version 1.0)

plot backward elimination: Plot Function for Recursive Backward Elimination Feature Selection

Description

Plot the recursive backward elimination feature selection process.

Usage

## S3 method for class 'rknnBeg':
plot(x, col = "springgreen4", xlab = "no. of features", ylab = "mean accuracy", ...)
## S3 method for class 'rknnBel':
plot(x, col = "springgreen4", xlab = "no. of features", ylab = "mean accuracy", ...)

Arguments

x
An object returned from rknnBel or rknnBeg.
col
Plot line color.
xlab
Plot x label.
ylab
Plot x label.
...
Addional plot parameters.