搜索资源列表
binary DecisionTree
- 用VC++写的二叉决策树执行程序。修改修改就可以用。-with VC + + to write the two forks Decision Tree implementation procedures. Amendments can be amended on.
传教士和野人过河
- 在VC的环境下,用C++编程实现人工智能中的A*树的搜索算法,得到一个最优的过河方案。-in VC environment, the C programming AI * A tree search algorithms, to be an optimal program of the river.
vc++c4.5
- 基于vc的决策树的分类算法是ID3算法的演变-vc on the decision tree classification algorithm is the evolution ID3 algorithm
c4.5
- C4.5决策树算法,使用VC++实现的,比较好用
PrefixTree
- 关联规则中前缀树算法在VC下的实现,源代码
TransTree
- 关联规则中转换树算法在VC下的实现,源代码
决策树的 C4.5
- 决策树的 C 4.5 Vc++实现的
fpgrowth.rar
- FP树的VC版本的挖掘算法,具体内容祥见代码,仅供参考,FpTree
tic-tac-toe
- 在VC环境下用C++语言编写的一字棋小程序,采用人工智能原理里的博弈树的启发式搜索原理-VC environment in C++ language with the preparation of the word game of small procedures, the principle of the use of artificial intelligence in the game tree search heuristic principle
DTree
- 该程序用VC++6.0编写决策树,包括训练程序,和决策程序,和训练以及测试所用的数据-The program written with VC++6.0 decision tree, including training procedures, and decision-making procedures, and training and test data used
DecisionTree
- 实现了通用决策树算法,并很好的处理了数值属性问题,利用VC++编程实现。-Realize the general decision tree algorithm, and good handled numerical attribute problem, the programming language is VC++.
C4.5
- 这是决策树算法C4.5的源代码!是用vc编写的,内容比较详细。-this is a source code of C4.5 algorithm!
tictactoe
- 人工智能的一字棋游戏,VC++单文档应用程序,使用博弈树的极大极小过程和α-β剪枝算法。-It is a line game, it is a single docment application program, use the max-min and α-β pruning algorithm.