queso_cluster.atoms.error#

file:

queso_cluster/atom/error.py

lang:

python

synopsis:

author:

Sarah Riley <academic@sriley.dev>

Attributes#

convergeLimit

Maximum number of interations before ConvergenceError is raised

Exceptions#

ClusterError

Creates an Exception to handle the case when the user uses a value of k which is strictly less than one

ConvergenceError

Create an Exception for when convergence doesn't occur after convergeLimit iterations

IntrinsicLabelError

Creates an Exception to handle the case when the instrinic label is incorrect

LoadError

Creates an Exception for overwrite contradiction

OopsAllNan

Creates an Exception to raise an error when all data has been NaN'd

RPConflictWarning

Base class for warning categories.

Module Contents#

exception ClusterError[source]#

Bases: Exception

Creates 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: Warning

Create an Exception for when convergence doesn’t occur after convergeLimit iterations

msg#
exception IntrinsicLabelError[source]#

Bases: Exception

Creates an Exception to handle the case when the instrinic label is incorrect

exception LoadError[source]#

Bases: Exception

Creates an Exception for overwrite contradiction

exception OopsAllNan[source]#

Bases: Exception

Creates an Exception to raise an error when all data has been NaN’d

exception RPConflictWarning[source]#

Bases: Warning

Base class for warning categories.

convergeLimit = 1000#

Maximum number of interations before ConvergenceError is raised