{
"name": "eating",
"description": "See: U. Nodelman, C.R. Shelton, and D. Koller (2003). \"Learning Continuous Time Bayesian Networks.\" Proc. Nineteenth Conference on Uncertainty in Artificial Intelligence (UAI) (pp. 451-458).",
"initial_distribution": {
"graph": {
"labels": ["Eating", "FullStomach", "Hungry"],
"edges": [],
"type": "digraph"
},
"cpds": [
{
"states": { "Eating": ["no", "yes"] },
"conditioning_states": {},
"parameters": [
[0.5, 0.5]
],
"type": "catcpd"
},
{
"states": { "FullStomach": ["no", "yes"] },
"conditioning_states": {},
"parameters": [
[0.5, 0.5]
],
"type": "catcpd"
},
{
"states": { "Hungry": ["no", "yes"] },
"conditioning_states": {},
"parameters": [
[0.5, 0.5]
],
"type": "catcpd"
}
],
"type": "catbn"
},
"graph": {
"labels": ["Eating", "FullStomach", "Hungry"],
"edges": [
["Eating", "FullStomach"],
["FullStomach", "Hungry"],
["Hungry", "Eating"]
],
"type": "digraph"
},
"cims": [
{
"states": { "Eating": ["no", "yes"] },
"conditioning_states": { "Hungry": ["no", "yes"] },
"parameters": [
[
[-0.1, 0.1],
[10.0, -10.0]
],
[
[-2.0, 2.0],
[0.1, -0.1]
]
],
"type": "catcim"
},
{
"states": { "FullStomach": ["no", "yes"] },
"conditioning_states": { "Eating": ["no", "yes"] },
"parameters": [
[
[-0.1, 0.1],
[10.0, -10.0]
],
[
[-2.0, 2.0],
[0.1, -0.1]
]
],
"type": "catcim"
},
{
"states": { "Hungry": ["no", "yes"] },
"conditioning_states": { "FullStomach": ["no", "yes"] },
"parameters": [
[
[-0.1, 0.1],
[10.0, -10.0]
],
[
[-2.0, 2.0],
[0.1, -0.1]
]
],
"type": "catcim"
}
],
"type": "catctbn"
}