Changeset 1222
- Timestamp:
- Mar 11, 2008, 11:53:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/SubsetGenerator.h
r1220 r1222 166 166 167 167 /// 168 /// @return Index of samples included in ith training samples.168 /// @return Index of samples included in ith training data. 169 169 /// 170 170 const utility::Index& training_index(size_t i) const; … … 184 184 185 185 /// 186 /// @return Index of samples included in ith validation samples.186 /// @return Index of samples included in ith validation data. 187 187 /// 188 188 const utility::Index& validation_index(size_t i) const;
Note: See TracChangeset
for help on using the changeset viewer.