yat  0.12.3pre
Public Member Functions | List of all members
theplu::yat::classifier::NeighborWeightingConcept< T > Class Template Reference

Concept check for a Neighbor Weighting Method. More...

#include <yat/classifier/KNN.h>

Inheritance diagram for theplu::yat::classifier::NeighborWeightingConcept< T >:

Public Member Functions

 BOOST_CONCEPT_USAGE (NeighborWeightingConcept)
 function doing the concept test
 

Detailed Description

template<class T>
class theplu::yat::classifier::NeighborWeightingConcept< T >

Concept check for a Neighbor Weighting Method.

This class is intended to be used in a BOOST_CONCEPT_ASSERT

template<class Distance>
void some_function(double x)
{
BOOST_CONCEPT_ASSERT((DistanceConcept<Distance>));
...
}
Since
New in yat 0.7

The documentation for this class was generated from the following file:

Generated on Mon Jun 1 2015 12:29:52 for yat by  doxygen 1.8.5