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

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close