Scales the numeric values of the table along the row axis
Transformer to apply one scalling function to all numerical values of the table along the row axis.
Available scaling functions: unit
, percent
and standard
.
unit
normalizes each element by the sum of its rowspercent
is likeunit
but the final value is multiplied by 100standard
normalizes each element by the standard deviation of its rows
Input
Table
2d excel like table
Output
Table
2d excel like table
Configuration
scaling_function
string