trim

trim(str) – Removes the leading and trailing space characters from `str`. trim(BOTH trimStr FROM str)

tree_predict_v1

tree_predict_v1(string modelId, int modelType, string script, array features [, const boolean classification]) – Returns a

transpose_and_dot

transpose_and_dot(array X, array Y) – Returns dot(X.T, Y) as array, shape = (X.#cols, Y.#cols) WITH

tree_export

tree_export(string model, const string options, optional array featureNames=null, optional array classNames=null) – exports a Decision

tree_predict

tree_predict(string modelId, string model, array features [, const string options | const boolean classification=false]) –

translate

translate(input, from, to) – Translates the `input` string by replacing the characters present in the