Package | Description |
---|---|
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants |
M-Tree and variants.
|
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees |
Metrical index structures based on the concepts of the M-Tree
supporting processing of reverse k nearest neighbor queries by
using the k-nn distances of the entries.
|
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp | |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop | |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax | |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab | |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree | |
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants |
R*-Tree and variants.
|
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu | |
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractMTreeFactory.Parameterizer<O,D extends Distance<D>>
Parameterization class.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractMkTreeUnifiedFactory.Parameterizer<O,D extends Distance<D>>
Parameterization class.
|
Modifier and Type | Class and Description |
---|---|
static class |
MkAppTreeFactory.Parameterizer<O,D extends NumberDistance<D,?>>
Parameterization class.
|
Modifier and Type | Class and Description |
---|---|
static class |
MkCopTreeFactory.Parameterizer<O,D extends NumberDistance<D,?>>
Parameterization class.
|
Modifier and Type | Class and Description |
---|---|
static class |
MkMaxTreeFactory.Parameterizer<O,D extends Distance<D>>
Parameterization class.
|
Modifier and Type | Class and Description |
---|---|
static class |
MkTabTreeFactory.Parameterizer<O,D extends Distance<D>>
Parameterization class.
|
Modifier and Type | Class and Description |
---|---|
static class |
MTreeFactory.Parameterizer<O,D extends Distance<D>>
Parameterization class.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractRStarTreeFactory.Parameterizer<O extends NumberVector<O,?>>
Parameterization class.
|
Modifier and Type | Class and Description |
---|---|
static class |
DeLiCluTreeFactory.Parameterizer<O extends NumberVector<O,?>>
Parameterization class.
|
Modifier and Type | Class and Description |
---|---|
static class |
RStarTreeFactory.Parameterizer<O extends NumberVector<O,?>>
Parameterization class.
|