a set of C++ library classes
for neural networks development



convert_data_format

Application for changing the format of the data

Application for changing the format of the data.
The application outputs a converted file with a different separator between attributes and the class label of each pattern, and possibly normalizes data.

Usage: convert_data_format dataset1 dataset2 nattr sep1 sep2 [norm]

dataset1 dataset to be converted
dataset2 the converted data set
nattr number of attributes (dimension of the patterns)
sep1 separator character of dataset1
sep2 separator character of dataset2
norm if = 1 normalization of data, = 0 no normalization (default)

Examples:

Output:
A converted data file.

See Also:
Patgen

Alphabetic index Hierarchy of classes


Last Updated February 2001
For comments and suggestions mail to Giorgio Valentini