|
Mobios v0.91 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmobios.index.Cursor
mobios.index.VPRangeCursor
public class VPRangeCursor
Implements an Cursor, for range search in vp tree
| Constructor Summary | |
|---|---|
VPRangeCursor(RangeQuery query,
Index index)
|
|
| Method Summary | |
|---|---|
int[] |
getCounters()
return some counters |
int[] |
getDistanceCalculationNumber()
return the number of distance calculations during the search |
int |
getHeight()
|
int[][] |
getLevelNodeVisited()
return the number of nodes visited in each level of the index tree. |
int[][] |
getLevelPointVisited()
return the number of data objects that the query directly compute distance with in the leaf nodes of each level of the index tree. |
int[] |
getNodeVisitedNumber()
Return the number of index node visited during the search |
double[][] |
getQueryPivotDistance()
return the average distance between the query and the pivots for each layer. |
String |
toString()
|
| Methods inherited from class mobios.index.Cursor |
|---|
hasNext, next, remove |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VPRangeCursor(RangeQuery query,
Index index)
| Method Detail |
|---|
public int getHeight()
public int[] getNodeVisitedNumber()
public int[] getCounters()
public int[] getDistanceCalculationNumber()
public double[][] getQueryPivotDistance()
public int[][] getLevelNodeVisited()
public int[][] getLevelPointVisited()
public String toString()
toString in class Object
|
Mobios v0.91 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||