| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example code for chapter one, Clojure for Data Science.
The data for this chapter has been sourced by the Complex Systems Research Group at the Medical University of Vienna. The analysis we've performed mirrors the research they have undertaken to determine the signals of systematic election fraud, including ballot stuffing. For more information on their research and the methods they employed looking at election data visit their website at http://www.complex-systems.meduniwien.ac.at/elections/election.html or download the paper by Peter Klimeka, Yuri Yegorovb, Rudolf Hanela, and Stefan Thurnerat here: http://www.pnas.org/content/early/2012/09/20/1210722109.full.pdf.
Run the following command-line script to get and unpack the data:
# Downloads and unzips the data files into this project's /data directory.
script/download-data.shExamples can be run with:
# Replace 1.1 with the example you want to run:
lein run -e 1.1or open an interactive REPL with:
lein replCopyright © 2015 Henry Garner
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
| Back | FazBrowse Home | New Git URL |