Skip to content

Commit 19d21e3

Browse files
committed
add clustering average turning function
1 parent 501b21d commit 19d21e3

25 files changed

Lines changed: 221 additions & 159 deletions

.classpath

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
5-
<classpathentry kind="lib" path="db2jcc.jar"/>
6-
<classpathentry kind="lib" path="core.jar"/>
7-
<classpathentry kind="lib" path="weka.jar"/>
8-
<classpathentry kind="lib" path="mysql-connector-java-5.1.38-bin.jar"/>
5+
<classpathentry kind="lib" path="libs/core.jar"/>
6+
<classpathentry kind="lib" path="libs/mysql-connector-java-5.1.38-bin.jar"/>
7+
<classpathentry kind="lib" path="libs/weka.jar"/>
98
<classpathentry kind="output" path="bin"/>
109
</classpath>

bin/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/database/
2+
/shapesketch/
3+
/cluster/

bin/cluster/NewickTree$Node.class

-1.92 KB
Binary file not shown.

bin/cluster/NewickTree.class

-1.87 KB
Binary file not shown.

bin/database/Query.class

-18 Bytes
Binary file not shown.

bin/database/ShapeSketchData.class

-3.52 KB
Binary file not shown.

bin/java.policy.applet

Lines changed: 0 additions & 7 deletions
This file was deleted.

bin/shapesketch/MainFrame$1.class

-12 Bytes
Binary file not shown.

bin/shapesketch/MainFrame$2.class

-260 Bytes
Binary file not shown.

bin/shapesketch/MainFrame.class

-163 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)