[英]Algorithm to represent Decision tables
如果你想在代码中存储Decision表 ,那么最好的算法是什么?我看过Adjacency矩阵和Binary树会不会有人认为这是正确的方向? 我有什么其他选择?
如果您的重点是空间(对于非常大的决策表),您可能需要考虑应用二进制决策图 (BDD)。 但是,规范形式不会告诉您要采取什么操作,只需为布尔输入变量的大“输入”提供真/假答案。 这不如决策表强大,但对某些应用程序非常有用。
[英]Decision tree and algorithm choice
[英]Decision Tree learning algorithm
[英]Decision Tree Algorithm Suggestions
[英]Algorithm to represent a sequence of numbers
[英]minmax algorithm with tictactoe, wrong decision
[英]Creating a decision tree for the mergesort algorithm
[英]Is there a decision algorithm with time complexity of Ө(n²)?
[英]What sort of graph to represent this business logic decision tree?
[英]What is the name of a decision algorithm answering 'yes' or 'maybe'?
[英]Decision tree algorithm for mixed numeric and nominal data
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.