#include <CustomIM.h>

Public Member Functions | |
| CustomIM (RuleBase *rb, Implication::ImplicationType im) | |
| Constructor. | |
| virtual | ~CustomIM () |
| Destructor. | |
This class enables the user to configurate an inference by his own. An inference here is given as a sup-min composition of implication and premise.
Where
is the premise and
is the implication function. Thus the inference mechanism is influenced by the implication choosen by the user.
Definition at line 31 of file CustomIM.h.
| CustomIM::CustomIM | ( | RuleBase * | rb, | |
| Implication::ImplicationType | im | |||
| ) |
Constructor.
| rb | the associated rulebase | |
| im | the type of implication |
Definition at line 20 of file CustomIM.cpp.
| CustomIM::~CustomIM | ( | ) | [virtual] |