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 +++++++++++++ sourcecodes/examples/chl_example.php | 32 +++++ sourcecodes/examples/my_new_style.css | 155 +++++++++++++++++++++++++ sourcecodes/examples/spleen_immune_example.php | 33 ++++++ sourcecodes/examples/synthetic_example2.php | 32 +++++ sourcecodes/examples/synthetic_example3.php | 34 ++++++ 6 files changed, 369 insertions(+) create mode 100644 sourcecodes/examples/cardiagnosis.php create mode 100644 sourcecodes/examples/chl_example.php create mode 100644 sourcecodes/examples/my_new_style.css create mode 100644 sourcecodes/examples/spleen_immune_example.php create mode 100644 sourcecodes/examples/synthetic_example2.php create mode 100644 sourcecodes/examples/synthetic_example3.php (limited to 'sourcecodes/examples') 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 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. +
| Variables | Label 1 | Label 2 | Label 3 | +
|---|---|---|---|
| Voltage_at_plug | 1=none | 2=weak | 3=strong | +
| Car_cranks | 1=False | 2=True | +|
| Spark_plugs | 1=fouled | 2=too wide | 3=okay | +
| Spark_quality | 1=very bad | 2=bad | 3=good | +
| Distributer | 1=faulty | 2=okay | +|
| Spark_timing | 1=very bad | 2=bad | 3=good | +
| Car_starts | 1=False | 2=True | +|
| Headlights | 1=off | 2=dim | 3=bright | +
| Alternator | 1=faulty | 2=okay | +|
| Charging_system | 1=faulty | 2=okay | +|
| Battery_voltage | 1=dead | 2=weak | 3=strong | +
| Battery_age | 1=very old | 2=old | 3=new | +
| Main_fuse | 1=blown | 2=okay | +|
| Starter_system | 1=faulty | 2=okay | +|
| Starter_motor | 1=faulty | 2=okay | +