usecase: Classification Algorithm

public usecase: Classification Algorithm
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 23:50:15; Modified: 10.12.2005 10:48:38;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {47DA7EEA-8F38-484e-93C9-116FB338F0BD}
 

Goto: Scenarios

See also: One Step, Classify

Appears in: Classification

Connections
 
Classification Algorithm Scenarios
Scenario Type Detail
About Basic Path The algorithm is realized by DecTreeMethod.Classify and is only general - the same for every methods (for CART like for ID3).
Initialization Basic Path Checking of some prerequisites:

1. The decision tree exists.
2. The data for classification is selected.

Then the new version of data is created (according to the user chosen name) as the descendant of the actual version.
Then all the data is putted into first node of the tree. It means that all the records in the table will have number 1 in node column.