|
| | AnamHermite (int nbpoly=3, bool flagBound=true, double rCoef=1.) |
| |
| | AnamHermite (const AnamHermite &m) |
| |
| AnamHermite & | operator= (const AnamHermite &m) |
| |
| virtual | ~AnamHermite () |
| |
| virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| | ICloneable Interface. More...
|
| |
| const EAnam & | getType () const override |
| | Interface AAnam. More...
|
| |
| bool | hasFactor () const override |
| |
| int | getNFactor () const override |
| |
| VectorDouble | z2factor (double z, const VectorInt &ifacs) const override |
| |
| double | computeVariance (double chh) const override |
| |
| int | updatePointToBlock (double r_coef) override |
| |
| bool | allowChangeSupport () const override |
| |
| bool | isChangeSupportDefined () const override |
| |
| int | getNClass () const override |
| |
| int | fitFromArray (const VectorDouble &tab, const VectorDouble &wt=VectorDouble()) override |
| |
| double | rawToTransformValue (double z) const override |
| | AnamContinuous Interface. More...
|
| |
| double | transformToRawValue (double y) const override |
| |
| void | calculateMeanAndVariance () override |
| | Interface for AnamContinuous. More...
|
| |
| void | reset (double pymin, double pzmin, double pymax, double pzmax, double aymin, double azmin, double aymax, double azmax, double r, const VectorDouble &psi_hn) |
| |
| int | getNbPoly () const |
| |
| VectorDouble | getPsiHns () const |
| |
| double | getPsiHn (int ih) const |
| |
| double | getRCoef () const |
| |
| bool | getFlagBound () const |
| |
| void | setPsiHns (const VectorDouble &psi_hn) |
| |
| void | setFlagBound (bool flagBound) |
| |
| void | setPsiHn (int i, double psi_hn) |
| |
| void | setRCoef (double r_coef) |
| |
| int | factor2Selectivity (Db *db, Selectivity *selectivity, const VectorInt &cols_est, const VectorInt &cols_std, int iptr0) |
| |
| double | evalSupportCoefficient (int option, Model *model, const VectorDouble &dxs, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), bool verbose=true) |
| |
| VectorDouble | cumulateVarianceRatio (double chh) const |
| |
| | AnamContinuous () |
| |
| | AnamContinuous (const AnamContinuous &m) |
| |
| AnamContinuous & | operator= (const AnamContinuous &m) |
| |
| virtual | ~AnamContinuous () |
| |
| bool | hasGaussian () const override |
| | AAnam interface. More...
|
| |
| virtual double | getVariance () const override |
| |
| void | setABounds (double azmin=TEST, double azmax=TEST, double aymin=TEST, double aymax=TEST) |
| |
| void | setPBounds (double pzmin=TEST, double pzmax=TEST, double pymin=TEST, double pymax=TEST) |
| |
| VectorDouble | rawToGaussianVector (const VectorDouble &z) const |
| |
| VectorDouble | gaussianToRawVector (const VectorDouble &y) const |
| |
| AnamContinuousFit | sample (int ndisc=100, double aymin=-10, double aymax=+10) |
| |
| double | getMean () const |
| |
| double | getAymax () const |
| |
| double | getAymin () const |
| |
| double | getAzmax () const |
| |
| double | getAzmin () const |
| |
| double | getPymax () const |
| |
| double | getPymin () const |
| |
| double | getPzmax () const |
| |
| double | getPzmin () const |
| |
| void | setAzmin (double azmin) |
| |
| void | setAzmax (double azmax) |
| |
| void | setAymin (double aymin) |
| |
| void | setAymax (double aymax) |
| |
| void | setPzmin (double pzmin) |
| |
| void | setPzmax (double pzmax) |
| |
| void | setPymin (double pymin) |
| |
| void | setPymax (double pymax) |
| |
| void | setMean (double mean) |
| |
| void | setVariance (double variance) |
| |
| | AAnam () |
| |
| | AAnam (const AAnam &m) |
| |
| AAnam & | operator= (const AAnam &m) |
| |
| virtual | ~AAnam () |
| |
| 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 |
| |