Uses of Class
unifeat.featureSelection.FeatureWeighting
Packages that use FeatureWeighting
Package
Description
-
Uses of FeatureWeighting in unifeat.featureSelection.filter
Subclasses of FeatureWeighting in unifeat.featureSelection.filterModifier and TypeClassDescriptionclassThe abstract class contains the main methods and fields that are used in all weighted filter feature selection methods. -
Uses of FeatureWeighting in unifeat.featureSelection.filter.supervised
Subclasses of FeatureWeighting 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 symmetrical uncertainty method. -
Uses of FeatureWeighting in unifeat.featureSelection.filter.unsupervised
Subclasses of FeatureWeighting in unifeat.featureSelection.filter.unsupervisedModifier and TypeClassDescriptionclassThis java class is used to implement the Laplacian score method.classThis java class is used to implement the term variance method.