Liking cljdoc? Tell your friends :D

tech.ml.model


byte-array->modelclj

(byte-array->model data)
source

byte-array-file-load->modelclj

(byte-array-file-load->model byte-model load-fn)

Given the saved bytes and a load fn that takes 1 argument, where to load the file, produce a model.

Given the saved bytes and a load fn that takes 1 argument, where to load the file,
produce a model.
sourceraw docstring

model->byte-arrayclj

(model->byte-array model)
source

model-file-save->byte-arrayclj

(model-file-save->byte-array save-fn)

Given a save fn that takes 1 argument, where to save the file, produce a byte array.

Given a save fn that takes 1 argument, where to save the file,
produce a byte array.
sourceraw docstring

options->model-typeclj

(options->model-type {:keys [model-type]})
source

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

× close