Skip to content

Commit

Permalink
Updated readme with contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
bllchmbrs committed Mar 29, 2015
1 parent 40dd542 commit 16a388e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions clustering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ To fill out the `clustering_outputs` folder run the file:
```
KMeans Clustering Crime & Alcohol Off-Site Sales Locations- Cluster Output Script.ipynb
```


Author:
Bill Chambers
[email protected]
2 changes: 1 addition & 1 deletion clustering/visual/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ function dataAnalyzer(size, color, opacity) {
}
};

$.getJSON('data/alcohol_stores.json', {}, dataAnalyzer(10, 'black', 0.4));
$.getJSON('data/alcohol_stores.json', {}, dataAnalyzer(100, 'black', 0.2));
$.getJSON('data/SEX OFFENSES, FORCIBLE.json', {}, dataAnalyzer(10, 'red', 0.1));

0 comments on commit 16a388e

Please sign in to comment.