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.support.rfe_history_to_maps

mvpa2.misc.support.rfe_history_to_maps(history)

Convert history generated by RFE into the array of binary maps

Example:
history2maps(np.array( [ 3,2,1,0 ] ))
results in
array([[ 1., 1., 1., 1.],
[ 1., 1., 1., 0.], [ 1., 1., 0., 0.], [ 1., 0., 0., 0.]])

Previous topic

mvpa2.misc.support.reuse_absolute_path

Next topic

mvpa2.misc.support.transform_with_boxcar

NeuroDebian

NITRC-listed