Changes between Version 8 and Version 9 of Parallel-DT


Ignore:
Timestamp:
Jan 16, 2010, 6:52:15 PM (14 years ago)
Author:
andrei.minca
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Parallel-DT

    v8 v9  
    1414 * ''' Case 2 ''' T contains cases that belong to a mixture of classes. A test is chosen, based on a single attribute, that has one or more mutually exclusie outcomes {O1, O2, O3, ..., On}. note that in many implementation n is chosen to be 2 and this leads to a binary decision tree. T is partitioned into subsets T1, T2, ..., Tn, where Ti contains all the cases in T that have outcome Oi of the chosen test. The decision tree for T consists of a decision node identifying the test, and oane branch for each possible outcome. The same tree building machinery is applied recursively to each subset of training cases.
    1515 * ''' Case 3 ''' T containes no cases. the decision tree for T is a leaf, but the class to be asociated with the leaf must be determined from information other than T. For example, C4.5 chosses this to be the most frequent class at the parent of this node.
    16 
     16[[Image(https://ncit-cluster.grid.pub.ro/trac/PP2009/attachment/wiki/Parallel-DT/T.JPG)]]
    1717''' Parallel aproaches '''
    1818 * ...