Uses of Class
unifeat.classifier.ClassifierType
Packages that use ClassifierType
Package
Description
-
Uses of ClassifierType in unifeat.classifier
Fields in unifeat.classifier declared as ClassifierTypeModifier and TypeFieldDescriptionstatic final ClassifierType
ClassifierType.DT
static final ClassifierType
ClassifierType.KNN
static final ClassifierType
ClassifierType.NB
static final ClassifierType
ClassifierType.NONE
static final ClassifierType
ClassifierType.SVM
Methods in unifeat.classifier that return ClassifierTypeModifier and TypeMethodDescriptionstatic ClassifierType
Converts the classifier name to ClassifierType -
Uses of ClassifierType in unifeat.gui.featureSelection.wrapper.ACOBased
Methods in unifeat.gui.featureSelection.wrapper.ACOBased that return ClassifierTypeModifier and TypeMethodDescriptionBasicACOPanel.getClassifierType()
This method returns the selected classifier type.Methods in unifeat.gui.featureSelection.wrapper.ACOBased with parameters of type ClassifierTypeModifier and TypeMethodDescriptionvoid
BasicACOPanel.setClassifierType
(ClassifierType classifierType) This method sets the selected classifier type.void
BasicACOPanel.setUserValue
(ClassifierType classifierType, Object selectedClassifierPan, int numIteration, int colonySize, double alpha, double beta, double evRate, int kFolds) Sets the last values of the basic ACO parameters entered by uservoid
OptimalACOPanel.setUserValue
(ClassifierType classifierType, Object selectedClassifierPan, int numIteration, int colonySize, double alpha, double beta, double evRate, int kFolds, double initPheromone, double phi) Sets the last values of the Optimal ACO parameters entered by user -
Uses of ClassifierType in unifeat.gui.featureSelection.wrapper.GABased
Methods in unifeat.gui.featureSelection.wrapper.GABased that return ClassifierTypeModifier and TypeMethodDescriptionBasicGAPanel.getClassifierType()
This method returns the selected classifier type.Methods in unifeat.gui.featureSelection.wrapper.GABased with parameters of type ClassifierTypeModifier and TypeMethodDescriptionvoid
BasicGAPanel.setClassifierType
(ClassifierType classifierType) This method sets the selected classifier type.void
BasicGAPanel.setUserValue
(ClassifierType classifierType, Object selectedClassifierPan, SelectionType selectionType, CrossOverType crossoverType, MutationType mutationType, ReplacementType replacementType, int numIteration, int populationSize, double crossoverRate, double mutationRate, int kFolds) Sets the last values of the basic GA parameters entered by uservoid
HGAFSPanel.setUserValue
(ClassifierType classifierType, Object selectedClassifierPan, SelectionType selectionType, CrossOverType crossoverType, MutationType mutationType, ReplacementType replacementType, int numIteration, int populationSize, double crossoverRate, double mutationRate, int kFolds, double epsilon, double mu) Sets the last values of the basic GA parameters entered by user -
Uses of ClassifierType in unifeat.gui.featureSelection.wrapper.PSOBased
Methods in unifeat.gui.featureSelection.wrapper.PSOBased that return ClassifierTypeModifier and TypeMethodDescriptionBasicPSOPanel.getClassifierType()
This method returns the selected classifier type.Methods in unifeat.gui.featureSelection.wrapper.PSOBased with parameters of type ClassifierTypeModifier and TypeMethodDescriptionvoid
BasicPSOPanel.setClassifierType
(ClassifierType classifierType) This method sets the selected classifier type.void
BasicPSOPanel.setUserValue
(ClassifierType classifierType, Object selectedClassifierPan, int numIteration, int populationSize, double inertiaWeight, double c1, double c2, double startPosInterval, double endPosInterval, double minVelocity, double maxVelocity, int kFolds) Sets the last values of the basic PSO parameters entered by uservoid
CPSOPanel.setUserValue
(ClassifierType classifierType, Object selectedClassifierPan, int numIteration, int populationSize, double inertiaWeight, double c1, double c2, double startPosInterval, double endPosInterval, double minVelocity, double maxVelocity, int kFolds, double theta) Sets the last values of the continuous PSO (CPSO) parameters entered by uservoid
HPSO_LSPanel.setUserValue
(ClassifierType classifierType, Object selectedClassifierPan, int numIteration, int populationSize, double inertiaWeight, double c1, double c2, double startPosInterval, double endPosInterval, double minVelocity, double maxVelocity, int kFolds, double epsilon, double alpha) Sets the last values of the HPSO_LS parameters entered by uservoid
PSO42Panel.setUserValue
(ClassifierType classifierType, Object selectedClassifierPan, int numIteration, int populationSize, double inertiaWeight, double c1, double c2, double startPosInterval, double endPosInterval, double minVelocity, double maxVelocity, int kFolds, double theta) Sets the last values of the PSO(4-2) parameters entered by user