Changeset 718 for trunk/yat/utility/NNI.h
- Timestamp:
- Dec 26, 2006, 10:56:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/NNI.h
r687 r718 103 103 /// @return A const reference to the modified data. 104 104 /// 105 const utility::matrix& imputed_data(void) const { return imputed_data_; }105 const utility::matrix& imputed_data(void) const; 106 106 107 107 /// 108 108 /// @return indices of rows in data matrix not imputed 109 109 /// 110 inline std::vector<size_t> not_imputed(void) const { return not_imputed_; }110 const std::vector<size_t>& not_imputed(void) const; 111 111 112 112 protected:
Note: See TracChangeset
for help on using the changeset viewer.