BCIDENTIFY procedure
Identifies specimens using a classification tree (R.W. Payne).
Options
Parameter
Description
BCIDENTIFY identifies specimens using a classification tree, as constructed by the BCLASSIFICATION procedure. The tree can be saved from BCLASSIFICATION (using the TREE option of BCLASSIFICATION), and specified for BCIDENTIFY using its own TREE option. Alternatively, BCIDENTIFY will ask you for the identifier of the tree if you do not specify TREE when running interactively.
The characteristics of the specimens can be specified using the X parameter. This must be set to a list of factors and variates with names (and levels) identical to those used originally to construct the tree. If you do not set X when running interactively, BCIDENTIFY will ask you to examine the relevant characteristics in turn, as required by the tree.
The PRINT option controls printed output, with settings:
If you do not set PRINT in an interactive run, BCIDENTIFY will ask what you would like to print. In batch, the default is to print the identifications.
The IDENTIFICATION option allows you to save the identifications (in a text), and the TERMINALNODE option allows you to save a variate containing the numbers of the terminal nodes that the specimens reached in the tree.
Options: PRINT, TREE, IDENTIFICATION, TERMINALNODE.
Parameter: X.
Method
BCIDENTIFY works its way through the key using the standard tree functions,
BNBRANCHES and BNEXT.