CMP++: Uncertainty Quantification & Bayesian Calibration
Loading...
Searching...
No Matches
cmp::scaler Namespace Reference

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.
 

Variable Documentation

◆ TOL

constexpr double cmp::scaler::TOL = 1e-10
constexpr

Global tolerance value used for numerical stability and zero-checks.