Uses of Class
unifeat.featureSelection.filter.FilterApproach

Packages that use FilterApproach
  • Uses of FilterApproach in unifeat.featureSelection.filter

    Modifier and Type
    Method
    Description
    FilterApproach.newMethod(FilterType type, boolean isSupervised, Object... arguments)
    This method creates new object from one of the classes that has been inherited from the FilterApproach class according to type of the feature selection method.
  • Uses of FilterApproach in unifeat.featureSelection.filter.supervised

    Modifier and Type
    Class
    Description
    class 
    This java class is used to implement the minimal redundancy maximal relevance (mRMR) method.
    class 
    This java class is used to implement the relevance-redundancy feature selection(RRFS) method.
  • Uses of FilterApproach in unifeat.featureSelection.filter.unsupervised

    Modifier and Type
    Class
    Description
    class 
    This java class is used to implement the incremental relevance-redundancy feature selection based on ant colony optimization, version1 (IRRFSACO_1) method.
    class 
    This java class is used to implement the incremental relevance–redundancy feature selection based on ant colony optimization, version2 (IRRFSACO_2) method.
    class 
    This java class is used to implement the microarray gene selection based on ant colony optimization (MGSACO) method.
    class 
    This java class is used to implement the mutual correlation method.
    class 
    This java class is used to implement the relevance-redundancy feature selection(RRFS) method.
    class 
    This java class is used to implement the relevance–redundancy feature selection based on ant colony optimization, version1 (RRFSACO_1) method.
    class 
    This java class is used to implement the relevance–redundancy feature selection based on ant colony optimization, version2 (RRFSACO_2) method.
    class 
    This java class is used to implement the random subspace method(RSM) method.
    class 
    This java class is used to implement the unsupervised feature selection based on ant colony optimization (UFSACO) method.