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

  

rlab Set labels for subgraphs
<graphic> name of the graphic structure
-n <rulename> name of the rule
-expr <b.expr> boolean expression
rlab <graphic> -n <name> -rm
Remove rule labels
fval Set field values for subgraphs
<graphic> name of the graphic structure
-f <field> source field
-len <len> the length of the label of the value
fval <graphic> -f <field> -rm Remove field values for field

These two commands are used for displaying the values of the fields as text. The command rlab shows the name of the rule in those subgraphs, which fulfill the rule. The command fval shows values as text in neurons. These commands only work with SOM oriented graphic structures at the moment.

Example (ex7.25): In this example, the variable hits is displayed as text. Then those neurons, in which the value of rate_avg is within range [25, 50], are labelled.

...
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;

figure3188



Anssi Lensu
Wed Oct 6 12:57:48 EET DST 1999