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

Type Parameters:
V - Vector type
P - Projection result type
All Superinterfaces:
Index, Result
All Known Subinterfaces:
FilteredLocalPCAIndex<NV>, SubspaceProjectionIndex<NV,P>
All Known Implementing Classes:
AbstractFilteredPCAIndex, AbstractSubspaceProjectionIndex, FourCSubspaceIndex, KNNQueryFilteredPCAIndex, PreDeConSubspaceIndex, RangeQueryFilteredPCAIndex

public interface LocalProjectionIndex<V extends NumberVector<?,?>,P extends ProjectionResult>
extends Index

Abstract index interface for local projections


Nested Class Summary
static interface LocalProjectionIndex.Factory<V extends NumberVector<?,?>,I extends LocalProjectionIndex<V,?>>
          Factory
 
Method Summary
 P getLocalProjection(DBID objid)
          Get the precomputed local projection for a particular object ID.
 
Methods inherited from interface de.lmu.ifi.dbs.elki.index.Index
delete, deleteAll, getPageFileStatistics, insert, insertAll
 
Methods inherited from interface de.lmu.ifi.dbs.elki.result.Result
getLongName, getShortName
 

Method Detail

getLocalProjection

P getLocalProjection(DBID objid)
Get the precomputed local projection for a particular object ID.

Parameters:
objid - Object ID
Returns:
local projection

Release 0.4.0 (2011-09-20_1324)