Liking cljdoc? Tell your friends :D

scicloj.metamorph.ml.cache


disable-cache!clj

(disable-cache!)
source

enable-atom-cache!clj

(enable-atom-cache! cache-atom)

Enables the caching of train/predict calls in an atom.

cache-atom: Clojure atom used for caching.

Enables the caching of train/predict calls in an atom.

`cache-atom`: Clojure atom used for caching.

sourceraw docstring

enable-disk-cache!clj

(enable-disk-cache! cache-dir)

Enables the caching of train/predict calls in an directory on disk.

cacche-dir: Directory used for caching.

Enables the caching of train/predict calls in an directory on disk.

`cacche-dir`: Directory used for caching.

sourceraw docstring

enable-redis-cache!clj

(enable-redis-cache! wcar-opts)

Enables the caching of train/predict calls in an redis server using carmine library

wcar-opts: Clojure atom used for caching.

'com.taoensso/carmine' needed to be added as depenency

Enables the caching of train/predict calls in an redis server
using [carmine](https://github.com/taoensso/carmine) library

`wcar-opts`: Clojure atom used for caching.

'com.taoensso/carmine' needed to be added as depenency

sourceraw docstring

when-requiring-resolve-macrocljmacro

(when-requiring-resolve-macro sym & body)
source

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