Table scaler
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 valuelog
replace each element by the corresponding natural logarithm value
Input
Table
2d excel like table
Output
Table
2d excel like table
Configuration
scaling_function
string
none
log
log2
log10