Class DoccatModelLoader
Loads a Document Categorizer Model for the command line tools.
Note: Do not use this class, internal use only!public class DoccatModelLoader : ModelLoader<DoccatModel>
- Inheritance
-
DoccatModelLoader
- Inherited Members
Constructors
DoccatModelLoader()
Loads a Document Categorizer Model for the command line tools.
Note: Do not use this class, internal use only!public DoccatModelLoader()
Methods
LoadModel(Stream)
protected override DoccatModel LoadModel(Stream modelIn)
Parameters
modelInStream
Returns
Exceptions
- IOException
if the model cannot be read