Public Member Functions | |
| void | init () |
| void | addScore (double, const String &) |
| bool | computeMeanStd (double &, double &, char, double, double) |
| unsigned long | size () |
| void | print () |
| DistribNorm (Config &) | |
| ~DistribNorm () | |
Private Attributes | |
| LKVector | tabScore |
| String * | tabIdImp |
| Config | conf |
Definition at line 81 of file ComputeNorm.cpp.
| DistribNorm::DistribNorm | ( | Config & | config ) |
Definition at line 183 of file ComputeNorm.cpp.
| DistribNorm::~DistribNorm | ( | ) |
Definition at line 191 of file ComputeNorm.cpp.
| void DistribNorm::addScore | ( | double | d, |
| const String & | idImp | ||
| ) |
Definition at line 104 of file ComputeNorm.cpp.
| bool DistribNorm::computeMeanStd | ( | double & | mean, |
| double & | std, | ||
| char | mode, | ||
| double | percentH, | ||
| double | percentL | ||
| ) |
Definition at line 121 of file ComputeNorm.cpp.
References debug.
| void DistribNorm::init | ( | ) |
Definition at line 96 of file ComputeNorm.cpp.
| void DistribNorm::print | ( | ) |
Definition at line 174 of file ComputeNorm.cpp.
| unsigned long DistribNorm::size | ( | ) |
Definition at line 100 of file ComputeNorm.cpp.
Config DistribNorm::conf [private] |
Definition at line 85 of file ComputeNorm.cpp.
String* DistribNorm::tabIdImp [private] |
Definition at line 84 of file ComputeNorm.cpp.
LKVector DistribNorm::tabScore [private] |
Definition at line 82 of file ComputeNorm.cpp.
1.7.2