AleatoricTotalDecomposition¶
- class probly.quantification.decomposition.decomposition.AleatoricTotalDecomposition[source]¶
Bases:
TotalDecomposition,AleatoricDecomposition,GenericProtocol for decompositions into aleatoric and total uncertainty.
At least one of the two components (_aleatoric, _total) must be implemented, the other is then defined to be the same as the implemented component. Subclasses using an aliasing default must use the same payload type for AU and TU. Subclasses with distinct payload types must implement both components.
- property aleatoric: AU¶
The aleatoric uncertainty of the decomposition.
- canonical_notion[source]¶
alias of
TotalUncertainty
- get(k[, d]) D[k] if k in D, else d. d defaults to None.¶
- items() a set-like object providing a view on D's items¶
- keys() a set-like object providing a view on D's keys¶
- property total: TU¶
The total uncertainty of the decomposition.
- values() an object providing a view on D's values¶