Changeset 2509
- Timestamp:
- Jul 9, 2011, 12:36:21 AM (12 years ago)
- Location:
- trunk/yat/utility
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/WeNNI.cc
r2119 r2509 91 91 92 92 93 const utility::Matrix& WeNNI::imputed_data_raw(void) const 94 { 95 return imputed_data_raw_; 96 } 97 93 98 }}} // of namespace utility, yat, and theplu -
trunk/yat/utility/WeNNI.h
r2119 r2509 80 80 /// @return A const reference to imputed_data_raw. 81 81 /// 82 const utility::Matrix& imputed_data_raw(void) const 83 { return imputed_data_raw_; } 84 82 const utility::Matrix& imputed_data_raw(void) const; 85 83 86 84 private:
Note: See TracChangeset
for help on using the changeset viewer.