Changeset 830 for trunk/yat/classifier
- Timestamp:
- Mar 24, 2007, 3:54:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/NCC.cc
r792 r830 143 143 utility::vector out; 144 144 predict(in,weights,out); 145 prediction. set_column(j,out);145 prediction.column(j,out); 146 146 } 147 147 } … … 154 154 utility::vector out; 155 155 predict(in,weights,out); 156 prediction. set_column(j,out);156 prediction.column(j,out); 157 157 } 158 158 }
Note: See TracChangeset
for help on using the changeset viewer.