Uses of Class
unifeat.featureSelection.FeatureWeighting
Package
Description
-
Uses of FeatureWeighting in unifeat.featureSelection.filter
Modifier and TypeClassDescriptionclass
The 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
Modifier and TypeClassDescriptionclass
This java class is used to implement the Fisher score method.class
This java class is used to implement the gain ratio method.class
This java class is used to implement the Gini index method.class
This java class is used to implement the information gain method.class
This java class is used to implement the Laplacian score method.class
This java class is used to implement the symmetrical uncertainty method. -
Uses of FeatureWeighting in unifeat.featureSelection.filter.unsupervised
Modifier and TypeClassDescriptionclass
This java class is used to implement the Laplacian score method.class
This java class is used to implement the term variance method.