bestset: Extract the Best Subset of Feature from Selection Process

Description Usage Arguments Value Author(s) See Also Examples

Description

Extract the best subset of feature from selection process.

Usage

1
2
  bestset(x, criterion=c("mean_accuracy", "mean_support"))
  prebestset(x,  criterion=c("mean_accuracy", "mean_support"))

Arguments

x

An object returned by rknnBeg or rknnBel.

criterion

either uses mean_accuracy or mean_support for best.

Value

A character vector of feature names.

Author(s)

Shengqiao Li<lishengqiao@yahoo.com>

See Also

rknnBeg, rknnBel

Examples

1
## Not run: bestset{x}

Example output

Loading required package: gmp

Attaching package: 'gmp'

The following objects are masked from 'package:base':

    %*%, apply, crossprod, matrix, tcrossprod

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

Related to bestset in rknn...