#include <YeoJohnson.hpp>
|
| | YeoJohnson (double lambda) |
| |
| | YeoJohnson (const YeoJohnson &r)=default |
| |
| YeoJohnson & | operator= (const YeoJohnson &r)=default |
| |
| virtual | ~YeoJohnson ()=default |
| |
| double | inverseTransform (double x) const override |
| |
| double | getLambdaValue () const |
| |
| void | setLambdaValue (double lambda) |
| |
| void | initParams (double min=0., double max=INF) override |
| |
| void | appendParams (ListParams &listParams) override |
| |
| String | getName () const override |
| |
| template<typename T > |
| T | evalImpl (T h) const |
| |
| | getParams () const override |
| |
| double | getSaturation () const |
| |
| | ATransformWithAutoDiff () |
| |
| double | transform (double x) const override |
| |
| double | evalJacobian (double h) const override |
| |
| | ATransform () |
| |
| | ATransform (const ATransform &r)=default |
| |
| ATransform & | operator= (const ATransform &r)=default |
| |
| void | transformVec (constvect in, vect out) const |
| |
| void | condExpVec (constvect mu, constvect sigma, vect out, Id power=1) const |
| |
| void | inverseTransformVec (constvect in, vect out) const |
| |
| | transformVec (const 1 &in) const |
| |
| | inverseTransformVec (const 1 &in) const |
| |
| virtual double | condExp (double mu, double sigma, Id power=1) const |
| |
| | condExpVec (const 1 &mu, const 1 &sigma, Id power=1) const |
| |
| double | evalLogJacobianVec (constvect in) const |
| |
| virtual void | updateTransform () |
| |
| void | setNMonteCarlo (Id n) |
| |
| Id | getNMonteCarlo () const |
| |
| virtual | ~ATransform ()=default |
| |
| | ICloneable () |
| |
| virtual | ~ICloneable () |
| |
| virtual ICloneable * | clone () const =0 |
| |
| std::shared_ptr< ICloneable > | cloneShared () const |
| |
| std::unique_ptr< ICloneable > | cloneUnique () const |
| |
◆ YeoJohnson() [1/2]
| gstlrn::YeoJohnson::YeoJohnson |
( |
double |
lambda | ) |
|
◆ YeoJohnson() [2/2]
| gstlrn::YeoJohnson::YeoJohnson |
( |
const YeoJohnson & |
r | ) |
|
|
default |
◆ ~YeoJohnson()
| virtual gstlrn::YeoJohnson::~YeoJohnson |
( |
| ) |
|
|
virtualdefault |
◆ appendParams()
| void gstlrn::YeoJohnson::appendParams |
( |
ListParams & |
listParams | ) |
|
|
overridevirtual |
◆ create()
| YeoJohnson * gstlrn::YeoJohnson::create |
( |
double |
lambda | ) |
|
|
static |
◆ evalImpl()
template<typename T >
| T gstlrn::YeoJohnson::evalImpl |
( |
T |
h | ) |
const |
|
inline |
◆ getLambdaValue()
| double gstlrn::YeoJohnson::getLambdaValue |
( |
| ) |
const |
|
inline |
◆ getName()
| String gstlrn::YeoJohnson::getName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getParams()
| gstlrn::YeoJohnson::getParams |
( |
| ) |
const |
|
overridevirtual |
◆ getSaturation()
| double gstlrn::YeoJohnson::getSaturation |
( |
| ) |
const |
|
inline |
◆ initParams()
| void gstlrn::YeoJohnson::initParams |
( |
double |
min = 0., |
|
|
double |
max = INF |
|
) |
| |
|
overridevirtual |
◆ inverseTransform()
| double gstlrn::YeoJohnson::inverseTransform |
( |
double |
x | ) |
const |
|
overridevirtual |
◆ operator=()
◆ setLambdaValue()
| void gstlrn::YeoJohnson::setLambdaValue |
( |
double |
lambda | ) |
|
|
inline |
The documentation for this class was generated from the following files:
- include/Transform/YeoJohnson.hpp
- src/Transform/YeoJohnson.cpp