Package unifeat.featureSelection.filter.unsupervised


package unifeat.featureSelection.filter.unsupervised
  • Classes
    Class
    Description
    This java class is used to implement the incremental relevance-redundancy feature selection based on ant colony optimization, version1 (IRRFSACO_1) method.
    This java class is used to implement the incremental relevance–redundancy feature selection based on ant colony optimization, version2 (IRRFSACO_2) method.
    This java class is used to implement the Laplacian score method.
    This java class is used to implement the microarray gene selection based on ant colony optimization (MGSACO) method.
    This java class is used to implement the mutual correlation method.
    This java class is used to implement the relevance-redundancy feature selection(RRFS) method.
    This java class is used to implement the relevance–redundancy feature selection based on ant colony optimization, version1 (RRFSACO_1) method.
    This java class is used to implement the relevance–redundancy feature selection based on ant colony optimization, version2 (RRFSACO_2) method.
    This java class is used to implement the random subspace method(RSM) method.
    This java class is used to implement the term variance method.
    This java class is used to implement the unsupervised feature selection based on ant colony optimization (UFSACO) method.
    This java class is used to define the names of unsupervised filter-based feature selection methods.