Uses of Enum Class
opennlp.tools.ml.libsvm.doccat.FeatureSelectionStrategy
-
Uses of FeatureSelectionStrategy in opennlp.tools.ml.libsvm.doccat
Subclasses with type arguments of type FeatureSelectionStrategy in opennlp.tools.ml.libsvm.doccatModifier and TypeClassDescriptionenumDefines strategies for selecting the most informative features for SVM-based text classification.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.