
O - Object typepublic class MkAppTreeFactory<O> extends AbstractMTreeFactory<O,MkAppTreeNode<O>,MkAppEntry,MkAppTreeIndex<O>,MkAppTreeSettings<O>>
| Modifier and Type | Class and Description |
|---|---|
static class |
MkAppTreeFactory.Parameterizer<O>
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
static OptionID |
K_ID
Parameter for k
|
static OptionID |
NOLOG_ID
Parameter for nolog
|
static OptionID |
P_ID
Parameter for p
|
settings| Constructor and Description |
|---|
MkAppTreeFactory(PageFileFactory<?> pageFileFactory,
MkAppTreeSettings<O> settings)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<MkAppTreeNode<O>> |
getNodeClass() |
MkAppTreeIndex<O> |
instantiate(Relation<O> relation)
Sets the database in the distance function of this index (if existing).
|
getInputTypeRestrictionmakePageFilepublic static final OptionID NOLOG_ID
public static final OptionID K_ID
public static final OptionID P_ID
public MkAppTreeFactory(PageFileFactory<?> pageFileFactory, MkAppTreeSettings<O> settings)
pageFileFactory - Data storagesettings - Tree settingspublic MkAppTreeIndex<O> instantiate(Relation<O> relation)
IndexFactoryrelation - the relation to indexprotected Class<MkAppTreeNode<O>> getNodeClass()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.