Changes between Version 17 and Version 18 of Parallel-DT


Ignore:
Timestamp:
Jan 16, 2010, 8:42:04 PM (14 years ago)
Author:
andrei.minca
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Parallel-DT

    v17 v18  
    2121[[Image(Outlook&Humidity.jpg)]]
    2222
    23 ''' Parallel aproaches '''
     23''' Parallel approaches '''
    2424 * '''Syncronous Tree Construction  - Depth First Expansion Strategy''' - the one that we implemented
     25
     26In this approach, all processors construct a decision tree syncronously by sending and receiving class distribution information of local data.
    2527
    2628[[Image(SyncronusTreeConstruction-DepthFirstExpansionStrategy.jpg)]]
    2729
    2830 * '''Partitioned Tree Construction '''
     31
     32In this approach, whenever feasible, deifferent processors work on different parts of the classification tree.
    2933
    3034[[Image(PartitionedTreeConstruction.jpg)]]