Login
Back to bricks list
Introduction Version

Table scaler

TRANSFORMER
Typing name :  TASK.gws_core.TableScaler Brick :  gws_core

Scales the numeric values of the table

Transformer to apply one scalling function to all numerical values of the table.

Available scaling functions: log2, log10, log.

  • log2, log10 replace each element by the corresponding log value
  • log replace each element by the corresponding natural logarithm value

Input

Table
2d excel like table

Output

Table
2d excel like table

Configuration

scaling_function

Type : stringAllowed values : none  log  log2  log10