Changeset 3319 for trunk/yat/classifier/IGP.h
- Timestamp:
- Sep 19, 2014, 8:00:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/IGP.h
r3318 r3319 105 105 106 106 template <typename Distance> 107 IGP<Distance>::IGP(const MatrixLookup& data, const Target& target, const Distance& dist) 107 IGP<Distance>::IGP(const MatrixLookup& data, const Target& target, 108 const Distance& dist) 108 109 : matrix_(data), target_(target), distance_(dist) 109 110 { … … 117 118 { 118 119 } 120 119 121 120 122 template <typename Distance>
Note: See TracChangeset
for help on using the changeset viewer.