trim(str) – Removes the leading and trailing space characters from `str`. trim(BOTH trimStr FROM str)
tree_predict_v1(string modelId, int modelType, string script, array features [, const boolean classification]) – Returns a
transpose_and_dot(array X, array Y) – Returns dot(X.T, Y) as array, shape = (X.#cols, Y.#cols) WITH
tree_export(string model, const string options, optional array featureNames=null, optional array classNames=null) – exports a Decision
tree_predict(string modelId, string model, array features [, const string options | const boolean classification=false]) –
translate(input, from, to) – Translates the `input` string by replacing the characters present in the