Transformer to apply one scalling functions to all numerical values of the table along the column axis.
Available scaling functions: unit
, percent
and standard
.
unit
normalizes each element by the sum of its columns
percent
is like unit
but the final value is multiplied by 100
standard
normalizes each element by the standard deviation of its columns