Skip to content

Commit

Permalink
Added new examples for hierarchical algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
annoviko committed Mar 15, 2014
1 parent da27b9a commit 05d1dea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hierarchical/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ def cluster_sample2():
def cluster_sample3():
template_clustering(4, '../Samples/SampleSimple3.txt');

def cluster_sample4():
template_clustering(5, '../Samples/SampleSimple4.txt');

def cluster_sample5():
template_clustering(4, '../Samples/SampleSimple5.txt');

def cluster_elongate():
"Not so applicable for this sample"
template_clustering(2, '../Samples/SampleElongate.txt');
Expand Down Expand Up @@ -55,6 +61,8 @@ def cluster_engy_time():
cluster_sample1();
cluster_sample2();
cluster_sample3();
cluster_sample4();
cluster_sample5();
cluster_elongate();
cluster_lsun();
cluster_target();
Expand All @@ -63,4 +71,4 @@ def cluster_engy_time():
cluster_chainlink();
cluster_hepta();
cluster_tetra();
cluster_engy_time();
cluster_engy_time();

0 comments on commit 05d1dea

Please sign in to comment.