Uses of Class
unifeat.classifier.ClassifierType
Package
Description
-
Uses of ClassifierType in unifeat.classifier
Modifier 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
Modifier and TypeMethodDescriptionstatic ClassifierType
Converts the classifier name to ClassifierType -
Uses of ClassifierType in unifeat.gui.featureSelection.wrapper.ACOBased
Modifier and TypeMethodDescriptionBasicACOPanel.getClassifierType()
This method returns the selected classifier type.Modifier 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
Modifier and TypeMethodDescriptionBasicGAPanel.getClassifierType()
This method returns the selected classifier type.Modifier 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
Modifier and TypeMethodDescriptionBasicPSOPanel.getClassifierType()
This method returns the selected classifier type.Modifier 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