| selection-class {fdm2id} | R Documentation |
Feature selection
Description
This class contains the result of feature selection algorithms.
Slots
selectionA vector of integers indicating the selected features.
unievalThe evaluation of the features (univariate).
multievalThe evaluation of the selected features (multivariate).
algorithmThe algorithm used to select features.
univariateThe evaluation criterion (univariate).
nbfeaturesThe number of features to be kept.
thresholdThe threshold to decide whether a feature is kept or not..
multivariateThe evaluation criterion (multivariate).
datasetThe dataset described by the selected features only.
modelThe classification model.
See Also
FEATURESELECTION, predict.selection, selectfeatures
[Package fdm2id version 0.9.9 Index]