Diagnosis The last or end node of a series of nodes with the same parent node mustnot contain any condition. The last node should always be true if noother node of the series is true. For more information, see Simple Decision Tree>.Procedure Perform one of the following activities:
- Remove the condition in the node &v1&.
- Add a new node after node &v1&.
The following is valid for this new node: It must not contain any condition. If it is an end node (end node without any subnodes), it must contain atarget. If it is a node (node with subnodes), it must not contain any target.
|