Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

selection-class

Feature selection


Description

This class contains the result of feature selection algorithms.

Slots

selection

A vector of integers indicating the selected features.

unieval

The evaluation of the features (univariate).

multieval

The evaluation of the selected features (multivariate).

algorithm

The algorithm used to select features.

univariate

The evaluation criterion (univariate).

nbfeatures

The number of features to be kept.

threshold

The threshold to decide whether a feature is kept or not..

multivariate

The evaluation criterion (multivariate).

dataset

The dataset described by the selected features only.

model

The classification model.

See Also


fdm2id

Data Mining and R Programming for Beginners

v0.9.5
GPL-3
Authors
Alexandre Blansché [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.