fire_alarm | R Documentation |
fire_alarm
is a bn.fit object explaining the Bayesian network for a fire alarm system.
data(fire_alarm)
The Bayesian network fire_alarm
comprehends the following nodes:
Fire: two-level factor with levels TRUE and FALSE. Indicates presence or absence of a fire.
Smoke: two level-factor with levels TRUE and FALSE. Indicates if the alarm system has been tampered or not.
Alarm: three level-factor with levels TRUE, MALFUNCTION and FALSE. Indicates presence or absence of smoke.
Tampering: two level-factor with levels TRUE and FALSE. Indicates if the alarm is ringing, malfunctioning or not ringing.
Leaving: two level-factor with levels TRUE and FALSE. Indicates if the building is being evacuated or not.
Report: two level-factor with levels TRUE and FALSE. Indicates if the incident has been reported or not.
Hei Chan, Adnan Darwiche (2002). "When do numbers really matter?". Journal of Articial Intelligence Research 17 (265-287).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.