This content refers to an unreleased development version of PyMVPA
To provide the most recent news and documentation www.pymvpa.org reflects the development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa2.misc.neighborhood.QueryEngine

Inheritance diagram of QueryEngine

class mvpa2.misc.neighborhood.QueryEngine(**kwargs)

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

Parameters :

**kwargs :

a dictionary of query objects. Something like dict(voxel_indices=Sphere(3))

query_byid(fid)

Return feature ids of neighbors for a given feature id

train(dataset)

Previous topic

mvpa2.misc.neighborhood.IndexQueryEngine

Next topic

mvpa2.misc.neighborhood.QueryEngineInterface

NeuroDebian

NITRC-listed