Namespace NOpenNLP.Tools.Ml.Maxent.Io
Provides the I/O functionality of the maxent package including reading and writing models in several formats.
Classes
- BinaryGISModelReader
A reader for GIS models stored in binary format.
- BinaryGISModelWriter
Model writer that saves models in binary format.
- BinaryQNModelReader
A reader for quasi-newton models stored in binary format.
- GISModelReader
Abstract parent class for readers of GISModels.
- GISModelWriter
Abstract parent class for GISModel writers. It provides the persist method which takes care of the structure of a stored document, and requires an extending class to define precisely how the data should be stored.