Uses of Class
opennlp.tools.ml.libsvm.doccat.SvmDoccatConfiguration.Builder
-
Uses of SvmDoccatConfiguration.Builder in opennlp.tools.ml.libsvm.doccat
Methods in opennlp.tools.ml.libsvm.doccat that return SvmDoccatConfiguration.BuilderModifier and TypeMethodDescriptionSvmDoccatConfiguration.Builder.setFeatureSelectionStrategy(FeatureSelectionStrategy strategy) Sets the feature selection strategy.SvmDoccatConfiguration.Builder.setMaxFeatures(int maxFeatures) Sets the maximum number of features to retain after feature selection.SvmDoccatConfiguration.Builder.setScaleFeatures(boolean scaleFeatures) Sets whether feature values should be scaled to the range [lower,upper].SvmDoccatConfiguration.Builder.setScaleRange(double lower, double upper) Sets the lower and upper bounds of the feature scaling range.SvmDoccatConfiguration.Builder.setSvmConfiguration(de.hhn.mi.configuration.SvmConfiguration svmConfiguration) Sets the underlying SVM configuration.SvmDoccatConfiguration.Builder.setTermWeightingStrategy(TermWeightingStrategy strategy) Sets the term weighting strategy.