Class AbstractPrecomputedNeighborhood.Factory<O>
- java.lang.Object
-
- elki.outlier.spatial.neighborhood.AbstractPrecomputedNeighborhood.Factory<O>
-
- All Implemented Interfaces:
NeighborSetPredicate.Factory<O>
- Direct Known Subclasses:
ExtendedNeighborhood.Factory
,ExternalNeighborhood.Factory
- Enclosing class:
- AbstractPrecomputedNeighborhood
public abstract static class AbstractPrecomputedNeighborhood.Factory<O> extends java.lang.Object implements NeighborSetPredicate.Factory<O>
Factory class.- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface elki.outlier.spatial.neighborhood.NeighborSetPredicate.Factory
getInputTypeRestriction, instantiate
-
-