Class AbstractCoverTree.Factory<O>
- java.lang.Object
-
- elki.index.tree.metrical.covertree.AbstractCoverTree.Factory<O>
-
- Type Parameters:
O- Object type
- All Implemented Interfaces:
IndexFactory<O>
- Direct Known Subclasses:
CoverTree.Factory,SimplifiedCoverTree.Factory
- Enclosing class:
- AbstractCoverTree<O>
public abstract static class AbstractCoverTree.Factory<O> extends java.lang.Object implements IndexFactory<O>
Index factory.- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractCoverTree.Factory.Par<O>Parameterization class.
-
Field Summary
Fields Modifier and Type Field Description protected Distance<? super O>distanceHolds the instance of the trees distance function.protected doubleexpansionConstant expansion rate. 2 would be the intuitive value, but the original version used 1.3, so we copy this.protected inttruncateTruncate tree at this height.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeInformationgetInputTypeRestriction()Get the input type restriction used for negotiating the data query.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface elki.index.IndexFactory
instantiate
-
-
-
-
Method Detail
-
getInputTypeRestriction
public TypeInformation getInputTypeRestriction()
Description copied from interface:IndexFactoryGet the input type restriction used for negotiating the data query.- Specified by:
getInputTypeRestrictionin interfaceIndexFactory<O>- Returns:
- Type restriction
-
-