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ΒΆ

Neighborhood objects

Inheritance diagram of mvpa2.misc.neighborhood

Functions

array(object[, dtype, copy, order, subok, ndmin]) Create an array.
borrowdoc(cls[, methodname]) Return a decorator to borrow docstring from another cls.`methodname`
borrowkwargs(cls[, methodname, exclude]) Return a decorator which would borrow docstring for **kwargs
cartesian_distance(a, b) Return Cartesian distance between a and b
idhash_(val) Craft unique id+hash for an object
is_sequence_type isSequenceType(a) – Return True if a has a sequence type, False otherwise.
scatter_neighborhoods(neighbor_gen, coords) Scatter neighborhoods over a coordinate list.

Classes

CachedQueryEngine(queryengine) Provides caching facility for query engines.
HollowSphere(radius, inner_radius, **kwargs) N-Dimensional hypersphere with a hollow internal sphere
IndexQueryEngine([sorted]) Provides efficient query engine for discrete spaces.
QueryEngine(**kwargs) Basic class defining interface for querying neighborhood in a dataset
QueryEngineInterface Very basic class for QueryEngines defining the interface
Sphere(radius[, element_sizes, distance_func]) N-Dimensional hypersphere.

Previous topic

mvpa2.misc.fx.single_gamma_hrf

Next topic

mvpa2.misc.neighborhood.array

NeuroDebian

NITRC-listed