Uses of Class
unifeat.featureSelection.EnumType
Package
Description
-
Uses of EnumType in unifeat.classifier
Modifier and TypeClassDescriptionfinal class
This java class is used to define the names of classifiers. -
Uses of EnumType in unifeat.featureSelection.embedded
Modifier and TypeClassDescriptionclass
This java class is used to define the names of embedded-based feature selection methods. -
Uses of EnumType in unifeat.featureSelection.filter
Modifier and TypeClassDescriptionclass
This java class is used to define the names of filter-based feature selection methods.class
This java class is used to define the names of non weighted filter-based feature selection methods.class
This java class is used to define the names of weighted filter-based feature selection methods. -
Uses of EnumType in unifeat.featureSelection.filter.supervised
Modifier and TypeClassDescriptionclass
This java class is used to define the names of supervised filter-based feature selection methods. -
Uses of EnumType in unifeat.featureSelection.filter.unsupervised
Modifier and TypeClassDescriptionclass
This java class is used to define the names of unsupervised filter-based feature selection methods. -
Uses of EnumType in unifeat.featureSelection.hybrid
Modifier and TypeClassDescriptionclass
This java class is used to define the names of hybrid-based feature selection methods. -
Uses of EnumType in unifeat.featureSelection.wrapper
Modifier and TypeClassDescriptionclass
This java class is used to define the names of wrapper-based feature selection methods. -
Uses of EnumType in unifeat.gui.classifier.svmClassifier
Modifier and TypeClassDescriptionfinal class
This java class is used to define the names of kernel used in SVM. -
Uses of EnumType in unifeat.gui.featureSelection.embedded.decisionTreeBased
Modifier and TypeClassDescriptionfinal class
This java class is used to define the names of different implementation of Tree. -
Uses of EnumType in unifeat.gui.featureSelection.filter.rsm
Modifier and TypeClassDescriptionfinal class
This java class is used to define the names of multivariate method used in RSM feature selection method. -
Uses of EnumType in unifeat.gui.featureSelection.wrapper.GABased
Modifier and TypeClassDescriptionfinal class
This java class is used to define the names of different implementation of crossover.final class
This java class is used to define the names of different implementation of mutation.final class
This java class is used to define the names of different implementation of generation replacement.final class
This java class is used to define the names of different implementation of selection. -
Uses of EnumType in unifeat.result
Modifier and TypeClassDescriptionclass
This java class is used to define the types of result.