Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase constructor


      Initializes a new instance of the class KnowledgeBase.


Namespace : ielib
Assembly : ielib.dll

public KnowledgeBase()

Example: Instantiate an object of class KnowledgeBase, and restore the base of knowledge from an XML file.


KnowledgeBase kb = new KnowledgeBase();

kb.LoadFrom("kbase.xml");