plot.be: Plot Function for Recursive Backward Elimination Feature...

Description Usage Arguments Author(s)

Description

Plot the recursive backward elimination feature selection process.

Usage

1
2
3
4
## 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.

Author(s)

Shengqiao Li

Maintainer: Shengqiao Li<lishengqiao@yahoo.com>


rknn documentation built on May 2, 2019, 12:35 p.m.

Related to plot.be in rknn...