| Maintainer | bastiaan.heeren@ou.nl |
|---|---|
| Stability | provisional |
| Portability | portable (depends on ghc) |
| Safe Haskell | None |
| Language | Haskell98 |
Database.Priors
Description
Counts occurrences of evidence in the database. This module allows us to count how often nodes are in a particular state.
Documentation
calculatePriors :: Map (StudentID, TaskID) Evidence -> Priors Source #
Calculate the priors, that is: for every node, count how often each state occurs in the observed data.
Associates nodes with their priors.