py3dinterpolations.modelling.preprocessor.reverse_preprocessing
- py3dinterpolations.modelling.preprocessor.reverse_preprocessing(griddata: GridData) GridData
reverse preprocessing of whole GridData object
reverse all reversible transformations that have been applied to the GridData object.
- This method reverses the operations of preprocessing of:
Normalization of X Y Z
Standardization of V
Note
It cannot reverse downsampling!
- Returns
GridData object with the data with reversed preprocessing
- Return type