This content refers to an unreleased development version of PyMVPA
To provide the most recent news and documentation www.pymvpa.org reflects the development 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.

mvpa.featsel.helpers.TailSelector

Inheritance diagram of TailSelector

class mvpa.featsel.helpers.TailSelector(tail='lower', sort=True, **kwargs)

Select elements from a tail of a distribution.

The default behaviour is to discard the lower tail of a given distribution.

Notes

Available conditional attributes:

  • ndiscarded+: Store number of discarded elements.

(Conditional attributes enabled by default suffixed with +)

Initialize TailSelector

Parameters :

tail : [‘lower’, ‘upper’]

Choose the tail to be processed.

sort : bool

Flag whether selected IDs will be sorted. Disable if not necessary to save some CPU cycles.

enable_ca : None or list of str

Names of the conditional attributes which should be enabled in addition to the default ones

disable_ca : None or list of str

Names of the conditional attributes which should be disabled

mode : {‘discard’, ‘select’}

Decides whether to select or to discard features.

descr : str

Description of the instance

NeuroDebian

NITRC-listed