de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood
Interface NeighborSetPredicate.Factory<O>

Type Parameters:
O - Input relation object type restriction
All Superinterfaces:
InspectionUtilFrequentlyScanned, Parameterizable
All Known Implementing Classes:
AbstractPrecomputedNeighborhood.Factory, ExtendedNeighborhood.Factory, ExternalNeighborhood.Factory, PrecomputedKNearestNeighborNeighborhood.Factory
Enclosing interface:
NeighborSetPredicate

public static interface NeighborSetPredicate.Factory<O>
extends Parameterizable

Factory interface to produce instances.


Method Summary
 TypeInformation getInputTypeRestriction()
          Get the input type information
 NeighborSetPredicate instantiate(Relation<? extends O> relation)
          Instantiation method.
 

Method Detail

instantiate

NeighborSetPredicate instantiate(Relation<? extends O> relation)
Instantiation method.

Parameters:
relation - Relation to instantiate for.
Returns:
instance

getInputTypeRestriction

TypeInformation getInputTypeRestriction()
Get the input type information

Returns:
input type

Release 0.4.0 (2011-09-20_1324)