Changeset 718 for trunk/yat/utility/NNI.cc
- Timestamp:
- Dec 26, 2006, 10:56:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/NNI.cc
r687 r718 75 75 76 76 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 77 88 78 89 // Contributing nearest neighbours are added up to the user set … … 92 103 } 93 104 94 95 105 }}} // of namespace utility, yat, and theplu
Note: See TracChangeset
for help on using the changeset viewer.