搜索资源列表
shlu_2003_2
- 一种新的高维报文分类算法———无相交树算法-a new high-dimensional Packet classification algorithm -- without intersecting Tree Algorithm
redblacknode tree
- 红黑树算法的java实现, 有说明十分清楚, 请您用winzip 解压缩-RED-BLACK TREE algorithm java, and it is very clear statement that you please use winzip decompress
binarytreetravel
- 一个可以以图形方式直观表示的树状二叉树算法程序,可以实现生成和遍历.-to be a graphic visual representation of the tree binary tree algorithm can achieve generation and traversal.
NTDETECT
- C++二叉树算法-C Binary Tree Algorithm
Huffman-tree
- 数据结构 1、算法思路: 哈夫曼树算法:a)根据给定的n个权值{W1,W2… ,Wn }构成 n棵二叉树的集合F={T1,T2…,T n },其中每棵二叉树T中只有一个带权为W i的根结点,其左右子树均空;b)在F中选取两棵根结点的权值最小的树作为左右子树构造一棵新的二叉树,且置新的二叉树的根结点的权值为其左、右子树上结点的权值之和;c)F中删除这两棵树,同时将新得到的二叉树加入F中; d)重复b)和c),直到F只含一棵树为止。
RedBlackTree
- 用Java编写的红黑树算法实现,希望对大家有所帮助
dssTree
- ID3决策树算法的JAVA实现:ID3算法是机器学习中的一种分类方法,本例子用java构建多叉树来实现id3算法。
BinaryTree
- 用Java实现的求哈夫曼树算法,包括生成哈夫曼树的详细过程。
一种基于最小张树的属性聚类算法
- 一种基于最小生成数的聚类算法,是一个可以的选择。-generated based on the smallest number of clustering algorithm, it is a choice.
属性均值聚类二叉树及其在人脸识别中的应用
- 采用二叉树数据结构,属性均值聚类算法在图象识别中的应用。-using a binary tree data structure, attributes means clustering algorithm in image recognition applications.
ID3_java.rar
- 基于决策树的数据挖掘算法,是很不错的Java版的ID3算法,大家可以看看。, The ID3 decision tree algorithm for Data Mining .
ThreeOrder
- 利用二叉树的逻辑结构、链式存储结构等,实现二叉树的前序、中序和后序遍历算法 -The logic of the use of binary tree structure, the structure of chain stores and so on, to achieve the first order binary tree, in order and post-order traversal algorithm
id3
- 使用java实现id3算法建立决策树,建成决策树后可以测试用例,使用决策树对用例分类。主类是ID3List,花了3天时间写完调试通过的。 ID3算法的实现 包括:建树,测试用例, 选根, 建立叶子节点, 求熵, 求信息期望,求信息增益 等方法以及相应的测试 * 测试:目前全部方法都无异常。makeTree方法有两处逻辑错误待修正 工具类 ListUtil MathUtil ClassUtil StringUtil * DecisionTree 等工具类 实体类 Person(--
Java二叉树算法实例
- 算法入门课程的一个范例,通俗易懂。-algorithm induction of a paradigm easily understood.
binaryTree
- Binary Search:算法基础,用于快速查找,是树算法的基石-Binary Search:Algorithm, used to quick find, tree algorithm s foundation
btree_node
- 代码名称 二叉树算法 版 本 代码分类 算法范例 整理日期 2003-04-30 14:04:31 文件大小 3 KB 代码作者 Marty Hall 下载次数 1478 代码内容 将下列代码保存为:Node.java -Algorithm version of the code is the code name of the binary tree classification algorithm sample finishing date 2003-04-30 14:04:31 Fil
huffman
- 哈夫曼ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩解压算法.zip 使用LZ压
association
- 数据挖掘算法中的Fp-tree 树算法源代码,希望大家可以用的到,谢谢!-Data mining algorithms in the Fp-tree tree algorithm source code, hope that we can use that, thank you!
FPTree
- fp树算法,在Laurentiu Cristofor的源码的基础上改的-fpGrowth
Red_Black_Tree
- 用java来实现的红黑树算法,包括红黑树的结点建立和插入。-Use java to implement red-black tree algorithms, including the establishment of red-black tree node and inserts.