From c4f926438dcb8abe805e910399940f79ff643c4b Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Thu, 14 Sep 2017 15:39:41 -0500 Subject: Add files via upload --- sourcecodes/examples/cardiagnosis.php | 83 +++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 sourcecodes/examples/cardiagnosis.php (limited to 'sourcecodes/examples/cardiagnosis.php') diff --git a/sourcecodes/examples/cardiagnosis.php b/sourcecodes/examples/cardiagnosis.php new file mode 100644 index 00000000..1c2b14e4 --- /dev/null +++ b/sourcecodes/examples/cardiagnosis.php @@ -0,0 +1,83 @@ + + + + +
+ +
+ +

Car Diagnosis [View network]

+
+

+Car Diagnosis is an example of Bayesian Network structure originally designed by Norsys Software Corp. The example structure shows the relationships between different parts of a car. This network includes 15 discrete variables. Label values of the variables are annotated in the following table.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VariablesLabel 1Label 2Label 3
Voltage_at_plug1=none2=weak3=strong
Car_cranks1=False2=True
Spark_plugs1=fouled2=too wide3=okay
Spark_quality1=very bad2=bad3=good
Distributer1=faulty2=okay
Spark_timing1=very bad2=bad3=good
Car_starts1=False2=True
Headlights1=off2=dim3=bright
Alternator1=faulty2=okay
Charging_system1=faulty2=okay
Battery_voltage1=dead2=weak3=strong
Battery_age1=very old2=old3=new
Main_fuse1=blown2=okay
Starter_system1=faulty2=okay
Starter_motor1=faulty2=okay
+
+

+ +
+ + -- cgit 1.4.1