Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
splitNode
Method · 0.95
compareTo
Method · 0.80
chooseLeaf
Method · 0.80
Calls
2
length
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected