Public Member Functions | Private Attributes
vless< T, n > Class Template Reference

functor for sorting samples in descending order of likelihood. More...

#include <bsta_parzen.h>

List of all members.

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.

Detailed Description

template<class T, unsigned n>
class vless< T, n >

functor for sorting samples in descending order of likelihood.

Definition at line 31 of file bsta_parzen.h.


Constructor & Destructor Documentation

template<class T, unsigned n>
vless< T, n >::vless ( ) [inline]

Definition at line 34 of file bsta_parzen.h.

template<class T, unsigned n>
vless< T, n >::vless ( bsta_parzen< T, n > *  parz_ptr) [inline]

Definition at line 35 of file bsta_parzen.h.


Member Function Documentation

template<class T, unsigned n>
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.

template<class T, unsigned n>
bool vless< T, n >::operator() ( T const &  va,
T const &  vb 
) const [inline]

Definition at line 45 of file bsta_parzen.h.


Member Data Documentation

template<class T, unsigned n>
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.


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