Liking cljdoc? Tell your friends :D

tech.ml.dataset.impl.column


->persistent-mapclj

(->persistent-map item)
source

create-missing-readercljmacro

(create-missing-reader datatype missing data n-elems options)
source

create-object-missing-readerclj

(create-object-missing-reader missing data n-elems options)
source

create-string-text-missing-readerclj

(create-string-text-missing-reader missing data n-elems options)
source

datatype->missing-valueclj

(datatype->missing-value dtype)
source

dtype->missing-val-mapclj

source

ensure-columnclj

(ensure-column item)

Convert an item to a column if at all possible. Currently columns either implement the required protocols

Convert an item to a column if at all possible.  Currently columns either implement
the required protocols 
sourceraw docstring

ensure-column-readerclj

(ensure-column-reader values-seq)
source

ensure-column-seqclj

(ensure-column-seq item-seq)
source

extend-column-with-emptyclj

(extend-column-with-empty column n-empty)
source

make-containerclj

(make-container dtype)
(make-container dtype n-elems)
source

new-columnclj

(new-column name data)
(new-column name data metadata)
(new-column name data metadata missing)

Given a map of (something convertible to a long reader) missing indexes, (something convertible to a reader) data and a (string or keyword) name, return an implementation of enough of the column and datatype protocols to allow efficient columnwise operations of the rest of tech.ml.dataset

Given a map of (something convertible to a long reader) missing indexes,
(something convertible to a reader) data
and a (string or keyword) name, return an implementation of enough of the
column and datatype protocols to allow efficient columnwise operations of
the rest of tech.ml.dataset
sourceraw docstring

object-primitive-array-typesclj

source

prepend-column-with-emptyclj

(prepend-column-with-empty column n-empty)
source

process-object-primitive-array-dataclj

(process-object-primitive-array-data obj-data)
source

scan-data-for-missingclj

(scan-data-for-missing coldata)
source

scan-object-data-for-missingclj

(scan-object-data-for-missing container-dtype obj-data)
source

scan-object-numeric-data-for-missingclj

(scan-object-numeric-data-for-missing container-dtype obj-data)
source

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

× close