Uses of Class
unifeat.featureSelection.filter.WeightedFilterApproach
Package
Description
-
Uses of WeightedFilterApproach in unifeat.featureSelection.filter
Modifier and TypeMethodDescriptionstatic WeightedFilterApproach
WeightedFilterApproach.newMethod
(FilterType type, boolean isSupervised, Object... arguments) This method creates new object from one of the classes that has been inherited from the WeightedFilterApproach class according to type of the feature selection method. -
Uses of WeightedFilterApproach 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 WeightedFilterApproach 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.