rknn (version 1.2-1)

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

Description

Plot the recursive backward elimination feature selection process.

Usage

"plot"(x, col = "springgreen4", xlab = "no. of features", ylab = "mean accuracy", ...) "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.