Liking cljdoc? Tell your friends :D

tech.ml.utils


column-safe-nameclj

(column-safe-name item-name)
source

extend-column-nameclj

(extend-column-name src-name dst-name)
source

nanos->millisclj

(nanos->millis nanos)
source

numeric-datatype?clj

(numeric-datatype? dtype-enum)
source

prefix-mergeclj

(prefix-merge prefix src-map merge-map)
source

sequence->iteratorclj

(sequence->iterator item-seq)

Java ml interfaces sometimes use iterators where they really should use sequences (iterators have state). In any case, we do what we can.

Java ml interfaces sometimes use iterators where they really should
use sequences (iterators have state).  In any case, we do what we can.
sourceraw docstring

set-slf4j-log-levelclj

(set-slf4j-log-level level)

Set the slf4j log level. Safe to call if slf4j is not in the classpath.

Set the slf4j log level.  Safe to call if slf4j is not in the
classpath.
sourceraw docstring

time-sectioncljmacro

(time-section & body)

Time a section, return {:retval retval :milliseconds ms}

Time a section, return
{:retval retval
:milliseconds ms}
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close