theplu::yat::classifier::IGP< Distance > Class Template Reference

Class for In Group Proportions (IGP). More...

#include <yat/classifier/IGP.h>

List of all members.

Public Member Functions

 IGP (const MatrixLookup &, const Target &)
 IGP (const MatrixLookup &, const Target &, const Distance &)
virtual ~IGP ()
const utility::Vectorscore (void) const


Detailed Description

template<typename Distance>
class theplu::yat::classifier::IGP< Distance >

Class for In Group Proportions (IGP).

See Kapp and Tibshirani, Biostatistics (2006).


Constructor & Destructor Documentation

template<typename Distance>
theplu::yat::classifier::IGP< Distance >::IGP ( const MatrixLookup data,
const Target target 
) [inline]

Constructor taking the training data and the target vector and as input.

template<typename Distance>
theplu::yat::classifier::IGP< Distance >::IGP ( const MatrixLookup data,
const Target target,
const Distance &  dist 
) [inline]

Constructor taking the training data, the target vector and the distance measure as input.

template<typename Distance>
theplu::yat::classifier::IGP< Distance >::~IGP (  )  [inline, virtual]

Destrucutor


Member Function Documentation

template<typename Distance>
const utility::Vector & theplu::yat::classifier::IGP< Distance >::score ( void   )  const [inline]

Returns:
the IGP score for each class as elements in a vector.


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

Generated on Tue Jan 18 02:21:18 2011 for yat by  doxygen 1.5.5