Uses of Class
unifeat.featureSelection.FeatureSelection
Packages that use FeatureSelection
Package
Description
-
Uses of FeatureSelection in unifeat.featureSelection
Subclasses of FeatureSelection in unifeat.featureSelectionModifier and TypeClassDescriptionclassThe abstract class contains the main methods and fields that are used in all feature weighting methods. -
Uses of FeatureSelection in unifeat.featureSelection.embedded
Subclasses of FeatureSelection in unifeat.featureSelection.embeddedModifier and TypeClassDescriptionclassThe abstract class contains the main methods and fields that are used in all embedded-based feature selection methods. -
Uses of FeatureSelection in unifeat.featureSelection.embedded.SVMBasedMethods
Subclasses of FeatureSelection in unifeat.featureSelection.embedded.SVMBasedMethodsModifier and TypeClassDescriptionclassThis java class is used to implement MSVM_RFE method for binary classification based on SVM_RFE method (support vector machine method based on recursive feature elimination) in which multiple linear SVMs trained on subsamples of the original training data.classThis java class is used to implement OVA_SVM_RFE method for multiclass classification based on SVM_RFE method (support vector machine method based on recursive feature elimination) in which One-Versus-All (OVA) strategy is applied to construct binary classifiers.classThis java class is used to implement OVO_SVM_RFE method for multiclass classification based on SVM_RFE method (support vector machine method based on recursive feature elimination) in which One-Versus-One (OVO) strategy is applied to construct binary classifiers.classThis java class is used to implement support vector machine method based on recursive feature elimination (SVM_RFE).classThe abstract class contains the main methods and fields that are used in all SVM-based feature selection methods. -
Uses of FeatureSelection in unifeat.featureSelection.embedded.TreeBasedMethods
Subclasses of FeatureSelection in unifeat.featureSelection.embedded.TreeBasedMethodsModifier and TypeClassDescriptionclassThis java class is used to implement the decision tree based methods.classThis java class is used to implement the random forest based method for feature selection.classThe abstract class contains the main methods and fields that are used in all Tree-based feature selection methods. -
Uses of FeatureSelection in unifeat.featureSelection.filter
Subclasses of FeatureSelection in unifeat.featureSelection.filterModifier and TypeClassDescriptionclassThe abstract class contains the main methods and fields that are used in all filter-based feature selection methods.classThe abstract class contains the main methods and fields that are used in all weighted filter feature selection methods. -
Uses of FeatureSelection in unifeat.featureSelection.filter.supervised
Subclasses of FeatureSelection in unifeat.featureSelection.filter.supervisedModifier and TypeClassDescriptionclassThis java class is used to implement the Fisher score method.classThis java class is used to implement the gain ratio method.classThis java class is used to implement the Gini index method.classThis java class is used to implement the information gain method.classThis java class is used to implement the Laplacian score method.classThis java class is used to implement the minimal redundancy maximal relevance (mRMR) method.classThis java class is used to implement the relevance-redundancy feature selection(RRFS) method.classThis java class is used to implement the symmetrical uncertainty method. -
Uses of FeatureSelection in unifeat.featureSelection.filter.unsupervised
Subclasses of FeatureSelection in unifeat.featureSelection.filter.unsupervisedModifier and TypeClassDescriptionclassThis java class is used to implement the incremental relevance-redundancy feature selection based on ant colony optimization, version1 (IRRFSACO_1) method.classThis java class is used to implement the incremental relevance–redundancy feature selection based on ant colony optimization, version2 (IRRFSACO_2) method.classThis java class is used to implement the Laplacian score method.classThis java class is used to implement the microarray gene selection based on ant colony optimization (MGSACO) method.classThis java class is used to implement the mutual correlation method.classThis java class is used to implement the relevance-redundancy feature selection(RRFS) method.classThis java class is used to implement the relevance–redundancy feature selection based on ant colony optimization, version1 (RRFSACO_1) method.classThis java class is used to implement the relevance–redundancy feature selection based on ant colony optimization, version2 (RRFSACO_2) method.classThis java class is used to implement the random subspace method(RSM) method.classThis java class is used to implement the term variance method.classThis java class is used to implement the unsupervised feature selection based on ant colony optimization (UFSACO) method. -
Uses of FeatureSelection in unifeat.featureSelection.hybrid
Subclasses of FeatureSelection in unifeat.featureSelection.hybridModifier and TypeClassDescriptionclassThe abstract class contains the main methods and fields that are used in all hybrid-based feature selection methods. -
Uses of FeatureSelection in unifeat.featureSelection.wrapper
Subclasses of FeatureSelection in unifeat.featureSelection.wrapperModifier and TypeClassDescriptionclassThe abstract class contains the main methods and fields that are used in all wrapper-based feature selection methods. -
Uses of FeatureSelection in unifeat.featureSelection.wrapper.ACOBasedMethods
Subclasses of FeatureSelection in unifeat.featureSelection.wrapper.ACOBasedMethodsModifier and TypeClassDescriptionclassBasicACO<ColonyType>The abstract class contains the main methods and fields that are used in all ACO-based feature selection methods. -
Uses of FeatureSelection in unifeat.featureSelection.wrapper.ACOBasedMethods.OptimalACO
Modifier and TypeClassDescriptionclassThis java class is used to implement feature selection method based on optimal ant colony optimization (Optimal ACO) in which the type of Colony is extended from Colony class. -
Uses of FeatureSelection in unifeat.featureSelection.wrapper.GABasedMethods
Subclasses of FeatureSelection in unifeat.featureSelection.wrapper.GABasedMethodsModifier and TypeClassDescriptionclassBasicGA<PopulationType>The abstract class contains the main methods and fields that are used in all GA-based feature selection methods. -
Uses of FeatureSelection in unifeat.featureSelection.wrapper.GABasedMethods.HGAFS
Subclasses of FeatureSelection in unifeat.featureSelection.wrapper.GABasedMethods.HGAFSModifier and TypeClassDescriptionclassThis java class is used to implement feature selection method based on hybrid genetic algorithm for feature selection using local search (HGAFS) in which the type of Population is extended from Population class. -
Uses of FeatureSelection in unifeat.featureSelection.wrapper.GABasedMethods.SimpleGA
Subclasses of FeatureSelection in unifeat.featureSelection.wrapper.GABasedMethods.SimpleGAModifier and TypeClassDescriptionclassThis java class is used to implement feature selection method based on simple genetic algorithm (Simple GA) in which the type of Population is extended from Population class. -
Uses of FeatureSelection in unifeat.featureSelection.wrapper.PSOBasedMethods
Subclasses of FeatureSelection in unifeat.featureSelection.wrapper.PSOBasedMethodsModifier and TypeClassDescriptionclassBasicPSO<SwarmType>The abstract class contains the main methods and fields that are used in all PSO-based feature selection methods. -
Uses of FeatureSelection in unifeat.featureSelection.wrapper.PSOBasedMethods.BPSO
Subclasses of FeatureSelection in unifeat.featureSelection.wrapper.PSOBasedMethods.BPSOModifier and TypeClassDescriptionclassThis java class is used to implement feature selection method based on binary particle swarm optimization (BPSO) in which the type of Swarm is extended from Swarm class. -
Uses of FeatureSelection in unifeat.featureSelection.wrapper.PSOBasedMethods.CPSO
Subclasses of FeatureSelection in unifeat.featureSelection.wrapper.PSOBasedMethods.CPSOModifier and TypeClassDescriptionclassThis java class is used to implement feature selection method based on continuous particle swarm optimization (CPSO) in which the type of Swarm is extended from Swarm class. -
Uses of FeatureSelection in unifeat.featureSelection.wrapper.PSOBasedMethods.HPSO_LS
Subclasses of FeatureSelection in unifeat.featureSelection.wrapper.PSOBasedMethods.HPSO_LSModifier and TypeClassDescriptionclassThis java class is used to implement feature selection based on hybrid particle swarm optimization method using local search (HPSO-LS) in which the type of Swarm is extended from Swarm class. -
Uses of FeatureSelection in unifeat.featureSelection.wrapper.PSOBasedMethods.PSO42
Subclasses of FeatureSelection in unifeat.featureSelection.wrapper.PSOBasedMethods.PSO42Modifier and TypeClassDescriptionclassThis java class is used to implement feature selection method based on particle swarm optimization version 4-2(PSO(4-2)) with new initialization strategy and updating rule in which the type of Swarm is extended from Swarm class.