Changeset 558 for trunk/lib/classifier/CrossSplitter.h
- Timestamp:
- Mar 10, 2006, 4:58:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/classifier/CrossSplitter.h
r541 r558 150 150 { assert(more()); return *(validation_weight_[state_]); } 151 151 152 /// 153 /// @return true if weighted 154 /// 155 inline bool weighted(void) const { return weighted_; } 156 152 157 private: 153 158 void build(const Target& target, size_t N, size_t k); … … 156 161 u_long state_; 157 162 Target target_; 163 const bool weighted_; 158 164 159 165 std::vector<const DataLookup2D*> training_data_;
Note: See TracChangeset
for help on using the changeset viewer.