Research Article

CUDT: A CUDA Based Decision Tree Algorithm

Algorithm 5

Algorithm of split attribute lists.
Algorithm  Split attribute lists
Input:   Wining attribute
 An index of split point
 A Set of attribute lists
(1) For each data in   doin parallel
(2)  Flag = (index( ) > ) ? 0 : 1
(3) For each attribute list   do in parallel
(4)   if ( != )
(5)    Partition( , Flag)
(6) Return