|
| | AnamDiscrete () |
| |
| | AnamDiscrete (const AnamDiscrete &m) |
| |
| AnamDiscrete & | operator= (const AnamDiscrete &m) |
| |
| virtual | ~AnamDiscrete () |
| |
| String | toString (const AStringFormat *strfmt=nullptr) const override |
| | AStringable Interface.
|
| |
| bool | hasGaussian () const override |
| | AAnam interface.
|
| |
| Id | getNClass () const override |
| |
| virtual void | calculateMeanAndVariance () |
| | Interface for AnamDiscrete.
|
| |
| double | getVariance () const override |
| |
| Id | getNCut () const |
| |
| Id | getNElem () const |
| |
| const & | getZCut () const |
| |
| double | getZCut (Id i) const |
| |
| double | getMean () const |
| |
| void | setMean (double mean) |
| |
| void | setVariance (double variance) |
| |
| void | setNCut (Id ncut) |
| |
| void | setZCut (const 1 &zcut) |
| |
| void | setNElem (Id nelem) |
| |
| void | setStats (const 1 &stats) |
| |
| double | getDDStatProp (Id iclass) const |
| |
| double | getDDStatZmoy (Id iclass) const |
| |
| double | getDDStatCnorm (Id iclass) const |
| |
| double | getDDStatLambda (Id iclass) const |
| |
| double | getDDStatU (Id iclass) const |
| |
| double | getDDStatMul (Id iclass) const |
| |
| void | setDDStatProp (Id iclass, double value) |
| |
| void | setDDStatZmoy (Id iclass, double value) |
| |
| void | setDDStatCnorm (Id iclass, double value) |
| |
| void | setDDStatLambda (Id iclass, double value) |
| |
| void | setDDStatU (Id iclass, double value) |
| |
| void | setDDStatMul (Id iclass, double value) |
| |
| double | getIRStatT (Id iclass) const |
| |
| double | getIRStatQ (Id iclass) const |
| |
| double | getIRStatZ (Id iclass) const |
| |
| double | getIRStatB (Id iclass) const |
| |
| double | getIRStatR (Id iclass) const |
| |
| double | getIRStatRV (Id iclass) const |
| |
| void | setIRStatT (Id iclass, double value) |
| |
| void | setIRStatQ (Id iclass, double value) |
| |
| void | setIRStatZ (Id iclass, double value) |
| |
| void | setIRStatB (Id iclass, double value) |
| |
| void | setIRStatR (Id iclass, double value) |
| |
| void | setIRStatRV (Id iclass, double value) |
| |
| const MatrixDense & | getStats () const |
| |
| | AAnam () |
| |
| | AAnam (const AAnam &m) |
| |
| AAnam & | operator= (const AAnam &m) |
| |
| virtual | ~AAnam () |
| |
| virtual const EAnam & | getType () const =0 |
| | Interface for AAnam.
|
| |
| virtual bool | hasFactor () const |
| |
| virtual Id | getNFactor () const |
| |
| virtual bool | isChangeSupportDefined () const =0 |
| |
| virtual | z2factor (double z, const 1 &ifacs) const |
| |
| virtual double | computeVariance (double sval) const |
| |
| virtual Id | updatePointToBlock (double r_coef) |
| |
| virtual bool | allowChangeSupport () const |
| |
| virtual double | rawToTransformValue (double z) const |
| |
| virtual double | transformToRawValue (double y) const |
| |
| virtual Id | fitFromArray (const 1 &tab, const 1 &wt=1()) |
| |
| double | invertVariance (double cvv) const |
| |
| | rawToTransformVec (const 1 &z) const |
| |
| | transformToRawVec (const 1 &y) const |
| |
| Id | fitFromLocator (Db *db, const ELoc &locatorType=ELoc::fromKey("Z")) |
| |
| Id | fit (Db *db, const String &name) |
| |
| Id | rawToGaussianByLocator (Db *db, const NamingConvention &namconv=NamingConvention("Y")) |
| |
| Id | rawToGaussian (Db *db, const String &name, const NamingConvention &namconv=NamingConvention("Y")) |
| |
| Id | normalScore (Db *db, const String &name, const NamingConvention &namconv=NamingConvention("Gaussian")) |
| |
| Id | gaussianToRawByLocator (Db *db, const NamingConvention &namconv=NamingConvention("Z")) |
| |
| Id | gaussianToRaw (Db *db, const String &name, const NamingConvention &namconv=NamingConvention("Z")) |
| |
| Id | rawToFactorByRanks (Db *db, const 1 &ifacs, const NamingConvention &namconv=NamingConvention("Factor")) |
| |
| Id | rawToFactor (Db *db, Id 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 (Id level) const final |
| |
| | ASerializable () |
| |
| | ASerializable (const ASerializable &r) |
| |
| ASerializable & | operator= (const ASerializable &r) |
| |
| | ASerializable (ASerializable &&r) noexcept |
| |
| ASerializable & | operator= (ASerializable &&r) noexcept |
| |
| virtual | ~ASerializable () |
| |
| bool | dumpToNF (const String &NFFilename, const EFormatNF &format=EFormatNF::fromKey("DEFAULT"), bool verbose=false) const |
| | Dump the contents of an object into an Output File using a given Output NF Format.
|
| |
| void | setDefaultFormatNF (const EFormatNF &format) |
| |
| | ICloneable () |
| |
| virtual | ~ICloneable () |
| |
| virtual ICloneable * | clone () const =0 |
| |
| std::shared_ptr< ICloneable > | cloneShared () const |
| |
| std::unique_ptr< ICloneable > | cloneUnique () const |
| |