This simple knowledge base derives the body-mass-index (BMI) of a person based on the weight and height. Please note that this is a simple example for demonstration uses!
To test it, add some values in the interview questionnaire below.

Interview#

No knowledge base found for this interview.

Solutions#

ShowSolutions
Test 123 Unable to find knowledge base. Please either add to a package used for a knowledge base or specify a master article.

The Knowledge Base#

In this part of the article, the knowledge base for this demo is defined.

Terminology#

We first define what questions can be asked and solutions can be derived in this demo.

Start questionaire #1 - Height [num] (0.1 3) {m} - Weight [num] (1 300) {kg} - bmi [num] <abstract>
Weight Assessment
-
Underweight
-
Normal weight
-
Overweight
-
"Severe overweight"

Knowledge#

Here we define how the BMI is calculated and the solutions are derived.

The BMI is calculated using DiaFlux models, where first the "Height" and "Weight" is asked to the user. Then, the value of the abstraction "bmi" is derived, when values for the aforementioned questions are known. Final solutions are derived depending on the result of the calculated value of "bmi".

Definition of Knowledge Base#

Here we follow with some basic stuff that is needed to tell the system, that we have a knowledge base here.

BMI Demo
BMIDemo

Package#

BMIDemo