1 #ifndef __MIN_MAX_SCALER__ 2 #define __MIN_MAX_SCALER__ 4 #include <eigen/Eigen/Dense> 9 namespace ProperOrthogonalDecomposition {
10 using Eigen::MatrixXd;
11 using Eigen::VectorXd;
12 using Eigen::RowVectorXd;
23 MatrixXd
transform(
const MatrixXd& snapshot_parameters);
Files for the baseline physics.
MatrixXd fit_transform(const MatrixXd &snapshot_parameters)
Fit and transform data.
RowVectorXd max
Maximum values.
MatrixXd inverse_transform(const MatrixXd &snapshot_parameters)
Unscale data.
MatrixXd transform(const MatrixXd &snapshot_parameters)
Transform data to previously fitted dataset.
RowVectorXd min
Minimum values.
Scale data between 0 and 1.