![]() |
Multivariate Pattern Analysis in Python |
Bayesian Linear Regression (BLR).
The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.clfs.blr (for developers).
Bases: mvpa.clfs.base.Classifier
Bayesian Linear Regression (BLR).
Initialize a BLR regression analysis.
Parameters: |
|
---|
Set hyperparameters’ values.
Note that this is a list so the order of the values is important.
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 BLR documentation.
Full API documentation of BLR in module mvpa.clfs.blr.