lower

lower(str) – Returns `str` with all characters changed to lowercase. Platforms: WhereOS, Spark, Hive Class:

log2

log2(expr) – Returns the logarithm of `expr` with base 2. Platforms: WhereOS, Spark, Hive Class:

logloss

logloss(double predicted, double actual) – Return a Logrithmic Loss Platforms: WhereOS, Spark, Hive Class: hivemall.evaluation.LogarithmicLossUDAF

locate

locate(substr, str[, pos]) – Returns the position of the first occurrence of `substr` in `str`

log

log(base, expr) – Returns the logarithm of `expr` with `base`. Platforms: WhereOS, Spark, Hive Class:

log10

log10(expr) – Returns the logarithm of `expr` with base 10. Platforms: WhereOS, Spark, Hive Class: