File Release Notes and Changelog
Release Name: 2.4.0
Notes:
This release includes a change to the model data structure. This dramatically
improves memory size when the model is being used as well as cpu time required
to make predictions. Model formats have remained unchanged so old models can
continue to be used with the new package and in general models produced with the new
package should be identical to those produced with the previous version. Special
thanks to Richard Northedge for suggesting the data structure changes. Enjoy
Changes:
Updated parameter datatype to re-use data structure storing which outcomes
are found with that predicate/context in GISModel. (Per suggestion by
Richard Northedge).
Made changes to support above change in GISTrainer, GISModelReader,
GISModelWriter, and OldFormatGISModelReader.
Changed smoothing boolean to be parameter instead of static variable in GIS.
Update sample code to reflect above change.
Extracted FileEventStream from TwoPassDataIndexer.
Improved javadoc.