Multivariate Pattern Analysis in Python |
Inheritance diagram for mvpa.misc.transformers:
Simply functors that transform something.
Bases: mvpa.misc.state.ClassWithCollections
Converts values into p-values under vague and non-scientific assumptions
Note
Available state variables:
(States enabled by default are listed with +)
See also
Please refer to the documentation of the base class for more information:
L2-Norm the values, convert them to p-values of a given distribution.
Parameters: |
|
---|
WARNING: Highly experimental/slow/etc: no theoretical grounds have been presented in any paper, nor proven
Bases: object
Helper to apply transformer over specific axis
Initialize transformer wrapper with an axis.
Parameters: |
|
---|
Returns the elementwise absolute of any argument.
Parameters: | x (scalar | sequence) – |
---|
Mean computed along the first axis.
Sum computed over first axis of whether the values are not equal to zero.
Just what the name suggests.
Return whatever it was called with.
Norm the values so that L_1 norm (sum|x|) becomes norm
Norm the values so that regular vector norm becomes norm
More verbose: Norm that the sum of the squared elements of the returned vector becomes norm.
Returns elementwise ‘1 - x’ of any argument.
Rank-order by value. Highest gets 0
Convinience functor
Max of absolute values along the 2nd axis
Mean across 2nd axis
Sum of absolute values along the 2nd axis