Publication dateMar 9, 2022
Confidentiality public Public
Table row scaler
TRANSFORMER
Typing name : TASK.gws_core.TableRowScaler Brick : gws_core 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 rows
percent
is like unit
but the final value is multiplied by 100
standard
normalizes each element by the standard deviation of its rows
login
Input
Table
2d excel like table
logout
Output
Table
2d excel like table
settings
Configuration
Type : string
Allowed values : unit
percent
standard
Technical bricks to reuse or customize
Have you developed a brick?
Share it to accelerate projects for the entire community.