Changeset 720 for trunk/yat/microarray/DataSet.h
- Timestamp:
- Dec 26, 2006, 7:21:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/microarray/DataSet.h
r706 r720 57 57 58 58 /// 59 /// @return data 60 /// 61 const classifier::MatrixLookup& data(void) const; 62 63 /// 59 64 /// @return probes 60 65 /// 61 inline const std::vector<std::string>& probe(void) const { return probe_; }66 const std::vector<std::string>& probe(void) const; 62 67 63 68 /// 64 69 /// @return target 65 70 /// 66 inline const classifier::Target& target(void) const { return target_; } 67 68 /// 69 /// @return data 70 /// 71 inline const classifier::MatrixLookup& data(void) const { return data_; } 71 const classifier::Target& target(void) const; 72 72 73 73 private:
Note: See TracChangeset
for help on using the changeset viewer.