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.measures.searchlight.IndexQueryEngine

Inheritance diagram of IndexQueryEngine

class mvpa2.measures.searchlight.IndexQueryEngine(sorted=True, **kwargs)

Provides efficient query engine for discrete spaces.

Uses dictionary lookups for elements indices and presence in general. Each space obtains a lookup dictionary which performs translation from given index/coordinate into the index within an index table (with a dimension per each space to search within).

TODO: - extend documentation - repr

Parameters :

sorted : bool

Results of query get sorted

query(**kwargs)
sorted = None

Either to sort the query results

NeuroDebian

NITRC-listed