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.TrainerType
TrainerFactory. getTrainerType(TrainingParameters trainParams)
Determines theTrainerFactory.TrainerType
based on theAbstractTrainer.ALGORITHM_PARAM
value.static TrainerFactory.TrainerType
TrainerFactory.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.
-