Uses of Class
unifeat.gui.ParameterPanel
Package
Description
-
Uses of ParameterPanel in unifeat.gui.classifier
Modifier and TypeClassDescriptionclass
This java class is used to create and show a panel for the parameter settings of the decision tree classifier.class
This java class is used to create and show a panel for the parameter settings of the k-nearest neighbours classifier. -
Uses of ParameterPanel in unifeat.gui.classifier.svmClassifier
Modifier and TypeClassDescriptionclass
This java class is used to create and show a panel for the parameter settings of the support vector machine classifier. -
Uses of ParameterPanel in unifeat.gui.featureSelection.embedded
Modifier and TypeClassDescriptionclass
This java class is used to create and show a panel for the parameter settings of the multiple support vector machine method based on recursive feature elimination (MSVM_RFE). -
Uses of ParameterPanel in unifeat.gui.featureSelection.embedded.decisionTreeBased
Modifier and TypeClassDescriptionclass
This java class is used to create and show a panel for the parameter settings of the decision tree based method. -
Uses of ParameterPanel in unifeat.gui.featureSelection.filter
Modifier and TypeClassDescriptionclass
This java class is used to create and show a panel for the parameter settings of the incremental relevance-redundancy feature selection based on ant colony optimization, version1 (IRRFSACO_1) method.class
This java class is used to create and show a panel for the parameter settings of the incremental relevance–redundancy feature selection based on ant colony optimization, version2 (IRRFSACO_2) method.class
This java class is used to create and show a panel for the parameter settings of the Laplacian score method.class
This java class is used to create and show a panel for the parameter settings of the microarray gene selection based on ant colony optimization (MGSACO) method.class
This java class is used to create and show a panel for the parameter settings of the relevance–redundancy feature selection based on ant colony optimization, version1 (RRFSACO_1) method.class
This java class is used to create and show a panel for the parameter settings of the relevance–redundancy feature selection based on ant colony optimization, version2 (RRFSACO_2) method.class
This java class is used to create and show a panel for the parameter settings of the relevance-redundancy feature selection(RRFS) method.class
This java class is used to create and show a panel for the parameter settings of the unsupervised feature selection based on ant colony optimization (UFSACO) method. -
Uses of ParameterPanel in unifeat.gui.featureSelection.filter.rsm
Modifier and TypeClassDescriptionclass
This java class is used to create and show a panel for the parameter settings of the random subspace method (RSM) method. -
Uses of ParameterPanel in unifeat.gui.featureSelection.wrapper.ACOBased
Modifier and TypeClassDescriptionclass
This java class is used to create and show a panel for the parameter settings of the basic ant colony optimization (BasicACO) method.class
This java class is used to create and show a panel for the parameter settings of the optimal ant colony optimization (OptimalACO) method. -
Uses of ParameterPanel in unifeat.gui.featureSelection.wrapper.GABased
Modifier and TypeClassDescriptionclass
This java class is used to create and show a panel for the parameter settings of the basic genetic algorithm (BasicGA) method.class
This java class is used to create and show a panel for the parameter settings of the hybrid genetic algorithm using local search (HGAFS).class
This java class is used to create and show a panel for the parameter settings of the simple genetic algorithm (Simple GA). -
Uses of ParameterPanel in unifeat.gui.featureSelection.wrapper.PSOBased
Modifier and TypeClassDescriptionclass
This java class is used to create and show a panel for the parameter settings of the basic particle swarm optimization (BasicPSO) method.class
This java class is used to create and show a panel for the parameter settings of the binary particle swarm optimization (BPSO) method.class
This java class is used to create and show a panel for the parameter settings of the continuous particle swarm optimization (CPSO) method.class
This java class is used to create and show a panel for the parameter settings of the hybrid particle swarm optimization method using local search (HPSO-LS).class
This java class is used to create and show a panel for the parameter settings of the particle swarm optimization version 4-2 (PSO(4-2)) method.