Liking cljdoc? Tell your friends :D

clj-ml.utils


capture-out-errcljmacro

(capture-out-err & body)
source

deserializeclj

(deserialize bytes)

Reads an object from memory

Reads an object from memory
sourceraw docstring

deserialize-from-fileclj

(deserialize-from-file path)

Reads an object from a file

Reads an object from a file
sourceraw docstring

find-firstclj

(find-first pred coll)

Returns the first item of coll for which (pred item) returns logical true. Consumes sequences up to the first match, will consume the entire sequence and return nil if no match is found.

Returns the first item of coll for which (pred item) returns logical true.
Consumes sequences up to the first match, will consume the entire sequence
and return nil if no match is found.
sourceraw docstring

first-or-defaultclj

(first-or-default col default)

Returns the first element in the collection or the default value

Returns the first element in the collection or the default value
sourceraw docstring

into-fast-vectorclj

(into-fast-vector coll)

Similar to into-array but returns a weka.core.FastVector

Similar to into-array but returns a weka.core.FastVector
sourceraw docstring

map-fast-vecclj

(map-fast-vec fast-vector f)
source

md5-sumclj

(md5-sum str)

Compute the hex MD5 sum of a string.

Compute the hex MD5 sum of a string.
sourceraw docstring

serializeclj

(serialize obj)

Writes an object to memory

Writes an object to memory
sourceraw docstring

serialize-to-fileclj

(serialize-to-file obj path)

Writes an object to a file

Writes an object to a file
sourceraw docstring

try-metricclj

(try-metric f)
source

try-multiple-values-metricclj

(try-multiple-values-metric class-values f)
source

update-in-whenclj

(update-in-when m [k & ks] f & args)

Similar to update-in, but returns m unmodified if any levels do not exist

Similar to update-in, but returns m unmodified if any levels do
not exist
sourceraw docstring

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

× close