bestset: 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.