Changeset 105
- Timestamp:
- 12/16/15 10:50:23 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prextra/decisiontree.c
r25 r105 122 122 for (i=0;i<D;i++) 123 123 { 124 tmp[i].val = rand om();124 tmp[i].val = rand(); 125 125 tmp[i].idx = i; 126 126 /* printf("tmp[%d]=%f,%d\n",i,tmp[i].val,tmp[i].idx); */
Note: See TracChangeset
for help on using the changeset viewer.