Skip to content
Snippets Groups Projects
Commit fd2c6338 authored by Christopher Schankula's avatar Christopher Schankula :earth_africa:
Browse files

rename project, remove Cluster print

parent f0c63cb7
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>2XB3Project</name>
<name>Group11_FinalProject</name>
<comment></comment>
<projects>
</projects>
......
UML.png

864 KiB | W: | H:

UML.png

899 KiB | W: | H:

UML.png
UML.png
UML.png
UML.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
No preview for this file type
cherry pick quickselect with additional public median method
......@@ -55,7 +55,6 @@ public class Cluster {
double lon = r.getLongitude();
//perform a range search around this current node
BasicSearchResult res = BasicSearch.range(taxonId, yearLo, yearHi, lat - latRange(dist), lat + latRange(dist), lon - lngRange(dist,lat), lon + lngRange(dist,lat));
System.out.println("Result size: " + res.n());
//for all nodes around the current node, add an edge between the nodes
for (Record r1: res.results()) {
marked.put(r1.getOccurId(), true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment