Changeset 774 for trunk/yat/classifier
- Timestamp:
- Mar 1, 2007, 10:52:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/MatrixLookupWeighted.cc
r720 r774 53 53 { 54 54 utility::matrix weights; 55 data_->nan(weights);55 utility::nan(*data_,weights); 56 56 weights_= new utility::matrix(weights); 57 57 ref_count_weights_=new u_int(1); … … 214 214 column_index_.push_back(i); 215 215 utility::matrix weights; 216 data_->nan(weights);216 utility::nan(*data_,weights); 217 217 weights_= new utility::matrix(weights); 218 218 ref_count_weights_=new u_int(1);
Note: See TracChangeset
for help on using the changeset viewer.