Last data update: 2014.03.03

R: Extract the Best Subset of Feature from Selection Process
bestsetR Documentation

Extract the Best Subset of Feature from Selection Process

Description

Extract the best subset of feature from selection process.

Usage

  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

## Not run: bestset{x}

Results