A Clojure library containing analytic methods used in our projects.
[de.active-group/active-analytics "0.2.0"]
{de.active-group/active-analytics {:mvn/version "0.2.0"}}
So far, there are three implemented clustering algorithms:
active-analytics.clustering.pic
active-analytics.clustering.k-means
active-analytics.clustering.k-medoids
At the moment, the PIC implementation as well as the default k-means centroid function only support neanderthal as backend. Please follow its instructions on how to install the needed native Intel MKL library.
The active-analytics.clustering.silhouettes
namespace contains functions to
measure the quality of clustering results.
Copyright © 2018 Active Group GmbH
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close