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
KonstruktorenKonstruktorBeschreibungInstantiatesBinaryGISModelReadervia aDataInputStreamcontaining the model contents. -
Methodenübersicht
Von Klasse geerbte Methoden opennlp.tools.ml.maxent.io.GISModelReader
checkModelType, constructModelVon Klasse geerbte Methoden opennlp.tools.ml.model.AbstractModelReader
getModel, readDouble, readInt, readUTF
-
Konstruktordetails
-
BinaryGISModelReader
InstantiatesBinaryGISModelReadervia aDataInputStreamcontaining the model contents.- Parameter:
dis- TheDataInputStreamcontaining the model information. It must be open and have bytes available.
-