next up previous contents
Next: Selecting items to frames Up: Basic operations for managing Previous: Selecting fields into a

Selecting classes to a classified data frame

 

select Select classes to a classified data frame
<cldata> classified data frame
-cl <class-list> classes to be selected

This operation connects classes to a classified data frame. If a frame does not exist, it will be created. The command can also be used to add classes to an existing classified data frame.

select Select classes from a classified data
<cldata> classified data frame
-c <cldata-src> name of the classified data

This operation collects all the classes of a specified classified data frame to a target classified data.

Example (ex2.1): The command select has been used to connect two classes class1 and class3 to a new classified data cldata2. (For creating classes see Section 2.13.) You can first run the example `ex2.1' and then apply the following commands:

...
# Create data classes
NDA> addcld...
...
NDA> ls -u -fr
...
 c    cldata1
 cl   cldata1.class1
 cl   cldata1.class2
 cl   cldata1.class3
NDA> select cldata2 -cl cldata1.class1 cldata1.class3
# Add more classes
NDA> select cldata2 -cl cldata1.class2
NDA> select cldata3 -c cldata1

figure825



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