Uses of Enum Class
opennlp.tools.ml.model.AbstractModel.ModelType
Packages that use AbstractModel.ModelType
Package
Description
Package related to ML models and feature selection techniques.
-
Uses of AbstractModel.ModelType in opennlp.tools.ml.model
Fields in opennlp.tools.ml.model declared as AbstractModel.ModelTypeModifier and TypeFieldDescriptionprotected AbstractModel.ModelType
AbstractModel.modelType
The type of the model.Methods in opennlp.tools.ml.model that return AbstractModel.ModelTypeModifier and TypeMethodDescriptionAbstractModel.getModelType()
static AbstractModel.ModelType
Returns the enum constant of this class with the specified name.static AbstractModel.ModelType[]
AbstractModel.ModelType.values()
Returns an array containing the constants of this enum class, in the order they are declared.