Reference API¶
This is the primary reference of pyls. Please refer to the user guide for more information on how to best implement these functions in your
own workflows.
List of modules
pyls.structures- PLS data structurespyls.io- Data I/O functionalitypyls.matlab- Matlab compatibility
pyls - PLS decompositions¶
The primary PLS decomposition methods for use in conducting PLS analyses
|
Performs behavioral PLS on X and Y. |
|
Performs mean-centered PLS on X, sorted into groups and conditions. |
pyls.structures - PLS data structures¶
Data structures to hold PLS inputs and results objects
|
Dictionary-like object containing results of PLS analysis |
|
Dictionary-like object containing results of PLS permutation testing |
|
Dictionary-like object containing results of PLS bootstrap resampling |
|
Dictionary-like object containing results of PLS split-half resampling |
Dictionary-like object containing results of PLS cross-validation testing |
|
|
PLS input information |
pyls.io - Data I/O functionality¶
Functions for saving and loading PLS data objects
|
Saves PLS results to hdf5 file fname |
|
Load PLS results stored in fname, generated by pyls.save_results() |
pyls.matlab - Matlab compatibility¶
Utilities for handling PLS results generated using the Matlab PLS toolbox
|
Imports fname PLS result from Matlab |