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

Type Parameters:
O - Input relation object type restriction
All Superinterfaces:
InspectionUtilFrequentlyScanned, Parameterizable
All Known Implementing Classes:
LinearWeightedExtendedNeighborhood.Factory, UnweightedNeighborhoodAdapter.Factory
Enclosing interface:
WeightedNeighborSetPredicate

public static interface WeightedNeighborSetPredicate.Factory<O>
extends Parameterizable

Factory interface to produce instances.


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

Method Detail

instantiate

WeightedNeighborSetPredicate 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)