count

count(*) – Returns the total number of retrieved rows, including rows containing null. count(expr[, expr…])

corr

corr(expr1, expr2) – Returns Pearson coefficient of correlation between a set of number pairs. Platforms:

cos

cos(expr) – Returns the cosine of `expr`, as if computed by `java.lang.Math.cos`. Platforms: WhereOS, Spark,

cosh

cosh(expr) – Returns the hyperbolic cosine of `expr`, as if computed by `java.lang.Math.cosh`. Platforms: WhereOS,

conv2dense

conv2dense(int feature, float weight, int nDims) – Return a dense model in array Platforms: WhereOS,

convert_label

convert_label(const int|const float) – Convert from -1|1 to 0.0f|1.0f, or from 0.0f|1.0f to -1|1 Platforms: