Module
Math.Probability.Information.Value.InvestigationAndDecisionTree.Internal
- Package
- purescript-value-of-information
- Repository
- colehaus/purescript-value-of-information
#InvestigationAndDecisionTree Source
newtype InvestigationAndDecisionTree prob finding choice result
Constructors
MkInvestigationAndDecisionTree (Dist prob (Tuple finding (SimpleDecisionTree prob choice result)))
Instances
(Ord choice, Show finding, Show choice, Show result, Show prob) => Show (InvestigationAndDecisionTree prob finding choice result)
(Ord finding, Ord choice, Ord result, Ord prob, Semiring prob) => Eq (InvestigationAndDecisionTree prob finding choice result)
(Ord finding, Ord choice, Ord result, Ord prob, Semiring prob) => Ord (InvestigationAndDecisionTree prob finding choice result)
- Modules
- Data.
Either. Extras - Data.
Map. Extras2 - Data.
Semigroup. Foldable. Extras - Math.
Probability. Information. Value - Math.
Probability. Information. Value. InvestigationAndDecisionTree - Math.
Probability. Information. Value. InvestigationAndDecisionTree. Internal - Math.
Probability. Information. Value. SimpleDecisionTree - Math.
Probability. Information. Value. SimpleDecisionTree. Internal - Math.
Probability. Information. Value. Utility