![]() |
Multivariate Pattern Analysis in Python |
Provide sensitivity measures for libsvm’s SVM.
The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.clfs.libsvmc.sens (for developers).
Bases: mvpa.measures.base.Sensitivity
SensitivityAnalyzer for the LIBSVM implementation of a linear SVM.
Note
Available state variables:
- base_sensitivities: Stores basic sensitivities if the sensitivity relies on combining multiple ones
- biases+: Offsets of separating hyperplanes
- 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 the analyzer with the classifier it shall use.
| 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 LinearSVMWeights documentation.
Full API documentation of LinearSVMWeights in module mvpa.clfs.libsvmc.sens.