Changeset 241 for trunk/src/NNI.h


Ignore:
Timestamp:
Feb 22, 2005, 12:30:25 PM (18 years ago)
Author:
Jari Häkkinen
Message:

Cleaned up size_t/u_int confusion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NNI.h

    r228 r241  
    7272
    7373    ///
    74     /// Function doing the imputation. @return number of rows not imputed
     74    /// Function doing the imputation.
    7575    ///
    76     virtual size_t estimate(void)=0;
     76    /// @return number of rows not imputed
     77    ///
     78    virtual u_int estimate(void)=0;
    7779
    7880    ///
     
    9496    gslapi::matrix imputed_data_;
    9597    u_int neighbours_;
    96     vector<u_int> not_imputed_;
     98    vector<size_t> not_imputed_;
    9799    const gslapi::matrix& weight_;
    98100  };
Note: See TracChangeset for help on using the changeset viewer.