- Timestamp:
- Mar 10, 2008, 9:59:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/Sampler.h
r1134 r1219 39 39 /// validation. 40 40 /// 41 42 41 class Sampler 43 42 { … … 97 96 98 97 protected: 99 /// Target used to balance partitions100 Target target_;101 98 /// index of training sets for the partitions 102 99 std::vector<utility::Index> training_index_; … … 108 105 std::vector<Target> validation_target_; 109 106 107 private: 108 Target target_; 110 109 }; 111 110
Note: See TracChangeset
for help on using the changeset viewer.