KEEL DATA FILE FORMAT
The KEEL data files must have the following format:
@relation <name>
where <name> is a string. The string must be
quoted if the name includes spaces.
The format for the @attribute statement is:
- @attribute <name> integer [{min,max}]
- @attribute <name> real [{min,max}]
- @attribute <name> {<value 1>, <value 2>, ..., <value N>}
- @inputs <name1>, <name2>, ..., <nameN>
- @outputs <name1>, <name2>, ..., <nameM>
where <name> is a string. The string must be an attribute defined with statements before.
@data
x11, x12, ..., x1N
x21, x22, ..., x2N
..., ..., ..., ...
xM1, xM2, ..., xMN
The files will be saved, by default, with the '.dat' extension.
One example of a valid KEEL file is:
@relation paint
|