Module
Math.Probability.Information.Value.SimpleDecisionTree.Internal
- Package
- purescript-value-of-information
- Repository
- colehaus/purescript-value-of-information
#SimpleDecisionTree Source
newtype SimpleDecisionTree prob choice result
Constructors
MkSimpleDecisionTree (NonEmpty Map choice (Dist prob result))
Instances
- 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