Liking cljdoc? Tell your friends :D

deebn.protocols


Classifycljprotocol

Protocol for models that can classify a given observation.

Protocol for models that can classify a given observation.

classifyclj

(classify m obv)

Use the given model to classify a single observation.

Use the given model to classify a single observation.
sourceraw docstring

Testablecljprotocol

Protocol for models that are testable.

Protocol for models that are testable.

test-modelclj

(test-model m dataset)

Test a trained model given a dataset. The dataset may need to be in a different format from that used to train.

Test a trained model given a dataset. The dataset may need to be
in a different format from that used to train.
sourceraw docstring

Trainablecljprotocol

Protocol for models that are trainable with a dataset.

Protocol for models that are trainable with a dataset.

train-modelclj

(train-model m dataset params)

Train a model, given a dataset and relevant hyper-parameters. Refer to individual training functions for hyper-parameter details.

Train a model, given a dataset and relevant
hyper-parameters. Refer to individual training functions for
hyper-parameter details.
sourceraw docstring

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

× close