Multivariate Pattern Analysis in Python |
Inheritance diagram for mvpa.misc.exceptions:
Exception classes which might get thrown
Bases: exceptions.Exception
Thrown if some algorithm does not converge to a solution.
Bases: exceptions.Exception
Thrown if there is an internal problem with a Dataset.
ValueError exception is too generic to be used for any needed case, thus this one is created
Bases: exceptions.Exception
Generic exception to be raised when setting improper values as hyperparameters.
Bases: exceptions.Exception
Thrown if the internal state of the class is not yet defined.
Classifiers and Algorithms classes might have properties, which are not defined prior to training or invocation has happened.