Uses of Class
unifeat.featureSelection.embedded.EmbeddedApproach
Package
Description
-
Uses of EmbeddedApproach in unifeat.featureSelection.embedded
Modifier and TypeMethodDescriptionstatic EmbeddedApproach
EmbeddedApproach.newMethod
(EmbeddedType type, Object... arguments) This method creates new object from one of the classes that has been inherited from the EmbeddedApproach class according to type of the feature selection method. -
Uses of EmbeddedApproach in unifeat.featureSelection.embedded.SVMBasedMethods
Modifier and TypeClassDescriptionclass
This java class is used to implement MSVM_RFE method for binary classification based on SVM_RFE method (support vector machine method based on recursive feature elimination) in which multiple linear SVMs trained on subsamples of the original training data.class
This java class is used to implement OVA_SVM_RFE method for multiclass classification based on SVM_RFE method (support vector machine method based on recursive feature elimination) in which One-Versus-All (OVA) strategy is applied to construct binary classifiers.class
This java class is used to implement OVO_SVM_RFE method for multiclass classification based on SVM_RFE method (support vector machine method based on recursive feature elimination) in which One-Versus-One (OVO) strategy is applied to construct binary classifiers.class
This java class is used to implement support vector machine method based on recursive feature elimination (SVM_RFE).class
The abstract class contains the main methods and fields that are used in all SVM-based feature selection methods. -
Uses of EmbeddedApproach in unifeat.featureSelection.embedded.TreeBasedMethods
Modifier and TypeClassDescriptionclass
This java class is used to implement the decision tree based methods.class
This java class is used to implement the random forest based method for feature selection.class
The abstract class contains the main methods and fields that are used in all Tree-based feature selection methods.