Advise-me-0.1: Assessment services for the Advise-Me project

Maintainerbastiaan.heeren@ou.nl
Stabilityprovisional
Portabilityportable (depends on ghc)
Safe HaskellNone
LanguageHaskell98

Bayes.Inference

Description

 
Synopsis

Documentation

trimFor :: Network a -> Evidence -> Evidence Source #

Remove all Evidence that cannot be fed to the given Network.

toEvidence :: Network () -> Map String [Probability] -> Evidence Source #

Fill in the probabilities into Evidence.

toNetwork :: Network () -> Map String [Probability] -> Network Probability Source #

Fill in the probabilities into a network.