FITI |
MIM |
Evaluates features by correlation between features and classes measured by mutual information |
|
MIFS/MRMR |
Evaluates features by correlation between features and classes and redundancy among features |
|
JMI/CMIM |
Evaluates features by correlation between features and classes and redundancy among features measured by conditional mutual information |
|
SIF |
Fisher/LS |
Compares features with their ratios of variance between classes and variance within classes |
|
ReliefF |
Compares features with correlation between features and classes computed from ability of features to distinguish between close samples |
|
STF |
FS |
Obtains feature score with ability to distinguish positive classes and negative classes computed by average of both classes |
|
TS |
Computes feature score with average and variance of features |
|
SSL |
MCFS |
Combines cluster with feature coefficients of combinatorial classes to compute feature score |
|
Alpha |
Evaluates features by dynamically adjusting threshold on error reduction to obtain selection results |
|
Lasso |
Uses L1 regularization to make weight of some learned features equal 0, to achieve purpose of sparse and feature selection |
|