Changeset 83 for proiecte


Ignore:
Timestamp:
Jan 9, 2010, 6:45:03 PM (14 years ago)
Author:
(none)
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • proiecte/Parallel-DT/R8/Src/c4.5.c

    r67 r83  
    138138
    139139        GetNames();
    140         printf(">>>the force is with us\n");
     140        //printf(">>>the force is with us\n");
    141141        GetData(".data");
    142         printf(">>>the force is with us222\n");
     142        //printf(">>>the force is with us222\n");
    143143        printf("\nRead %d cases (%d attributes) from %s.data\n", MaxItem + 1,
    144144                        MaxAtt + 1, FileName);
     
    148148        if (BATCH) {
    149149                TRIALS = 1;
    150                 //OneTree_Discr();
    151                 OneTree();
     150                OneTree_Discr();
     151                //OneTree();
    152152                Best = 0;
    153153        } else {
Note: See TracChangeset for help on using the changeset viewer.