next up previous contents
Next: Record labels in subgraphs Up: Graphical presentations inside subgraphs Previous: The curves of the

Field labels and values as text in subgraphs

  

tabular2589

These two commands are used to display the values of the fields as text. The command rlab shows the name of the rule in the subgraphs which fulfill this rule. The command fval shows values as text in neurons. The commands work only with a SOM-oriented graphic structure at the moment.

Example (ex7.25): In this example, the variable "hits" is displayed as text. Then the field "rate_avg" is labelled by the range [25,50].

...
NDA> clstat -c cld -d boston -dout stadata -all
NDA> mkgrp grp1 -s som
...
NDA> layer grp1 -l 3
NDA> fval grp1 -f stadata.hits
NDA> rlab grp1 -n stadata.rate_avg -expr 25<='stadata.rate_avg' AND
 'stadata.rate_avg'<=50;
...

figure2600



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