Crate bulwark_decision

Source
Expand description

This crate provides the Decision implementation of Dempster-Shafer theory.

Structs§

Decision
A Decision represents evidence in favor of either accepting or restricting an operation under consideration.

Enums§

Outcome
Represents a value from a continuous range taken from the pignistic transformation as a category that can be used to select a response to an operation.
ThresholdError
Returned when a threshold is either out-of-order or out-of-range.

Constants§

ACCEPT
A decision representing acceptance with full certainty.
RESTRICT
A decision representing restriction with full certainty.
UNKNOWN
A decision representing full uncertainty.