|
Learning Curve Plus Plus (LCPP)
|
Public Member Functions | |
| Transformer (const D &dataset) | |
| Construct and fit transformers for both inputs and labels. More... | |
| D | TransInp (const D &dataset) |
| Transform only the inputs of a dataset. More... | |
| D | TransLab (const D &dataset) |
| Transform only the labels of a dataset. More... | |
| D | Trans (const D &dataset) |
| Transform both inputs and labels of a dataset. More... | |
| D | InvTransInp (const D &dataset) |
| Inverse transform both inputs. More... | |
| D | InvTransLab (const D &dataset) |
| Inverse transform only the labels. More... | |
| D | InvTrans (const D &dataset) |
| Inverse transform both inputs and labels. More... | |
|
inline |
Construct and fit transformers for both inputs and labels.
| data | Dataset to fit the transformers on. |
Definition at line 32 of file data.h.
|
inline |
Inverse transform both inputs and labels.
| data | Dataset to inverse transform. |
Definition at line 121 of file data.h.
References data::Transformer< T, D >::InvTransInp(), and data::Transformer< T, D >::InvTransLab().
Here is the call graph for this function:
|
inline |
Inverse transform both inputs.
| data | Dataset to inverse transform. |
Definition at line 97 of file data.h.
Referenced by data::Transformer< T, D >::InvTrans().
Here is the caller graph for this function:
|
inline |
Inverse transform only the labels.
| data | Dataset to inverse transform. |
Definition at line 109 of file data.h.
Referenced by data::Transformer< T, D >::InvTrans().
Here is the caller graph for this function:
|
inline |
Transform both inputs and labels of a dataset.
| data | Dataset to transform. |
Definition at line 81 of file data.h.
References data::Transformer< T, D >::TransInp(), and data::Transformer< T, D >::TransLab().
Here is the call graph for this function:
|
inline |
Transform only the inputs of a dataset.
| data | Dataset to transform. |
Definition at line 46 of file data.h.
Referenced by data::Transformer< T, D >::Trans().
Here is the caller graph for this function:
|
inline |
Transform only the labels of a dataset.
| data | Dataset to transform. |
Definition at line 58 of file data.h.
Referenced by data::Transformer< T, D >::Trans().
Here is the caller graph for this function: