Artificial Intelligence
Artificial Intelligence
Information

InferenceEngine constructor


      Initializes a new instance of the InferenceEngine class.


Namespace : ielib
Assembly : ielib.dll

public InferenceEngine()

      Remark : The inference engine is instantiated with an empty knowledge base, you can still use the CurrentBase property to assign an object of the KnowledgeBase class or restore from the XML file.


InferenceEngine ie = new InferenceEngine();
ie.CurrenBase.LoadFrom("kbase.xml");