Changeset 1221 for trunk/yat/classifier/Sampler.h
- Timestamp:
- Mar 11, 2008, 11:43:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/Sampler.h
r1220 r1221 77 77 /// @note if state is invalid the result is undefined 78 78 /// 79 const Target& 80 training_target(std::vector<Target>::size_type i) const; 79 const Target& training_target(size_t i) const; 81 80 82 81 /// … … 85 84 /// @note if state is invalid the result is undefined 86 85 /// 87 const utility::Index& 88 validation_index(std::vector<size_t>::size_type i) const; 86 const utility::Index& validation_index(size_t i) const; 89 87 90 88 /// … … 93 91 /// @note if state is invalid the result is undefined 94 92 /// 95 const Target& validation_target(s td::vector<Target>::size_typei) const;93 const Target& validation_target(size_t i) const; 96 94 97 95 protected:
Note: See TracChangeset
for help on using the changeset viewer.