Uses of Enum Class
opennlp.tools.ml.TrainerFactory.TrainerType
Packages that use TrainerFactory.TrainerType
-
Uses of TrainerFactory.TrainerType in opennlp.tools.ml
Subclasses with type arguments of type TrainerFactory.TrainerType in opennlp.tools.mlMethods in opennlp.tools.ml that return TrainerFactory.TrainerTypeModifier and TypeMethodDescriptionstatic TrainerFactory.TrainerTypeTrainerFactory.getTrainerType(opennlp.tools.util.Parameters trainParams) Determines theTrainerFactory.TrainerTypebased on theParameters.ALGORITHM_PARAMvalue.static TrainerFactory.TrainerTypeReturns the enum constant of this class with the specified name.static TrainerFactory.TrainerType[]TrainerFactory.TrainerType.values()Returns an array containing the constants of this enum class, in the order they are declared.