资源列表
text-mining
- 文本挖掘,用词项-文档矩阵带入算法模拟出标签云和词条网络-text mining
Congressional-voting-similarity
- 用相似性矩阵计算出有相似投票倾向的议员,同时预测其党派倾向-Congressional voting similarity
DataTest
- 统计一亿个IP中每个出现的次数,找不到大数据之类的分类,只能选择数据挖掘-Statistics IP in one hundred million times each appears, can not find such a large data classification, data mining can only choose
Spider
- JAVA写的网络爬虫小程序,利用正则表达式提取关键信息。-JAVA applet written web crawler using regular expressions to extract key information.
Localization
- 经典的无线传感网络(WSN)节点定位算法的matlab代码,算法包括: RSSI, Centroid, APIT, DV-hop, Amorphous, Bounding Box, Grid Scan, MDS-MAP-Classic wireless sensor networks (WSN) localization algorithm matlab code, algorithms include: RSSI, Centroid, APIT, DV-hop, Amorphous, Boun
Data_Mining
- 这是关于《数据挖掘》相关理论的课程PPT,内容详尽,通俗易懂,是不可多得的学习资料,现在上传与大家共享!-This is the course PPT data mining of the theory of detailed, easy to understand, is a rare learning materials, now upload and share!
0928lvbo
- 模糊辨识模糊控制人工智能
DataMining
- 基于K-mean以及其他算法的数据挖掘,主要是乳腺癌数据集,附有数据集-Data mining based on K-mean, as well as other algorithms, mainly breast cancer data sets, with data sets
FP-Growth
- 数据挖掘算法,FP-Tree算法VS实现-The data mining algorithm, FP-Tree algorithm VS implementation
FP_Growth-python
- FP-Tree算法,用python实现的。-FP-tree algorithm implemented with Python.
w27
- 适合处理海量数据的python源码,可读入txt和csv 格式文件。-Suitable for massive data processing python source, read into txt and csv Format files.
AprioriMain
- Apriory算法是数据挖掘中常用的挖掘初始数据的算法,传统的apriory算法在大数据的情况下实现效率很低,我通过java中的hash结构进行了改进,将效率提高。-Apriory data mining algorithms commonly used in the initial data mining algorithms, the traditional apriory inefficient algorithm in the case of large data, I have bee