FIX: READ ME
parent
58cb531ec7
commit
c2f1337c14
|
@ -11,7 +11,7 @@ The inferred knowledge derived from the algorithm are presented to the gardener
|
||||||
These actions can be presented as goals where each goal is offered to other services of the system (partners).
|
These actions can be presented as goals where each goal is offered to other services of the system (partners).
|
||||||
The approach of the DSS is based on three eu.hsrw.ias.ggd.MainExe concepts:
|
The approach of the DSS is based on three eu.hsrw.ias.ggd.MainExe concepts:
|
||||||
|
|
||||||
###**Facts Knowledgesession,and Knowledgebase**
|
### **Facts Knowledgesession,and Knowledgebase**
|
||||||
|
|
||||||
***Facts are nothing but plain old java objects (POJO) that represents the data which serves as input for rules.***
|
***Facts are nothing but plain old java objects (POJO) that represents the data which serves as input for rules.***
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ In the following case StatefulKnowledgeSession are used.
|
||||||
So facts are inserted first and stored to KnowledgeSession where it is latter on provided to Knowledgebase.
|
So facts are inserted first and stored to KnowledgeSession where it is latter on provided to Knowledgebase.
|
||||||
|
|
||||||
|
|
||||||
###**Rules (General structure, if premises then consequence)**
|
### **Rules (General structure, if premises then consequence)**
|
||||||
1. Rules are given explicitly by the expert. The list of rules created for this project are:
|
1. Rules are given explicitly by the expert. The list of rules created for this project are:
|
||||||
1. Battery
|
1. Battery
|
||||||
2. Dielectric Permittivity
|
2. Dielectric Permittivity
|
||||||
|
@ -41,7 +41,7 @@ So facts are inserted first and stored to KnowledgeSession where it is latter on
|
||||||
7. Temperature
|
7. Temperature
|
||||||
2. One particular rule can be fired or multiple rules can be fired at the same time.
|
2. One particular rule can be fired or multiple rules can be fired at the same time.
|
||||||
|
|
||||||
###**Goals (Rule Outcome)**
|
### **Goals (Rule Outcome)**
|
||||||
1. Goals are active rules which are able to change the value of the fact.
|
1. Goals are active rules which are able to change the value of the fact.
|
||||||
2. Goals can be activated and deactivated based on the user preferences
|
2. Goals can be activated and deactivated based on the user preferences
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue