Uses of Enum Class
opennlp.tools.ml.libsvm.doccat.TermWeightingStrategy
-
Uses of TermWeightingStrategy in opennlp.tools.ml.libsvm.doccat
Methods in opennlp.tools.ml.libsvm.doccat that return TermWeightingStrategyModifier and TypeMethodDescriptionSvmDoccatConfiguration.getTermWeightingStrategy()static TermWeightingStrategyReturns the enum constant of this class with the specified name.static TermWeightingStrategy[]TermWeightingStrategy.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 TermWeightingStrategyModifier and TypeMethodDescriptionSvmDoccatConfiguration.Builder.setTermWeightingStrategy(TermWeightingStrategy strategy) Sets the term weighting strategy.