mvpa2.base.nodeΒΆ

Implementation of a common processing object (node).

Inheritance diagram of mvpa2.base.node

Classes

ChainNode(nodes, \*\*kwargs) This class allows to concatenate a list of nodes into a processing chain.
ClassWithCollections([descr]) Base class for objects which contain any known collection
CombinedNode(nodes, combine_axis[, a]) Node to pass a dataset on to a set of nodes and combine there output.
CompoundNode(nodes, \*\*kwargs) List of nodes.
ConditionalAttribute([enabled]) Simple container intended to conditionally store the value
DatasetAttributesCollection([items]) Container for attributes of datasets (i.e.
FeatureAttributesCollection([items, length]) Container for attributes of features
Node([space, pass_attr, postproc]) Common processing object.
SampleAttributesCollection([items, length]) Container for attributes of samples (i.e.