github.com/lauslim12/expert-systems@v0.0.0-20221115131159-018513aad29c/pkg/inference/doc.go (about) 1 // Package inference is used to calculate and infer whether a user is infected or not (with TB) based on an input. 2 // Algorithms used are Forward Chaining and Certainty Factor. 3 // Our knowledge base in this Expert System is located in the 'knowledge.go' file. 4 // That file contains all of the knowledge used to power this Expert System. 5 package inference