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