|
CMP++: Uncertainty Quantification & Bayesian Calibration
|
Classes | |
| class | DummyScaler |
| A pass-through scaler that leaves input data unchanged. More... | |
| class | EllipticScaler |
| Scaler that standardizes features independently using diagonal variance scaling. More... | |
| class | MinMaxScaler |
| Linearly scales features to a target bounding box range. More... | |
| class | PCA |
| Principal Component Analysis (PCA) feature scaler and dimension reducer. More... | |
| class | Scaler |
| Template virtual base class for feature scaling and transformation. More... | |
| class | StandardScaler |
| Standardizes features by removing the mean and scaling to unit variance using Cholesky decomposition. More... | |
Variables | |
| constexpr double | TOL = 1e-10 |
| Global tolerance value used for numerical stability and zero-checks. | |
|
constexpr |
Global tolerance value used for numerical stability and zero-checks.