简体   繁体   English

Android平台专家系统

[英]Expert system for android platform

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. 我想知道最好的解决方案是开发一个具有很大KB用于Android的专家系统的最佳解决方案,是我应该简单地使用数百个if-else(假设用户应该在YES和NO之间进行选择),还是有任何引擎可以其生成的KB可以在android上使用。

Thanks in advance 提前致谢

Can you write a native C/C++ code for Android? 您可以为Android编写本机C / C ++代码吗? If yes, so I can suggest you to look for CLIPS. 如果是,那么我建议您寻找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. 有一个免费的.dll文件, 网址为http://clipsinterface.sourceforge.net/ 。如果需要,可以使用Protege 3进行某种本体化,然后将其导出到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! 祝好运!

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. 使用expertise2goe2gDroid精简版这是e2gRuleEngine Java小程序的Android的端口:在决策支持和专家系统课程采用世界各地的超过10年的基于规则的专家系统‘壳’。 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. e2gDroid在至少实现2.2版“ Froyo” OS的Android设备上以基于规则的专家系统的形式提供了移动,交互式决策工具。

You can also develop Java Applets which you can embed in any web site using expertise2go . 您也可以开发的Java小程序,你可以在任何网站上使用嵌入expertise2go

You can download it from GooglePlay for Free and the tutorial is available at the company's site. 您可以从GooglePlay免费下载它,该教程可在公司网站上找到。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM