public
Description: A very basic Java library for working with convex geometry. Currently focussed on ROC curve graphing.
Homepage:
Clone URL: git://github.com/mreid/geovex.git
geovex / .classpath
100644 8 lines (7 sloc) 0.303 kb
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>