Package opennlp.tools.ml.naivebayes
Klasse BinaryNaiveBayesModelReader
java.lang.Object
opennlp.tools.ml.model.AbstractModelReader
opennlp.tools.ml.naivebayes.NaiveBayesModelReader
opennlp.tools.ml.naivebayes.BinaryNaiveBayesModelReader
A
NaiveBayesModelReader that reads models from a binary format.-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInstantiatesBinaryNaiveBayesModelReadervia aDataInputStreamcontaining the model contents.InstantiatesBinaryNaiveBayesModelReadervia aFileand creates a reader for it. -
Methodenübersicht
Von Klasse geerbte Methoden opennlp.tools.ml.naivebayes.NaiveBayesModelReader
checkModelType, constructModelVon Klasse geerbte Methoden opennlp.tools.ml.model.AbstractModelReader
getModel, readDouble, readInt, readUTF
-
Konstruktordetails
-
BinaryNaiveBayesModelReader
InstantiatesBinaryNaiveBayesModelReadervia aDataInputStreamcontaining the model contents.- Parameter:
dis- TheDataInputStreamcontaining the model information. It must be open and have bytes available.
-
BinaryNaiveBayesModelReader
InstantiatesBinaryNaiveBayesModelReadervia aFileand creates a reader for it. Based on whether the file's suffix contains.gz, it detects whether the file is gzipped or not.- Parameter:
f- TheFilethat references the model to be read.- Löst aus:
IOException
-