TargetInfo Class Reference

List of all members.

Public Member Functions

 TargetInfo ()
 TargetInfo (const std::valarray< double > &t)
 TargetInfo (const std::valarray< double > &t, const std::valarray< double > &w)
 TargetInfo (const TargetInfo &org)
TargetInfooperator= (const TargetInfo &org)
 ~TargetInfo ()
const std::valarray< double > & targets () const
const std::valarray< double > & weights () const
const std::valarray< bool > & mask () const
void set_training_mask (const std::valarray< bool > &mask)
bool has_weights () const
bool has_mask () const
std::vector< int > sort ()
const std::valarray< double > & tcov_part () const
double tmean () const
double tvar () const
double tstd () const
double devmedian () const

Private Attributes

std::valarray< double > _targets
std::valarray< double > _weights
std::valarray< bool > _training_mask
std::valarray< double > _tcov_part
double _tmean
double _tvar
double _tstd
double _tmed

Detailed Description

Definition at line 24 of file TargetInfo.h.


The documentation for this class was generated from the following files:
Generated on Thu Apr 19 11:02:34 2007 for EO by  doxygen 1.4.7