资源列表
EM
- EM算法是数据挖掘算法之一,有兴趣的可以来学习。-EM algorithm is one of data mining algorithms, interested can learn.
search_tu
- 图的搜索算法,广度优先搜索和深度优先搜索。 算法思想来自《算法导论》,自己编的,效果还行-Graph search algorithm, breadth-first search and depth-first search. Algorithm thinking " Introduction to Algorithms" , own, and the results were OK
K_CenterPoint_PAM
- k中心点算法,也就是PAM算法。是数据挖掘中聚类分析的一种手段,用途广泛。-k center algorithm, i.e. PAM algorithm. Data mining is a means of cluster analysis, and versatile.
bikmeans
- 用python实现的二分k-means聚类方法,比k-means效率更高-With half of k-means clustering method python achieve higher efficiency than k-means
huxinxi
- 粗糙集互信息的约简代码。基于MATLAB。苗夺谦的论文的方法。-Mutual Reduction of rough set code information. Based on MATLAB. Methods Miao Duoqian papers.
docdist8
- measure cosine distance between two text file efficiently.
banben2
- 汽车之家爬虫,爬取汽车之家上所有车型,保存为excel格式-Family car of the reptile, crawling on all models car home, save as excel format
vad
- 双门限端点检测。因为低噪声导致假过零率的产生,进行了算法改进。可以直接调用函数运行,亲测-Dual threshold endpoint detection. Because of the low noise cause false over-produce zero rate, the algorithm was improved. It can directly call the function run, pro-test
readdatajtwc
- 读取印度洋热带气旋的相关信息,包括生成位置,生成数目,生成后轨迹等。-Read Indian Ocean tropical cyclone-related information, including generating position, generation number, after generating trajectory.
KPCA
- 一个可以直接调用的kpca程序,自己修改的,证明可用的-One can directly call the KPCA program, modify their own, proven available
cf
- 现在比较常用的一种传统的协同过滤算法,用于个性化推荐 最基础的-Now more commonly used as a traditional collaborative filtering algorithms for the most basic personalized recommendation
kmeansPP
- kmeans 算法的改进算法 名字为kmeans++算法,参考的文献为 kmeans++: an efficient algorithm。。。。算法他人所写,这里上传,以方便同行传阅-this is a algorithm named k_means++. reference the paper : an efficient algorithm ...