| PRTools contents |
PRDATA
A = PRDATA(FILENAME,FLAG)
| Input | |
| FILENAME | Name of delimited ASCII file containing rows of data |
| FLAG | If not 0, first column is assumed to contain labels (default 1) |
| Output | |
| A | Dataset |
Reads data into the dataset A. The first word of each line is interpreted as label data. Each line is stored row-wise and interpreted as the feature values of a single object.
| PRTools contents |