Package unifeat.featureSelection.filter.supervised


package unifeat.featureSelection.filter.supervised
  • Classes
    Class
    Description
    This java class is used to implement the Fisher score method.
    This java class is used to implement the gain ratio method.
    This java class is used to implement the Gini index method.
    This java class is used to implement the information gain method.
    This java class is used to implement the Laplacian score method.
    This java class is used to implement the minimal redundancy maximal relevance (mRMR) method.
    This java class is used to implement the relevance-redundancy feature selection(RRFS) method.
    This java class is used to define the names of supervised filter-based feature selection methods.
    This java class is used to implement the symmetrical uncertainty method.