Menu
Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version
Publication date

Mar 9, 2022

Confidentiality
Public
Reactions
0
Share

Table column scaler

TRANSFORMER
2 times
100 %
51 milliseconds
Typing name :  TASK.gws_core.TableColumnScaler Brick :  gws_core

Scales the numeric values of the table along the column axis

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

Input

Table
2d excel like table

Output

Table
2d excel like table

Configuration

scaling_function

Type : stringAllowed values : unit percent standard 
Technical bricks to reuse or customize

Have you developed a brick?

Share it to accelerate projects for the entire community.