Uses of Enum Class
opennlp.tools.ml.libsvm.doccat.FeatureSelectionStrategy
-
Uses of FeatureSelectionStrategy in opennlp.tools.ml.libsvm.doccat
Methods in opennlp.tools.ml.libsvm.doccat that return FeatureSelectionStrategyModifier and TypeMethodDescriptionSvmDoccatConfiguration.getFeatureSelectionStrategy()static FeatureSelectionStrategyReturns the enum constant of this class with the specified name.static FeatureSelectionStrategy[]FeatureSelectionStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in opennlp.tools.ml.libsvm.doccat with parameters of type FeatureSelectionStrategyModifier and TypeMethodDescriptionSvmDoccatConfiguration.Builder.setFeatureSelectionStrategy(FeatureSelectionStrategy strategy) Sets the feature selection strategy.