Liking cljdoc? Tell your friends :D

tech.ml.dataset.pipeline.base


*pipeline-column-name*clj

source

*pipeline-column-name-seq*clj

source

*pipeline-dataset*clj

source

*pipeline-datatype*clj

source

colclj

(col & [column-name])

Return a column. Only works during 'm=' and the default column is the current operating column.

Return a column.  Only works during 'm=' and the default column
is the current operating column.
sourceraw docstring

colnameclj

(colname)
source

context-datatypeclj

(context-datatype context)
source

dsclj

(ds)
source

dtypeclj

(dtype)
source

eval-math-fnclj

(eval-math-fn dataset column-name math-fn-or-val)
source

int-mapclj

(int-map table col-data & {:keys [not-strict?]})

Perform an integer->integer conversion of a column using a static map. The map must be complete; missing entries are errors.

Perform an integer->integer conversion of a column using a static map.
The map must be complete; missing entries are errors.
sourceraw docstring

with-column-namecljmacro

(with-column-name colname & body)
source

with-column-name-seqcljmacro

(with-column-name-seq colname-seq & body)
source

with-datatypecljmacro

(with-datatype datatype & body)
source

with-dscljmacro

(with-ds dataset & body)
source

with-pipeline-varscljmacro

(with-pipeline-vars dataset column-name datatype column-name-seq & body)

Run a body of code with pipeline global variables set.

Run a body of code with pipeline global variables set.
sourceraw docstring

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

× close