|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.util.Enlargement<E>
E - Entry typepublic class Enlargement<E extends SpatialEntry>
Encapsulates the parameters for enlargement of nodes after insertion of new objects.
| Field Summary | |
|---|---|
private double |
overlapInc
The increment of the overlap. |
private TreeIndexPathComponent<E> |
pathComponent
The path information of the entry representing the node. |
private double |
volInc
The increment of the volume. |
private double |
volume
The volume of the node's MBR. |
| Constructor Summary | |
|---|---|
Enlargement(TreeIndexPathComponent<E> pathComponent,
double volume,
double volInc,
double overlapInc)
Creates an new Enlargement object with the specified parameters. |
|
| Method Summary | |
|---|---|
int |
compareTo(Enlargement<E> other)
Compares this Enlargement with the specified Enlargement. |
TreeIndexPathComponent<E> |
getPathComponent()
Returns the path information of the entry representing the node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private TreeIndexPathComponent<E extends SpatialEntry> pathComponent
private double volume
private double volInc
private double overlapInc
| Constructor Detail |
|---|
public Enlargement(TreeIndexPathComponent<E> pathComponent,
double volume,
double volInc,
double overlapInc)
pathComponent - the path information of the entry representing the
nodevolume - the volume of the node's MBRvolInc - the increment of the volumeoverlapInc - the increment of the overlap| Method Detail |
|---|
public int compareTo(Enlargement<E> other)
compareTo in interface Comparable<Enlargement<E extends SpatialEntry>>other - the Enlargement to be compared.
public TreeIndexPathComponent<E> getPathComponent()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||