probly.quantification.decomposition.decomposition.Decomposer

class probly.quantification.decomposition.decomposition.Decomposer(*args, **kwargs)[source]

Bases: Quantifier, Protocol, Generic

Protocol for uncertainty quantification methods that also decompose the uncertainty.

__call__(representation: R) Q[source]

Quantify the uncertainty of a given representation.