Difference between revisions of "Hierarchical Clustering"
Jump to navigation
Jump to search
(Created page with "{{McNair Projects |Has title=Hierarchical Clustering |Has owner=Kyran Adams, Oliver Chang, |Has start date=12/1/2017 |Has keywords=Cluster, Clustering, Circles, Pain in the as...") |
(No difference)
|
Revision as of 17:50, 1 December 2017
Hierarchical Clustering | |
---|---|
Project Information | |
Project Title | Hierarchical Clustering |
Owner | Kyran Adams, Oliver Chang |
Start Date | 12/1/2017 |
Deadline | |
Keywords | Cluster, Clustering, Circles, Pain in the ass, Agglomeration |
Primary Billing | |
Notes | |
Has project status | Active |
Copyright © 2016 edegan.com. All Rights Reserved. |
Code located in E:\McNair\Projects\FastCircles\src
.
This code takes a CoLevel master file, clusters points using k (number of clusters) in the range [1, num points / 5), and creates a file output.tsv.
Output.tsv has columns place, statecode, year, layer, cluster, lat, long, coname, datefirstinv. Layer is k, and cluster is the id of the cluster that the point belongs to.
You can run this program with:
python3 main.py