next up previous contents
Next: Saving data structures into Up: File I/O Previous: File I/O

Loading data structures from a file

 

load Load a data structure from a file
<filename> name of the file
[-n <name>] name to be used for the name space

This operation loads data structures from a file. It contains a heuristic algorithm to recognize the type of the file. The contents recognized are NDA data, QSOM data, tabulator delimited data, classified data, TS-SOM and fuzzy structure.

Example: The basic types can be loaded with the following commands:

NDA> load data1.dat
NDA> load data2.tab -n data2
NDA> load cldata1.cld -n cld1
NDA> load som1.som
NDA> load fuzzy1.fuz

figure4016



Anssi Lensu
Thu May 17 15:00:44 EET DST 2001