#include <iostream>#include <fstream>#include <cstdio>#include <cassert>#include <cmath>#include <cstdlib>#include "liatools.h"#include "ComputeNorm.h"
Go to the source code of this file.
Classes | |
| class | DistribNorm |
| class | NormSeg |
| class | Norm |
Defines | |
| #define | ALIZE_ComputeNorm_cpp |
Functions | |
| bool | selectImp (String &fieldOne, String &fieldTwo, XList &impList, char selectMode) |
| void | getAllScores (XList &list, unsigned long indFieldOne, unsigned long indFieldTwo, unsigned long indScore, Norm &norm, XList &impList, char selectMode, Config &config) |
| void | getAllScoresFirstNormed (XList &list, unsigned long indFieldOne, unsigned long indFieldTwo, unsigned long indScore, Norm &firstNorm, Norm &outNorm, XList &impList, char selectMode, Config &config) |
| int | ComputeNorm (Config &config) |
| #define ALIZE_ComputeNorm_cpp |
Definition at line 56 of file ComputeNorm.cpp.
| int ComputeNorm | ( | Config & | config ) |
Definition at line 491 of file ComputeNorm.cpp.
References debug, Norm::findEntityInNorm(), getAllScores(), getAllScoresFirstNormed(), Norm::getMean(), Norm::getStd(), outputResultLine(), Norm::print(), Norm::setNormAndFreeDistrib(), verbose, and verboseLevel.
| void getAllScores | ( | XList & | list, |
| unsigned long | indFieldOne, | ||
| unsigned long | indFieldTwo, | ||
| unsigned long | indScore, | ||
| Norm & | norm, | ||
| XList & | impList, | ||
| char | selectMode, | ||
| Config & | config | ||
| ) |
Definition at line 446 of file ComputeNorm.cpp.
References Norm::addScore(), Norm::findAddSeg(), and selectImp().
Referenced by ComputeNorm().
| void getAllScoresFirstNormed | ( | XList & | list, |
| unsigned long | indFieldOne, | ||
| unsigned long | indFieldTwo, | ||
| unsigned long | indScore, | ||
| Norm & | firstNorm, | ||
| Norm & | outNorm, | ||
| XList & | impList, | ||
| char | selectMode, | ||
| Config & | config | ||
| ) |
Definition at line 466 of file ComputeNorm.cpp.
References Norm::addScore(), Norm::findAddSeg(), Norm::findEntityInNorm(), Norm::getMean(), Norm::getStd(), and selectImp().
Referenced by ComputeNorm().
| bool selectImp | ( | String & | fieldOne, |
| String & | fieldTwo, | ||
| XList & | impList, | ||
| char | selectMode | ||
| ) |
Definition at line 436 of file ComputeNorm.cpp.
Referenced by getAllScores(), and getAllScoresFirstNormed().
1.7.2