Liking cljdoc? Tell your friends :D
Clojure only.

josh.meanings.protocols.cluster-model

The josh.meanings.protocols.cluster-model namespace defines a protocol for manipulating cluster models that have already been trained.

The PClusterModel protocol defines the interface for cluster model implementations, including methods for saving and loading the model data, and classifying points using the model.

Any implementation of the PClusterModel protocol must provide concrete implementations of the protocol methods, and adhere to the input and output specs defined in the protocol.

The `josh.meanings.protocols.cluster-model` namespace defines a protocol for
manipulating cluster models that have already been trained. 

The `PClusterModel` protocol defines the interface for cluster model 
implementations, including methods for saving and loading the model data, and 
classifying points using the model.

Any implementation of the `PClusterModel` protocol must provide concrete 
implementations of the protocol methods, and adhere to the input and output 
specs defined in the protocol.
raw docstring

PClusterModelcljprotocol

classifyclj

(classify this x)

load-assignmentsclj

(load-assignments this)

load-centroidsclj

(load-centroids this)

save-modelclj

(save-model this filename)
source

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

× close