functor for sorting samples in descending order of likelihood. More...
#include <bsta_parzen.h>
Public Member Functions | |
vless () | |
vless (bsta_parzen< T, n > *parz_ptr) | |
bool | operator() (vnl_vector_fixed< T, n > const &va, vnl_vector_fixed< T, n > const &vb) const |
bool | operator() (T const &va, T const &vb) const |
Private Attributes | |
bsta_parzen< T, n > * | parz_ptr_ |
pointer to the parzen distribution for computing probability density. |
functor for sorting samples in descending order of likelihood.
Definition at line 31 of file bsta_parzen.h.
Definition at line 34 of file bsta_parzen.h.
vless< T, n >::vless | ( | bsta_parzen< T, n > * | parz_ptr | ) | [inline] |
Definition at line 35 of file bsta_parzen.h.
bool vless< T, n >::operator() | ( | vnl_vector_fixed< T, n > const & | va, |
vnl_vector_fixed< T, n > const & | vb | ||
) | const [inline] |
Definition at line 36 of file bsta_parzen.h.
bool vless< T, n >::operator() | ( | T const & | va, |
T const & | vb | ||
) | const [inline] |
Definition at line 45 of file bsta_parzen.h.
bsta_parzen<T, n>* vless< T, n >::parz_ptr_ [private] |
pointer to the parzen distribution for computing probability density.
Definition at line 53 of file bsta_parzen.h.