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
mreid (author)
Mon Apr 21 02:17:04 -0700 2008
commit  c08faac9590349fba85d412c452caf29e73891fa
tree    994f4734072dd25afda8e07ff3e2858ed4ae126f
parent  6810c5b7229826bf17d4930898ad6214d142796a
geovex / .project
100644 18 lines (17 sloc) 0.365 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>geovex</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>