Uses of Class
opennlp.tools.ml.TrainerFactory.TrainerType
-
Packages that use TrainerFactory.TrainerType Package Description opennlp.tools.ml Package related to Machine Learning (ML) features of OpenNLP, the related ML models, and trainers. -
-
Uses of TrainerFactory.TrainerType in opennlp.tools.ml
Methods in opennlp.tools.ml that return TrainerFactory.TrainerType Modifier and Type Method Description static TrainerFactory.TrainerTypeTrainerFactory. getTrainerType(TrainingParameters trainParams)Determines theTrainerFactory.TrainerTypebased on theAbstractTrainer.ALGORITHM_PARAMvalue.static TrainerFactory.TrainerTypeTrainerFactory.TrainerType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainerFactory.TrainerType[]TrainerFactory.TrainerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-