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 WeightedFilterApproachWeightedFilterApproach.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 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 WeightedFilterApproach in unifeat.featureSelection.filter.unsupervised
Subclasses of WeightedFilterApproach 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.