|
| | AnamDiscrete () |
| |
| | AnamDiscrete (const AnamDiscrete &m) |
| |
| AnamDiscrete & | operator= (const AnamDiscrete &m) |
| |
| virtual | ~AnamDiscrete () |
| |
| virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| | AStringable Interface. More...
|
| |
| bool | hasGaussian () const override |
| | AAnam interface. More...
|
| |
| int | getNClass () const override |
| |
| virtual void | calculateMeanAndVariance () |
| | Interface for AnamDiscrete. More...
|
| |
| virtual double | getVariance () const override |
| |
| int | getNCut () const |
| |
| int | getNElem () const |
| |
| const VectorDouble & | getZCut () const |
| |
| double | getZCut (int i) const |
| |
| double | getMean () const |
| |
| void | setMean (double mean) |
| |
| void | setVariance (double variance) |
| |
| void | setNCut (int ncut) |
| |
| void | setZCut (const VectorDouble &zcut) |
| |
| void | setNElem (int nelem) |
| |
| void | setStats (const VectorDouble &stats) |
| |
| double | getDDStatProp (int iclass) const |
| |
| double | getDDStatZmoy (int iclass) const |
| |
| double | getDDStatCnorm (int iclass) const |
| |
| double | getDDStatLambda (int iclass) const |
| |
| double | getDDStatU (int iclass) const |
| |
| double | getDDStatMul (int iclass) const |
| |
| void | setDDStatProp (int iclass, double value) |
| |
| void | setDDStatZmoy (int iclass, double value) |
| |
| void | setDDStatCnorm (int iclass, double value) |
| |
| void | setDDStatLambda (int iclass, double value) |
| |
| void | setDDStatU (int iclass, double value) |
| |
| void | setDDStatMul (int iclass, double value) |
| |
| double | getIRStatT (int iclass) const |
| |
| double | getIRStatQ (int iclass) const |
| |
| double | getIRStatZ (int iclass) const |
| |
| double | getIRStatB (int iclass) const |
| |
| double | getIRStatR (int iclass) const |
| |
| double | getIRStatRV (int iclass) const |
| |
| void | setIRStatT (int iclass, double value) |
| |
| void | setIRStatQ (int iclass, double value) |
| |
| void | setIRStatZ (int iclass, double value) |
| |
| void | setIRStatB (int iclass, double value) |
| |
| void | setIRStatR (int iclass, double value) |
| |
| void | setIRStatRV (int iclass, double value) |
| |
| const MatrixRectangular & | getStats () const |
| |
| | AAnam () |
| |
| | AAnam (const AAnam &m) |
| |
| AAnam & | operator= (const AAnam &m) |
| |
| virtual | ~AAnam () |
| |
| virtual const EAnam & | getType () const =0 |
| | Interface for AAnam. More...
|
| |
| virtual bool | hasFactor () const |
| |
| virtual int | getNFactor () const |
| |
| virtual bool | isChangeSupportDefined () const =0 |
| |
| virtual VectorDouble | z2factor (double z, const VectorInt &ifacs) const |
| |
| virtual double | computeVariance (double sval) const |
| |
| virtual int | updatePointToBlock (double r_coef) |
| |
| virtual bool | allowChangeSupport () const |
| |
| virtual double | rawToTransformValue (double z) const |
| |
| virtual double | transformToRawValue (double y) const |
| |
| virtual int | fitFromArray (const VectorDouble &tab, const VectorDouble &wt=VectorDouble()) |
| |
| double | invertVariance (double cvv) const |
| |
| VectorDouble | rawToTransformVec (const VectorDouble &z) const |
| |
| VectorDouble | transformToRawVec (const VectorDouble &y) const |
| |
| int | fitFromLocator (Db *db, const ELoc &locatorType=ELoc::fromKey("Z")) |
| |
| int | fit (Db *db, const String &name) |
| |
| int | rawToGaussianByLocator (Db *db, const NamingConvention &namconv=NamingConvention("Y")) |
| |
| int | rawToGaussian (Db *db, const String &name, const NamingConvention &namconv=NamingConvention("Y")) |
| |
| int | normalScore (Db *db, const String &name, const NamingConvention &namconv=NamingConvention("Gaussian")) |
| |
| int | gaussianToRawByLocator (Db *db, const NamingConvention &namconv=NamingConvention("Z")) |
| |
| int | gaussianToRaw (Db *db, const String &name, const NamingConvention &namconv=NamingConvention("Z")) |
| |
| int | rawToFactorByRanks (Db *db, const VectorInt &ifacs, const NamingConvention &namconv=NamingConvention("Factor")) |
| |
| int | rawToFactor (Db *db, int nfactor, const NamingConvention &namconv=NamingConvention("Factor")) |
| |
| | AStringable () |
| |
| | AStringable (const AStringable &r) |
| |
| AStringable & | operator= (const AStringable &r) |
| |
| virtual | ~AStringable () |
| |
| virtual void | display (const AStringFormat *strfmt=nullptr) const final |
| |
| virtual void | display (int level) const final |
| |
| | ASerializable () |
| |
| | ASerializable (const ASerializable &r) |
| |
| ASerializable & | operator= (const ASerializable &r) |
| |
| virtual | ~ASerializable () |
| |
| bool | deserialize (std::istream &is, bool verbose=true) |
| |
| bool | serialize (std::ostream &os, bool verbose=true) const |
| |
| bool | dumpToNF (const String &neutralFilename, bool verbose=false) const |
| |
| | ICloneable () |
| |
| virtual | ~ICloneable () |
| |
| virtual ICloneable * | clone () const =0 |
| |