Class BinaryQNModelReader

Namespace
NOpenNLP.Tools.Ml.Maxent.Io
Assembly
NOpenNLP.Tools.dll

A reader for quasi-newton models stored in binary format.

public class BinaryQNModelReader : QNModelReader
Inheritance
BinaryQNModelReader
Inherited Members

Constructors

BinaryQNModelReader(Stream)

Constructor which directly instantiates the Stream containing the model contents.

public BinaryQNModelReader(Stream dis)

Parameters

dis Stream

The Stream containing the model information.