Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to implement the algorithm Dempster-SHAFER ( expert System ) in PHP
Posted

1 solution

Dempster-Shafer is actually a theory of combining evidence (http://en.wikipedia.org/wiki/Dempster%E2%80%93Shafer_theory[^]) not an "algorithm" per se.
It can be used to support an Expert System application, but it is not, itself, an algorithm for problem solving reasoning as would be required for an Expert System.
You're going to need to define your problem-space, knowledge-representation, etc. before you even begin to think about coding an Expert System.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900