![]() |
Multivariate Pattern Analysis in Python |
The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.measures.pls (for developers).
Bases: mvpa.measures.base.FeaturewiseDatasetMeasure
No documentation found. Sorry!
Note
Available state variables:
- base_sensitivities: Stores basic sensitivities if the sensitivity relies on combining multiple ones
- null_prob+: State variable
- null_t: State variable
- raw_result: Computed results before applying any transformation algorithm
(States enabled by default are listed with +)
See also
Please refer to the documentation of the base class for more information:
Initialize instance of PLS
| Parameters: |
|
|---|
See also
Derived classes might provide additional methods via their base classes. Please refer to the list of base classes (if it exists) at the begining of the PLS documentation.
Full API documentation of PLS in module mvpa.measures.pls.
Bases: mvpa.measures.pls.PLS
No documentation found. Sorry!
Note
Available state variables:
- base_sensitivities: Stores basic sensitivities if the sensitivity relies on combining multiple ones
- null_prob+: State variable
- null_t: State variable
- raw_result: Computed results before applying any transformation algorithm
(States enabled by default are listed with +)
Initialize instance of PLS
| Parameters: |
|
|---|
See also
Derived classes might provide additional methods via their base classes. Please refer to the list of base classes (if it exists) at the begining of the TaskPLS documentation.
Full API documentation of TaskPLS in module mvpa.measures.pls.