queso_cluster.atoms.error#
- file:
queso_cluster/atom/error.py
- lang:
python
- synopsis:
- author:
Sarah Riley <academic@sriley.dev>
Attributes#
Maximum number of interations before ConvergenceError is raised |
Exceptions#
Creates an Exception to handle the case when the user uses a value of k which is strictly less than one |
|
Create an Exception for when convergence doesn't occur after |
|
Creates an Exception to handle the case when the instrinic label is incorrect |
|
Creates an Exception for overwrite contradiction |
|
Creates an Exception to raise an error when all data has been NaN'd |
|
Base class for warning categories. |
Module Contents#
- exception ClusterError[source]#
Bases:
ExceptionCreates an Exception to handle the case when the user uses a value of k which is strictly less than one
- exception ConvergenceError(msg)[source]#
Bases:
WarningCreate an Exception for when convergence doesn’t occur after
convergeLimititerations- msg#
- exception IntrinsicLabelError[source]#
Bases:
ExceptionCreates an Exception to handle the case when the instrinic label is incorrect
- exception OopsAllNan[source]#
Bases:
ExceptionCreates an Exception to raise an error when all data has been NaN’d
- convergeLimit = 1000#
Maximum number of interations before ConvergenceError is raised