
Public Member Functions | |
| double | getMean (char, double, double) |
| double | getStd (char, double, double) |
| unsigned long | getNb () |
| String | getName () |
| void | setNb (unsigned long) |
| void | set (String, double, double) |
| void | setName (String) |
| void | addScore (double, const String &imp) |
| void | newDistribNorm (Config &) |
| void | deleteDistribNorm () |
| NormSeg () | |
| ~NormSeg () | |
Private Attributes | |
| String | name |
| double | mean |
| double | std |
| bool | computed |
| unsigned long | nb |
| DistribNorm * | distribNorm |
Definition at line 195 of file ComputeNorm.cpp.
| NormSeg::NormSeg | ( | ) |
Definition at line 272 of file ComputeNorm.cpp.
| NormSeg::~NormSeg | ( | ) |
Definition at line 275 of file ComputeNorm.cpp.
| void NormSeg::addScore | ( | double | score, |
| const String & | imp | ||
| ) |
Definition at line 218 of file ComputeNorm.cpp.
| void NormSeg::deleteDistribNorm | ( | ) |
Definition at line 268 of file ComputeNorm.cpp.
| double NormSeg::getMean | ( | char | computeMode, |
| double | discardH, | ||
| double | discardL | ||
| ) |
Definition at line 221 of file ComputeNorm.cpp.
| String NormSeg::getName | ( | ) |
Definition at line 247 of file ComputeNorm.cpp.
| unsigned long NormSeg::getNb | ( | ) |
Definition at line 243 of file ComputeNorm.cpp.
| double NormSeg::getStd | ( | char | computeMode, |
| double | discardH, | ||
| double | discardL | ||
| ) |
Definition at line 232 of file ComputeNorm.cpp.
| void NormSeg::newDistribNorm | ( | Config & | config ) |
Definition at line 265 of file ComputeNorm.cpp.
| void NormSeg::set | ( | String | n, |
| double | m, | ||
| double | s | ||
| ) |
Definition at line 256 of file ComputeNorm.cpp.
| void NormSeg::setName | ( | String | n ) |
Definition at line 262 of file ComputeNorm.cpp.
| void NormSeg::setNb | ( | unsigned long | m ) |
Definition at line 252 of file ComputeNorm.cpp.
bool NormSeg::computed [private] |
Definition at line 199 of file ComputeNorm.cpp.
DistribNorm* NormSeg::distribNorm [private] |
Definition at line 203 of file ComputeNorm.cpp.
double NormSeg::mean [private] |
Definition at line 197 of file ComputeNorm.cpp.
String NormSeg::name [private] |
Definition at line 196 of file ComputeNorm.cpp.
unsigned long NormSeg::nb [private] |
Definition at line 202 of file ComputeNorm.cpp.
double NormSeg::std [private] |
Definition at line 198 of file ComputeNorm.cpp.
1.7.2