Artificial Intelligence
Artificial Intelligence
Information

InferenceEngine(String) constructor


      Initializes a new instance of the InferenceEngine class by setting a knowledge base from an Xml file.


Namespace : ielib
Assembly : ielib.dll

public InferenceEngine(string aFromXmlFile)

Pararmeters

Type: System.string

aFromXmlFile is a System.String object represents the name of XML file in which stores the knowledge base.

      Remark : This constructor calls the class KnowledgeBase LoadFrom method to restore the knowledge base.


InferenceEngine ie = new InferenceEngine("MyKBase.xml");