Changeset 3553
- Timestamp:
- Jan 3, 2017, 8:56:01 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/KNN.h
r3552 r3553 248 248 { 249 249 BOOST_CONCEPT_ASSERT((utility::DistanceConcept<Distance>)); 250 //BOOST_CONCEPT_ASSERT((NeighborWeightingConcept<NeighborWeighting>));250 BOOST_CONCEPT_ASSERT((NeighborWeightingConcept<NeighborWeighting>)); 251 251 } 252 252
Note: See TracChangeset
for help on using the changeset viewer.