Skip navigation links

Package boone.io

Loading and saving Boone neural networks and patterns to files or streams.

See: Description

Package boone.io Description

Loading and saving Boone neural networks and patterns to files or streams. Contains basic infrastructure for handling the Boone XML storage format, as well as some converters to non-native formats (such as SNNS or PROBEN1 patterns).

Some classes are for reading and writing patterns in the PROBEN1 benchmark file format. To benchmark neural network algorithms, there are a number of test patterns available with the PROBEN1 test suite; these can be read and written with the classes in this package. Please observe that, to produce sensible data, you should also observe the recommendations in the PROBEN1 paper.

There are also some classes for reading and writing SNNS training pattern files. These classes don't use the Boone I/O framework, but analyse the objects directly; this is because they need to be compatible with existing datafiles.

Skip navigation links