O
- Object typepublic class MkAppTreeFactory<O> extends AbstractMTreeFactory<O,MkAppTreeNode<O>,MkAppEntry,MkAppTreeSettings<O>>
Modifier and Type | Class and Description |
---|---|
static class |
MkAppTreeFactory.Parameterizer<O>
Parameterization class.
|
settings
Constructor and Description |
---|
MkAppTreeFactory(PageFileFactory<?> pageFileFactory,
MkAppTreeSettings<O> settings)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class<MkAppTreeNode<O>> |
getNodeClass() |
MkAppTreeIndex<O> |
instantiate(Relation<O> relation)
Sets the database in the distance function of this index (if existing).
|
getInputTypeRestriction
makePageFile
public MkAppTreeFactory(PageFileFactory<?> pageFileFactory, MkAppTreeSettings<O> settings)
pageFileFactory
- Data storagesettings
- Tree settingspublic MkAppTreeIndex<O> instantiate(Relation<O> relation)
IndexFactory
relation
- the relation to indexprotected java.lang.Class<MkAppTreeNode<O>> getNodeClass()
Copyright © 2019 ELKI Development Team. License information.