plot backward elimination {rknn} | R Documentation |
Plot the recursive backward elimination feature selection process.
## 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", ...)
x |
An object returned from |
col |
Plot line color. |
xlab |
Plot x label. |
ylab |
Plot x label. |
... |
Addional plot parameters. |
Shengqiao Li
Maintainer: Shengqiao Li<lishengqiao@yahoo.com>