Basic class defining interface for querying neighborhood in a dataset
Derived classes provide specific implementations possibly with trade-offs between generality and performance.
TODO: extend
**kwargs :
a dictionary of query objects. Something like dict(voxel_indices=Sphere(3))
Return feature ids of neighbors for a given feature id
mvpa2.misc.neighborhood.IndexQueryEngine
mvpa2.misc.neighborhood.QueryEngineInterface
Enter search terms or a module, class or function name.