Liking cljdoc? Tell your friends :D

trees.dataframe


attribute-value->featureclj

(attribute-value->feature attribute value)

binary-encode-attributeclj

(binary-encode-attribute df attribute)

binary-encode-attributesclj

(binary-encode-attributes df attributes)

Takes categorical attributes and binary encodes them

Takes categorical attributes and binary encodes them
raw docstring

convertersclj


df->mapsclj

(df->maps df)

df-countclj

(df-count df)

df-keysclj

(df-keys df)

drop-attributesclj

(drop-attributes df attributes)

Removes fields from dataframe

Removes fields from dataframe
raw docstring

enumerateclj

(enumerate xs)

enumize-attributeclj

(enumize-attribute df attribute)

Maps an implicit enum to integers

Maps an implicit enum to integers
raw docstring

enumize-attributesclj

(enumize-attributes df attributes)

example-data-frameclj


from-csvclj

(from-csv file)
(from-csv file delimiter)
raw docstring

from-tabularclj

(from-tabular header body types)

get-attribute-domain-typeclj

(get-attribute-domain-type data attribute)

get-attribute-storage-typeclj

(get-attribute-storage-type data feature)

get-attribute-valuesclj

(get-attribute-values data feature)

keep-attributesclj

(keep-attributes df features)

nth-rowclj

(nth-row data-frame n)

(print-data-frame df)

reserved-keysclj


select-attribute-subsetclj

(select-attribute-subset df attributes)

select-by-indicesclj

(select-by-indices xs is)

select-by-indices-dfclj

(select-by-indices-df df is)

Given a set of indices, we return a new dataframe with the selected values

Given a set of indices, we return a new dataframe
with the selected values
raw docstring

transformclj

(transform data attribute function)

typify-attribute-dfclj

(typify-attribute-df df attribute stype dtype f)

validate!clj

(validate! df)

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

× close