Package opennlp.tools.ml.maxent.io
Klasse BinaryGISModelReader
java.lang.Object
opennlp.tools.ml.model.AbstractModelReader
opennlp.tools.ml.maxent.io.GISModelReader
opennlp.tools.ml.maxent.io.BinaryGISModelReader
A
GISModelReader
that reads models from a binary format.-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInstantiatesBinaryGISModelReader
via aDataInputStream
containing the model contents. -
Methodenübersicht
Von Klasse geerbte Methoden opennlp.tools.ml.maxent.io.GISModelReader
checkModelType, constructModel
Von Klasse geerbte Methoden opennlp.tools.ml.model.AbstractModelReader
getModel, readDouble, readInt, readUTF
-
Konstruktordetails
-
BinaryGISModelReader
InstantiatesBinaryGISModelReader
via aDataInputStream
containing the model contents.- Parameter:
dis
- TheDataInputStream
containing the model information. It must be open and have bytes available.
-