Version: v2.5 
Expressions
Expressions
Type
transform
Fields
| Name | Title | Description |
|---|---|---|
| description | Description | Description |
| outputCols | New Columns Name | New Columns Name |
| expressions | Expressions | Expressions |
Functions Used in Expression: abs, acros, asin, atan, atan2, bin, cbrt, ceil, conv, cos, sosh, exp, expm1, factorial, floor, hex, hypot, log, log10, log1p, log2, pmod, pow, rint, round, shiftLeft, shiftRight, shiftRightUnsigned, signum, sin, sinh, sqrt, tan, tanh, toDegrees, toRadians, unhex
Input
| id | label | f1 | f2 |
|---|---|---|---|
| 6 | 1.0 | 2.1 | 2.0 |
| 4 | 0.0 | 4.1 | -5.0 |
| 5 | 0.0 | 3.1 | 6.0 |
| 66 | 1.0 | 2.1 | 2.0 |
Parameters
| id | New Columns Name | Expressions |
|---|---|---|
| 1 | sqrt_f1 | sqrt(f1) |
| 2 | abs_f2 | abs(f2) |
output
| id | label | f1 | f2 | sqrt_f1 | abs_f2 |
|---|---|---|---|---|---|
| 6 | 1.0 | 2.1 | 2.0 | 1.449137674618944 | 2.0 |
| 4 | 0.0 | 4.1 | -5.0 | 2.0248456731316584 | 5.0 |
| 5 | 0.0 | 3.1 | 6.0 | 760681686165901 | 6.0 |
| 66 | 1.0 | 2.1 | 2.0 | 1.449137674618944 | 2.0 |