Ignore:
Timestamp:
Dec 26, 2006, 10:56:26 AM (16 years ago)
Author:
Jari Häkkinen
Message:

Addresses #170.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/NNI.cc

    r687 r718  
    7575
    7676
     77  const utility::matrix& NNI::imputed_data(void) const
     78  {
     79    return imputed_data_;
     80  }
     81
     82
     83  const std::vector<size_t>& NNI::not_imputed(void) const
     84  {
     85    return not_imputed_;
     86  }
     87
    7788
    7889  // Contributing nearest neighbours are added up to the user set
     
    92103  }
    93104
    94 
    95105}}} // of namespace utility, yat, and theplu
Note: See TracChangeset for help on using the changeset viewer.