Welcome![Sign In][Sign Up]
Location:
Search - MATLAB DATA TREE

Search list

[Other resourceCART_iris

Description: matlab数据挖掘算法。实用cart决策树进行分类,可识别多类。decision tree algorithm, classification.-Matlab data mining algorithms. Practical cart decision tree classification, identification number category. Decision tree algorithm, the classification.
Platform: | Size: 1000 | Author: 李思 | Hits:

[Other resource用Matlab实现Huffman编码

Description: Huffman 这个名字,程序员们至少会联想到二叉树和二进制编码。的确,我们总以 Huffman 编码来概括 D.A.Huffman 个人对计算机领域特别是数据压缩领域的杰出贡献。我们知道,压缩 = 模型 + 编码,作为一种压缩方法,我们必须全面考虑其模型和编码两个模块的功效;但同时,模型和编码两个模块又相互具有独立性。-Huffman, programmers will at least think of a binary tree and binary coding. Indeed, we always Huffman coding to summarize D. A. Huffman personal computer areas, especially in the field of data compression outstanding contribution. We know that the compression encoding = model, as a compression method, we must take full account of two model and coding module effectiveness; But at the same time, model and coding module of two mutual independence.
Platform: | Size: 2272 | Author: 亞男 | Hits:

[Internet-Networkdminid

Description: 入侵检测中的数据挖掘方法研究.pdf-A Research into Data Mining Technology in Intrusion Detection. file type pdf
Platform: | Size: 613376 | Author: 赵艳 | Hits:

[VC/MFC用Matlab实现Huffman编码

Description: Huffman 这个名字,程序员们至少会联想到二叉树和二进制编码。的确,我们总以 Huffman 编码来概括 D.A.Huffman 个人对计算机领域特别是数据压缩领域的杰出贡献。我们知道,压缩 = 模型 + 编码,作为一种压缩方法,我们必须全面考虑其模型和编码两个模块的功效;但同时,模型和编码两个模块又相互具有独立性。-Huffman, programmers will at least think of a binary tree and binary coding. Indeed, we always Huffman coding to summarize D. A. Huffman personal computer areas, especially in the field of data compression outstanding contribution. We know that the compression encoding = model, as a compression method, we must take full account of two model and coding module effectiveness; But at the same time, model and coding module of two mutual independence.
Platform: | Size: 2048 | Author: 亞男 | Hits:

[AI-NN-PRCART

Description: 用matlab编写的CART数据挖掘决策树算法-using Matlab CART prepared by the Data Mining Decision Tree Algorithm
Platform: | Size: 2048 | Author: g | Hits:

[matlabC4.5算法

Description: 数据挖掘中的决策树C4.5算法的实现,用matlab实现-Data Mining Decision Tree Algorithm of C4.5, using Matlab to achieve
Platform: | Size: 2048 | Author: 利军 | Hits:

[matlabCART_iris

Description: matlab数据挖掘算法。实用cart决策树进行分类,可识别多类。decision tree algorithm, classification.-Matlab data mining algorithms. Practical cart decision tree classification, identification number category. Decision tree algorithm, the classification.
Platform: | Size: 1024 | Author: 李思 | Hits:

[Data structshuff

Description: 利用数据结构的二叉树概念编写的MATLAB程序实现HUFFMAN编码。-Binary tree data structure using the concept of the preparation of the MATLAB program Huffman coding.
Platform: | Size: 1024 | Author: 沈少云 | Hits:

[matlabkdtree

Description: 用matlab实现的kdtree,kdtree适合用于数据挖掘中用于寻找最近邻。-Using matlab to achieve kdtree, kdtree suitable for data mining used to find the nearest neighbors.
Platform: | Size: 102400 | Author: 项龙江 | Hits:

[AI-NN-PRID3

Description: 数据挖掘中的决策树ID3算法,matlab的,请大家-Data Mining in the ID3 decision tree algorithm, matlab, please U.S.
Platform: | Size: 2048 | Author: 徐晶 | Hits:

[matlabtree

Description: 数据挖掘里的判定树算法,用matlab编写。-Data Mining in the decision tree algorithm, using matlab prepared.
Platform: | Size: 13312 | Author: 烈马 | Hits:

[matlabC4.5-2

Description: 数据挖掘中的c4.5算法 给予决策树-Data Mining in the given decision tree algorithm c4.5
Platform: | Size: 3072 | Author: gezn | Hits:

[AI-NN-PRID3

Description: 数据挖掘中的ID3算法源码 决策树的经典算法之一。 -Data Mining Source ID3 decision tree algorithm, one of the classic algorithm.
Platform: | Size: 11264 | Author: gezn | Hits:

[matlabC4_5

Description: 决策树C45,用matlab编写的,数据挖掘算法。-Decision Tree C45, prepared by matlab, data mining algorithms.
Platform: | Size: 2048 | Author: 来海锋 | Hits:

[matlabdecision_tree_cart

Description: 决策树cart,用matlab编写的,数据挖掘算法。-Decision tree cart, prepared using matlab, data mining algorithms.
Platform: | Size: 3072 | Author: 来海锋 | Hits:

[matlabPrim-minimum-spanning-tree-algorithm

Description: 最小生成树Prim算法的matlab文件,无论是在数据结构还是在图论中都有广泛的应用-Prim minimum spanning tree algorithm matlab file, whether in data structures or graph theory, there are a wide range of applications
Platform: | Size: 1024 | Author: 小明 | Hits:

[matlabkdtree1.2

Description: kd-tree 是广泛用来处理多维寻找最近点的数据结构。该文件中是由matlab调用c++代码实现的,其中实现包括kd-tree的建立最近点的查找等。-kd-tree is kind of data structure which is widely used to find the nearest point in multi-demensions.The zip file contain matlab and cpp files.The functions implemented include kd-tree building and nearest points searching and so on.
Platform: | Size: 132096 | Author: yaoyao | Hits:

[matlabkdtree_in_matlab

Description: kd-tree 是一种常用的数据结构,它在搜索最近点中有普遍用处。该文件是一个用纯matlab写成的源代码。-kd-tree is a commonly used data structure, it is commonly used in searches for the nearest point. The file is a pure source code written in matlab.
Platform: | Size: 60416 | Author: yaoyao | Hits:

[matlabID3

Description: 实现ID3算法,在结果中以树表示出来。决策树是对数据进行分类,以此达到预测的目的。该决策树方法先根据训练集数据形成决策树,如果该树不能对所有对象给出正确的分类,那么选择一些例外加入到训练集数据中,重复该过程一直到形成正确的决策集。-ID3 algorithm to achieve, in the results that come out to the tree. Decision tree is to classify the data, thus achieving the purpose of prediction. The decision tree training set of data according to the formation of the first decision tree, if the tree can not give the correct classification of all objects, then select a number of exceptions to the training set data, repeat the process until the correct decision set.
Platform: | Size: 2048 | Author: 王剑亭 | Hits:

[matlabID3(MATLAB)

Description: ID3决策树算法,实现不同条件下数据的分类-ID3 decision tree algorithm, the classification of data under different conditions
Platform: | Size: 70656 | Author: 孙东 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net