Changes between Version 23 and Version 24 of Parallel-DT


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Parallel-DT

    v23 v24  
    77 * Project Description: Classification is an important data mining problem. One of the most popular algorithms used for classification purposes are decision trees (DT). Since datasets that are used in data mining problems are usually very large, computationally efficient and scalable algorithms are highly desirable. Thus, the project's goal is to parallelize the decision tree inference process. A shared memory programming model using OpenMP is being considered for this task.
    88 * Project Presentation: [https://ncit-cluster.grid.pub.ro/trac/PP2009/attachment/wiki/Parallel-DT/Parallel-DT.ppt]
     9
     10[wiki:mynewwikipage]
    911
    1012''' Serial DT process '''