Uses of Class
unifeat.featureSelection.filter.WeightedFilterApproach
Packages that use WeightedFilterApproach
Package
Description
-
Uses of WeightedFilterApproach in unifeat.featureSelection.filter
Methods in unifeat.featureSelection.filter that return WeightedFilterApproachModifier 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
Subclasses of WeightedFilterApproach in unifeat.featureSelection.filter.supervisedModifier 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
Subclasses of WeightedFilterApproach in unifeat.featureSelection.filter.unsupervisedModifier 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.