| structure_learning.scores.bdeu |
index /Users/165421/Documents/code/structure_learning/src/structure_learning/scores/bdeu.py |
This module implements the BDeuScore class, which calculates the Bayesian Dirichlet equivalent uniform (BDeu) score for a given graph structure.
The BDeu score is used in Bayesian network structure learning to evaluate the fit of a graph to a dataset. It considers the conditional probabilities of nodes given their parents and incorporates a prior distribution controlled by the alpha parameter.
Classes:
BDeuScore: Computes the BDeu score for a graph structure based on the provided data.
| Modules | ||||||
| ||||||
| Classes | ||||||||||
|
| ||||||||||
| Data | ||
| Union = typing.Union gammaln = <ufunc 'gammaln'> | ||