搜索资源列表
id3ppt
- ID3决策树内容简介: 概述 预备知识 决策树生成(Building Decision Tree) 决策树剪枝(Pruning Decision Tree) 捕捉变化数据的挖掘方法 小结
wuziqi3
- 一个用java 开发的 使用剪枝算法高效五子棋程序,实现3层搜索,高智能- java development with the use of efficient pruning algorithm Gobang procedures, the realization of 3-layer search, intelligent
src
- 人工智能之APHA-Belta剪枝算法之java实现,输入输出均已标准化-APHA-Belta pruning algorithm of Artificial Intelligence.Java implementation.
upload3
- alpha beta剪枝 要求的输出格式如下:(“//”和之后的内容表示说明,实际并不输出) //第一行表示根节点的状态 A 1 B2 //A表示根节点,1表示A的倒推值,B2表示剪枝搜索后下一步应该走的路线 //之后每一行都表示一个剪枝,节点的顺序随意 D2:E4 //表示在D2节点发生了剪枝,E4节点被剪掉了。这里只需给出 //被剪枝节点的被剪掉的直接子节点即可。 C2:D4 D5 D6 //表示在C2处发生了剪枝,D4 D5 D6三个子节点被剪掉了。
Alpha_Beta
- 用Java实现的Alpha_Beta剪枝程序,具体说明都在doc文件中,希望对大家有所帮助-With Java implementation Alpha_Beta pruning procedures specified in doc file, we want to help
Alpha_Beta
- 对于给定的Alpha_Beta博弈树,使用Alpha_Beta剪枝算法对其进行剪枝,输出剪掉的结点。-For a given Alpha_Beta game tree pruning algorithm using Alpha_Beta tree was pruned to cut output nodes.
cart_java_code
- 只是实现了分类,没有实现剪枝,t为属性文件,t1为样本文件,将这两个文件放在D盘下运行-Only implement the classification, does not implement pruning, t for the properties file, t1 as a sample file, these two files to run on the D drive
Aprior
- 数据挖掘中的APRIOR算法的JavA实现这个算法实现了数据挖掘上的连接与剪枝等算法,可以有效的处理频繁项集的问题。-Data mining algorithms JavA APRIOR realize this algorithm on the connection of data mining algorithms and pruning, etc., can effectively deal with frequent item sets.
enterpriseWeb
- javaee与sql server2005做的系统,实现一些简单的增删改查功能。-Javaee and SQL server2005 do system, realize some simple pruning the check function.
sshstudentsystem
- ssh学生管理系统,mysql数据库,实现增删改查-SSH student management system, mysql database, realizing the pruning the check
CRUD
- 通过用struts2进行增删改查实现了对国家队球员的选拔系统-Through the use of them struts2 pruning realized the national player to check the selection system
helloWords
- 一个学生注册,查看系统, 运用JDBC和jsp 对数据库进行增删改查的代码,-A JDBC and JSP the database pruning of the check code, is only the SRC, used for reference
Student
- 实现对学生信息简单的增删改查等管理操作 适用于java初学者-To realize the increase students information simple pruning check management operation
communication
- 只是一个供私人使用的通讯录,使用JAVA开发环境,数据用的是SQLSERVER,可以记录查询 增删改功能-Just a for private use the address book, use JAVA development environment, data use is SQLSERVER, can record inquires pruning the function
fivechess
- 基于α-β剪枝算法编写的五子棋游戏,包含简单的游戏界面。但只能预测未来三步。-Based on alpha-beta pruning algorithm written 331 games, including a simple game interface. But can only predict the next three steps.
Pruning-algorithm
- 剪枝算法,输入为路径矩阵、代价矩阵,输出为代价不超过upbound的最短路径。包含源码、数据和可执行文件。-Pruning algorithm
iterm
- 进行剪枝排序算法,用来提取频繁项,找出符合用户所需的-Pruning sorting algorithm, used to extract frequent items, find the line with user needs
sudoku
- JAVA编写的sudoku小游戏,采取了暴力剪枝法,可以选择不同难度-JAVA prepared sudoku game, took a violent pruning method, you can choose different difficulty
chess2.0
- 人工智能博弈树,采用极大极小搜索和α-β剪枝算法,搜索深度为2的棋盘博弈-Artificial intelligence game tree, using the minimax search with alpha beta pruning algorithm, the search depth is a chessboard game of 2
ML-Project
- 完整的五子棋代码,应用阿尔法贝塔剪枝算法-Complete backgammon code, application Alpha Beta pruning algorithm
