Changeset 1522 for trunk/yat/classifier/KNN_Uniform.h
- Timestamp:
- Sep 23, 2008, 3:41:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/KNN_Uniform.h
r1487 r1522 54 54 */ 55 55 void operator()(const utility::VectorBase& distance, 56 const std::vector<size_t> k_sorted,56 const std::vector<size_t>& k_sorted, 57 57 const Target& target, 58 58 utility::VectorMutable& prediction) const;
Note: See TracChangeset
for help on using the changeset viewer.