You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expression parser component should support the following cast functions:
as.integer. Casts the argument to continuous integer.
as.numeric. Casts the argument to continuous double.
as.character. Casts the argument to categorical string.
as.factor. Casts the argument from continuous operational type to categorical operational type, while preserving the data type. For example, casting a continuous integer to categorical integer.
The text was updated successfully, but these errors were encountered:
The expression parser component should support the following cast functions:
as.integer
. Casts the argument to continuous integer.as.numeric
. Casts the argument to continuous double.as.character
. Casts the argument to categorical string.as.factor
. Casts the argument from continuous operational type to categorical operational type, while preserving the data type. For example, casting a continuous integer to categorical integer.The text was updated successfully, but these errors were encountered: