搜索资源列表
kmeans.py
- python实现的kmeans算法,数据挖掘经典算法-python implementation kmeans algorithm, data mining classic algorithm
Source-Code
- 数据挖掘经典算法实现。使用这个算法分别对图片和DBLP上面学者的合作关系图进行了聚类,然后评估聚类的结果。算法实现用的java,DBLP的数据的搜集和预处理是用Python编写。-Classical data mining algorithm. Using this algorithm, respectively, pictures and cooperation between scholars DBLP above graph clustering, and then evaluate th
python
- python编程实现数据挖掘领域的经典算法:Apriori算法,实现对于关联规则的挖掘。文件中含有程序主体及测试数据集。-Classical data mining algorithms: Apriori algorithm for mining associated rules. Algorithm programmed in JAVA and test dataset are included.
KNN
- 十大经典数据挖掘算法之一knn 利用python实现(One of the data minning algorithm :knn,using python)