de.lmu.ifi.dbs.elki.index.preprocessed
Interface LocalProjectionIndex.Factory<V extends NumberVector<?,?>,I extends LocalProjectionIndex<V,?>>

Type Parameters:
V - Vector type
I - Index type
All Superinterfaces:
IndexFactory<V,I>, InspectionUtilFrequentlyScanned, Parameterizable
All Known Subinterfaces:
FilteredLocalPCAIndex.Factory<NV,I>, SubspaceProjectionIndex.Factory<NV,I>
All Known Implementing Classes:
AbstractFilteredPCAIndex.Factory, AbstractSubspaceProjectionIndex.Factory, FourCSubspaceIndex.Factory, KNNQueryFilteredPCAIndex.Factory, PreDeConSubspaceIndex.Factory, RangeQueryFilteredPCAIndex.Factory
Enclosing interface:
LocalProjectionIndex<V extends NumberVector<?,?>,P extends ProjectionResult>

public static interface LocalProjectionIndex.Factory<V extends NumberVector<?,?>,I extends LocalProjectionIndex<V,?>>
extends IndexFactory<V,I>

Factory


Method Summary
 I instantiate(Relation<V> relation)
          Instantiate the index for a given database.
 
Methods inherited from interface de.lmu.ifi.dbs.elki.index.IndexFactory
getInputTypeRestriction
 

Method Detail

instantiate

I instantiate(Relation<V> relation)
Instantiate the index for a given database.

Specified by:
instantiate in interface IndexFactory<V extends NumberVector<?,?>,I extends LocalProjectionIndex<V,?>>
Parameters:
relation - Relation to use
Returns:
Index

Release 0.4.0 (2011-09-20_1324)