搜索资源列表
数据结构多媒体演示
- 数据结构中的算法演示,其中有每个算法的动画演示过程,可以帮助对算法的更好理解.-data structure algorithms demonstrations, which have each algorithm animation demonstration, and can help to understand better the algorithm.
利用双向走动法改进冒泡排序算法C语言源代码
- 传统的冒泡排序法是这样操作:从前往后,依次比较两个相邻的元素,如果逆序则交换这两个元素值,然后继续往后操作;到了数据尾部时,就找出了一个最大值(或最小值)。然后重复上面的操作n-1次(n为元素个数)。相关的改进办法:按照上面的办法来操作的话,第一次扫描把最大数(或最小数)放到最后面的位置,第二次扫描时其实只需要扫描到倒数第二个位置就可以了,因为最后一个位置已经不需要判断了,以后的操作都是类似的。这样可以减小程序运行时间。-traditional Bubble Sort method is ope
一种用于非球形分布数据的新型聚类算法
- 聚类算法是基于距离的,但是大多采取单一的欧氏距离,不利于结果的发现。-clustering algorithm is based on the distance, but most of the adoption of a single Euclidean distance, is not conducive to the discovery of the results.
416 数据挖掘在数字图书馆中的应用
- 数据挖掘目前应用很广泛,应用于图书馆的算法。-data mining application is now widely used algorithm library.
399 基于聚类分析的属性数据挖掘技术
- 数据库中的数据都有各种属性,目前算法很少涉及这部分,这是一个关于属性的聚类算法。-the data in the database have different attributes, the current algorithm is rarely associated with this part, it is an attribute of the clustering algorithm.
Apriori.数据挖掘关联规则算法
- 数据挖掘关联规则算法:Apriori算法源代码,采用JAVA语言实现,Data mining algorithm of association rules: Apriori algorithm source code, the use of JAVA language
NaiveBayes.java.tar.gz 基于weka的分类算法
- 基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。,Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated in the classical mathematical
数据挖掘分类算法:J48源代码
- 数据挖掘分类算法:J48源代码,采用JAVA语言编程实现-Data mining classification algorithms: J48 source code, the use of JAVA programming language
UCI_arff
- 聚类算法经常要用到的数据集,UCI数据集,直接可以跑的数据集-Regular use of clustering algorithm to the data set, UCI data sets
TestK
- java的k-means聚类算法实现,使用了2维的聚类算法,在数据统计以及图像识别方面不错-java of the k-means clustering algorithm
Solution
- 数据挖掘,分类算法,贝叶斯算法,Java实现-Data mining, classification algorithms, Bayesian algorithms, Java implementation
java
- 随着Internet的普及,全球性信息化浪潮在给我们带来便利的同时,网络信息安全问题也日益彰显。因此,一些企业、机关、科研机构为了防止数据的泄密,常常需要利用网络数据包的截获与还原技术来监视从本单位传出的数据。 然而,在一个大型局域网中,对大量的网络数据进行采集和监控可能需要通过多机协作技术来实现。本文首先对TCP/IP协议进行了阐述,并分析了多机协作和数据包采集技术,然后以Java为工具,实现了基于Socket的网络数据多机协作采集的有关技术和核心算法。-err
Apriori
- Apriori算法实现,带有界面。数据直接从文件导入-Apriori algorithm with the interface. Data directly from files
Weka3.7
- 伟大的数据挖掘软件weka3.7.rar在Myeclipse环境下的源码导出包,其中包含许多著名的数据挖掘算法源码。-The great data-mining software weka3.7.rar environment in the Myeclipse source export package, which contains many well-known source of data mining algorithms.
JAVA算法与数据结构
- JAVA算法与数据结构 ,JAVA算法与数据结构,JAVA算法与数据结构(JAVA algorithm and data structure)
Java数据结构和算法中文第二版
- 说明在Java编程中常用的数据结构和算法(Explain the commonly used data structures and algorithms in Java programming)
Knn算法——数据挖掘
- 可以运用该程序使用Java语言编程实现对数据的分析和深度挖掘(You can use this program to use Java language programming to achieve data analysis and depth mining)
Java数据结构和算法
- java数据结构和算法电子书,基于Java语言的数据结构和算法入门电子书(Java data structure and algorithm e-book, data structure and algorithm based on Java language)
Java数据结构和算法.(第二版)
- 讲解java中的数据结构底层实现,及相关算法的java实现及思路(Explain the bottom realization of data structure in Java, and Java implementation and thinking of related algorithm.)
数据结构与算法
- JAVA版数据结构与算法,包括代码,图解算法,pdf文档等(Data Structure and Algorithms of JAVA Edition)