/ch2-inference

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Inference

Example code for chapter two, Clojure for Data Science.

Instructions

Compile ClojureScript with:

lein cljsbuild once

and open resources/index.html.

Running examples

Examples can be run with:

# Replace 2.1 with the example you want to run:

lein run -e 2.1

or open an interactive REPL with:

lein repl

License

Copyright © 2015 Henry Garner

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.