MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / area

Method area

JSAT/src/jsat/linear/vectorcollection/RTree.java:384–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382 }
383
384 double area()
385 {
386 double area = 1;
387 for(int i = 0; i < uB.length(); i++)
388 area *= uB.get(i)-lB.get(i);
389 return area;
390 }
391
392 boolean intersects(Rectangle rect)
393 {

Callers 3

splitNodeMethod · 0.95
compareToMethod · 0.80
chooseLeafMethod · 0.80

Calls 2

lengthMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected