Changeset 4245 for trunk/yat/classifier/Target.cc
- Timestamp:
- Sep 21, 2022, 7:41:41 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/Target.cc
r4051 r4245 116 116 117 117 118 Target::~Target(void)119 {120 }121 122 118 bool Target::binary(size_t i) const 123 119 { … … 212 208 } 213 209 214 const Target& Target::operator=(const Target& other)215 {216 binary_ = other.binary_;217 classes_ = other.classes_;218 class_map_ = other.class_map_;219 labels_ = other.labels_;220 return *this;221 }222 223 210 224 211 std::ostream& operator<<(std::ostream& s, const Target& a)
Note: See TracChangeset
for help on using the changeset viewer.