(coalesce-options system options)Force double or float arrays by setting coalesce options. See dataset/coalesce-dataset, dataset/apply-dataset-options
Force double or float arrays by setting coalesce options. See dataset/coalesce-dataset, dataset/apply-dataset-options
(predict system options model coalesced-dataset)Predict the result given this model. Regression predictions can be sequences of doubles as can binary classification predictions. Multiclass predictions should have each return a map of class probabilities.
Predict the result given this model. Regression predictions can be sequences of doubles as can binary classification predictions. Multiclass predictions should have each return a map of class probabilities.
(system-name system)(train system options coalesced-dataset)Given these options return a model. Model ideally is either a primitive byte array or a clojure hash map.
Given these options return a model. Model ideally is either a primitive byte array or a clojure hash map.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |