Uses of Class
opennlp.tools.ml.model.AbstractModel.ModelType
-
Packages that use AbstractModel.ModelType Package Description opennlp.tools.ml.model 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.ModelType Modifier and Type Field Description protected AbstractModel.ModelType
AbstractModel. modelType
The type of the model.Methods in opennlp.tools.ml.model that return AbstractModel.ModelType Modifier and Type Method Description AbstractModel.ModelType
AbstractModel. getModelType()
static AbstractModel.ModelType
AbstractModel.ModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractModel.ModelType[]
AbstractModel.ModelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-