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
Subclasses with type arguments of type AbstractModel.ModelType in opennlp.tools.ml.modelFields in opennlp.tools.ml.model declared as AbstractModel.ModelTypeModifier and TypeFieldDescriptionprotected AbstractModel.ModelTypeAbstractModel.modelTypeThe type of the model.Methods in opennlp.tools.ml.model that return AbstractModel.ModelTypeModifier and TypeMethodDescriptionAbstractModel.getModelType()static AbstractModel.ModelTypeReturns 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.