Class BinaryQNModelReader


public class BinaryQNModelReader extends QNModelReader
A reader for quasi-newton models stored in binary format.
  • Constructor Details

    • BinaryQNModelReader

      public BinaryQNModelReader(DataInputStream dis)
      Constructor which directly instantiates the DataInputStream containing the model contents.
      Parameters:
      dis - The DataInputStream containing the model information.