next up previous contents
Next: Colors and scaling Up: Graphical presentations inside subgraphs Previous: Field labels and values

Record labels in subgraphs

 

tabular2606

The command displays the values of some field of the data records in subgraphs. The labels are read from the given field. The layer to be labelled and the maximum number of the labels in each neuron can be restricted by the parameters <layer> and <max>. A classified data includes associations between data records and subgraphs. If <cldata> is not given here, then a classified data, that has been connected to the graphic structure by the command setgcld, is used.

Example (ex7.26): The values of the field "crim" are picked from the Boston data and put to neurons.

...
NDA> mkgrp grp1 -s som
NDA> setgcld grp1 -c cld
NDA> layer grp1 -l 3
NDA> reclab grp1 -f boston.crim -l 3
...

figure2616



Erkki Hakkinen
Thu Sep 24 11:51:34 EET DST 1998