Changeset 774 for trunk/yat/classifier


Ignore:
Timestamp:
Mar 1, 2007, 10:52:48 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixes #194.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/MatrixLookupWeighted.cc

    r720 r774  
    5353  {
    5454    utility::matrix weights;
    55     data_->nan(weights);   
     55    utility::nan(*data_,weights);
    5656    weights_= new utility::matrix(weights);
    5757    ref_count_weights_=new u_int(1);
     
    214214      column_index_.push_back(i);
    215215    utility::matrix weights;
    216     data_->nan(weights);   
     216    utility::nan(*data_,weights);
    217217    weights_= new utility::matrix(weights);
    218218    ref_count_weights_=new u_int(1);
Note: See TracChangeset for help on using the changeset viewer.