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 ClassifierTypeClassifierType.DTstatic final ClassifierTypeClassifierType.KNNstatic final ClassifierTypeClassifierType.NBstatic final ClassifierTypeClassifierType.NONEstatic final ClassifierTypeClassifierType.SVMMethods in unifeat.classifier that return ClassifierTypeModifier and TypeMethodDescriptionstatic ClassifierTypeConverts the classifier name to ClassifierType -
Uses of ClassifierType in unifeat.featureSelection
Fields in unifeat.featureSelection declared as ClassifierType -
Uses of ClassifierType in unifeat.gui.featureSelection.wrapper.ACOBased
Fields in unifeat.gui.featureSelection.wrapper.ACOBased declared as ClassifierTypeModifier and TypeFieldDescriptionprivate ClassifierTypeBasicACOPanel.classifierTypeprivate static final ClassifierTypeBasicACOPanel.DEFAULT_CLASSIFIER_TYPEMethods 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 TypeMethodDescriptionvoidBasicACOPanel.setClassifierType(ClassifierType classifierType) This method sets the selected classifier type.voidBasicACOPanel.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 uservoidOptimalACOPanel.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
Fields in unifeat.gui.featureSelection.wrapper.GABased declared as ClassifierTypeModifier and TypeFieldDescriptionprivate ClassifierTypeBasicGAPanel.classifierTypeprivate static final ClassifierTypeBasicGAPanel.DEFAULT_CLASSIFIER_TYPEMethods 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 TypeMethodDescriptionvoidBasicGAPanel.setClassifierType(ClassifierType classifierType) This method sets the selected classifier type.voidBasicGAPanel.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 uservoidHGAFSPanel.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
Fields in unifeat.gui.featureSelection.wrapper.PSOBased declared as ClassifierTypeModifier and TypeFieldDescriptionprivate ClassifierTypeBasicPSOPanel.classifierTypeprivate static final ClassifierTypeBasicPSOPanel.DEFAULT_CLASSIFIER_TYPEMethods 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 TypeMethodDescriptionvoidBasicPSOPanel.setClassifierType(ClassifierType classifierType) This method sets the selected classifier type.voidBasicPSOPanel.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 uservoidCPSOPanel.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 uservoidHPSO_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 uservoidPSO42Panel.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 -
Uses of ClassifierType in unifeat.result
Fields in unifeat.result declared as ClassifierType