搜索资源列表
fcm2
- 简单的模糊c均值的matlab程序,希望对大家有所帮助,如有不对,请告知。-Simple fuzzy C mean Matlab procedures, we want to help, if there is wrong, please let us know.
FCBF
- This a one of the data mining algorithm completly made by me. This is based on feature subset selection. One of the popular algorithm of feature selection named Fast Correlation based feature selection algorithm(FCBF).It s complete code is here with
DBScan03
- DBScan算法实现,用Java高级编程语言正确实现DBSCAN算法,DBScan是一种基于密度的聚类算法,它有一个核心点的概念:如果一个点,在距它e的范围内有不少于MinP个点,则该点就是核心点。核心和它e范围内的邻居形成一个簇。在一个簇内如果出现多个点都是核心点,则以这些核心点为中心的簇要合并。最终输出找到的簇及其数据点。-DBScan algorithm, using high-level programming language Java is implemented correctly
LDA-topic-model
- 首先声明,这是别人写的LDA主题模型代码,本人测试过,可以运行,但是输出跟输出有点不尽人意,输入的是词的序号和该词在文档中出现的次数,要是可以直接读取文档就完美了。输出是主题以及词在该主题出现的概率,其中得到的主题我就看不懂了,不知道是算法问题,还是因为我的水平有限。在研究LDA主题模型的朋友,可以下载试一下-First statement, which is written by someone else LDA topic model code, I tested, you can run,
DoubanMovie250DataMining
- 用于抓取豆瓣电影前250位信息,可增加或修改需要抓取的信息(To crawl the information of Top250 movies in www.douban.com, if you need ,you can edit file to add or change the information you need.)
R爬虫小白实例教程-源代码及爬取后数据
- 基础的爬虫学习文档,来自网站内容,如有疑问请联系原作者,仅供交流学习使用(Scratch. If you have any questions, please contact the original author for the use of communication and learning.)
shaking-toavial-gateway
- pku acm 1002,share it and enjoy it acm pku edu cn if you have any()
LDA_ FDA_with_tutorial
- LDA降维是常用的降维手段之一,是常用的有监督学习降维工具。这个文件对其产生W后的使用进行了简要说明,使用W进行最终的降维可以得到十分漂亮的分析结果(在数据分布符合假设分析的情况下。)(LDA dimension reduction is one of the commonly used dimensionality reduction methods. It is a commonly used supervised learning dimensionality reduction tool