Data File Format


[FormatVersion = 1.0] /* optional, but recommended - format version should be 1.0 */

/* this format is case insensitive */
/* all spaces, newlines, tabs, commas and combinations thereof are treated as a single space */
/* a /* recursive */ comment */

[DataSet]
[Rows = 10] /* currently required, but will be optional in later formats */
[Inputs = 4] /* number of inputs, defaults to 0 */
[ExpectedOutputs = 3] /* number of outputs in a training set, defaults to 0 */
[GeneratedOutputs = 0] /* number of outputs in a recall set (currently unused), defaults to 0 */
[Error = 0] /* error columns, defaults to 0 */
/* Inputs, ExpectedOutputs, GeneratedOutputs, Error must be in that order if they occur */

[Data]
0.662338 0.875 0.202899 0.08 1 0 0
0.61039,0.8,0.188406,0.08 /* commas are treated as spaces */ 1 0 0
0.649351 0.9 0.202899 0.08 1
0 0 /* extra row breaks don't matter - this and the line above is one row */
0.597403 0.85 0.202899 0.12 1 0 0 /* newlines are treated as spaces - this and the next row would be three rows of the data set */
0.571429 0.725 0.202899 0.08 1 0 0 0.701299 0.925 0.217391 0.08 1 0 0
0.623377 0.75 0.202899 0.04 1 0 0
0.753247 1 0.173913 0.08 1 0 0
0.701299 0.975 0.188406 0.16 1 0 0
0.74026 0.95 0.246377 0.12 1 0 0
[~Data]

[~DataSet]


This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.

return to main page