Pergunta

I would like to know what is the best solution to develop an expert system with a pretty large KB for android, should I simply use hundreds of if-else (suppose the user should choose just between YES and NO) or is there any engine that its generated KB can be used on in android.

Thanks in advance

Foi útil?

Solução

Use expertise2go's e2gDroid Lite which is an Android port of the e2gRuleEngine Java applet: a rule-based expert system "shell" used in Decision Support and Expert System courses around the world for more than 10 years. e2gDroid delivers mobile, interactive decision making tools in the form of rule-based expert systems on Android devices that implement at least the version 2.2 "Froyo" OS.

You can also develop Java Applets which you can embed in any web site using expertise2go.

You can download it from GooglePlay for Free and the tutorial is available at the company's site.

Outras dicas

Can you write a native C/C++ code for Android? If yes, so I can suggest you to look for CLIPS. There is a free .dll available http://clipsinterface.sourceforge.net/ .You can make a some sort of ontology if you need with Protege 3 and then export it into CLIPS. The only bad think is that this stuff in ten years old and very outdated (at least the site is outdated and there are a lot of broken links). So.. If you want to experiment - go ahead, if not - I can't give you any assurance for this method. Good luck!

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top