public interface CategorizerFactory
Modifier and Type | Method and Description |
---|---|
Categorizer |
loadInstance(String modelFile,
boolean readonly)
Factory method to build a categorizer instance from a model file typically holding data dependent parameters
typically trained on a statistically representative text corpus.
|
Categorizer loadInstance(String modelFile, boolean readonly)
modelFile
- the model file to loadreadonly
- if true set the model in read only mode and disable the learning modeCopyright © 2015 Nuxeo SA. All rights reserved.