红外模糊模型中查询编程的算法是什么? [英] What is the algorithm for programming query in fuzzy model in IR?

查看:55
本文介绍了红外模糊模型中查询编程的算法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!
请帮助我,我有这个查询:

Hi !
please help me ,I have this query:

("a"AND"b")OR("c"AND"d")AND("n"OR"m") 


我可以在实现中的"AND"和"OR"之间的关系表示中使用树吗?
如果是,名称树的方式和名称是什么?


Can I use tree in Representation of relations between "AND" and "OR" in implementation.
if yes, how and what is name tree?

推荐答案

AND/OR运算符的一种可能选择是min/max(例如,参见
One possible choice of the AND/OR operators is min/max (see, for instance, here[^]). Hence your expression would be translated into:
min(max(min(a,b),min(c,d),max(min(n,m)))


这篇关于红外模糊模型中查询编程的算法是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆