Liking cljdoc? Tell your friends :D

Active Analytics

A Clojure library containing analytic methods used in our projects.

Dependency information

Leiningen

[de.active-group/active-analytics "0.1.0"]

deps.edn

{de.active-group/active-analytics {:mvn/version "0.1.0"}}

Usage

So far, there are two implemented clustering algorithms:

  • Power iteration clustering (PIC): active-analytics.clustering.pic
  • k-means clustering: active-analytics.clustering.k-means

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.

TODO

License

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