CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 聚类数据

搜索资源列表

  1. SimpleKMeans

    0下载:
  2. 数据挖掘聚类算法:SimpleKMeans源代码,采用JAVA语言编程实现-Clustering Algorithm of Data Mining: SimpleKMeans source code, the use of JAVA programming language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:7287
    • 提供者:liuchunju
  1. K-meansNB

    0下载:
  2. :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类准确率。-: K-means algorithm will
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:172903
    • 提供者:李浩
  1. jain99data.pdf

    0下载:
  2. 数据聚类的综述-a review of data clustering
  3. 所属分类:Editor

    • 发布日期:2017-04-01
    • 文件大小:563982
    • 提供者:陈新亮
  1. CA

    1下载:
  2. CA算法可以将数量型属性划分成若干个优化的区间,它综合了分层聚类于划分聚类的优点,对于给定的不同的初始类个数,CA算法能随着迭代过程的不断进展改变类的数目,一些竞争力差的类即类的基数小于给定阙值的类将在迭代过程中不断消失,最终得到能够有效体现数据实际分布情况的优化聚类个数。-CA algorithm for quantitative attributes can be divided into a number of the interval optimization, hierarchical
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:185853
    • 提供者:王锋
  1. weka

    0下载:
  2. 经典的数据挖掘算法的源代码,包括分类、聚类、关联规则等,非常有用。-Classical data mining algorithms of source code, including classification, clustering, association rules and so on, very useful.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1104179
    • 提供者:xq
  1. ClusteringAlgorithmsResearch

    0下载:
  2. 一篇较为经典的聚类算法综述文献,发表于软件学报!值得研究数据分析的入门者参考!-A clustering algorithm is more classical Review of literature, published in the Journal of Software! Data analysis is worth studying the entry reference!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:603865
    • 提供者:yang wei
  1. C__julei

    0下载:
  2. 一种非常实用的C均值聚类算法,可以用于数据挖掘、图像分割等领域-A very useful C-means clustering algorithm can be used for data mining, image segmentation and other areas of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1762
    • 提供者:hanguang
  1. mohujulei

    0下载:
  2. 模糊聚类程序,只需把数据输入运行就可以得出你想要的结果,很简单,很方便-Fuzzy clustering procedure, simply enter data into operation can be drawn on the results you want is very simple, very convenient
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:547676
    • 提供者:leejane
  1. cjz

    0下载:
  2. 用户提供样本数据后,对样本数据做c均值frm聚类分析。-c均值聚类
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1665
    • 提供者:name
  1. k

    0下载:
  2. k平均聚类所谓k均值聚类方法是一种无监督的学习算法,它能用已知类数的数据聚类和预测。-k-average clustter
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:48887
    • 提供者:小屁
  1. iriscode

    0下载:
  2. Matlab提供了两种方法进行聚类分析。 一种是利用 clusterdata函数对样本数据进行一次聚类,其缺点为可供用户选择的面较窄,不能更改距离的计算方法; 另一种是分步聚类:(1)找到数据集合中变量两两之间的相似性和非相似性,用pdist函数计算变量之间的距离;(2)用 linkage函数定义变量之间的连接;(3)用 cophenetic函数评价聚类信息;(4)用cluster函数创建聚类。 -Matlab provides two methods of cluster anal
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:18425
    • 提供者:梁琨
  1. DBSCAN

    1下载:
  2. DBSCAN 简单来说就是一种基于密度的聚类算法。 数据输入支持weka数据格式,里面有一个例子数据,结果与weka比较过,是相同的。 网上有一个DBSCAN的C#的源码,但是错的。-DBSCAN is simply a kind of density-based clustering algorithm. Data entry support weka data format, which is an example of data, results and weka comparis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:57057
    • 提供者:孙甲申
  1. Kmeanjulei

    0下载:
  2. k均值聚类分析,比较简单,只适合学习使用个,不适合数据处理。-k-means clustering analysis, relatively simple, only suitable for learning to use one, not suitable for data processing.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:31312
    • 提供者:宋家勇
  1. Clustering.Algorithms.Research

    0下载:
  2. 软件学报 2008年论文《聚类算法研究》,作者孙吉贵, 刘杰, 赵连宇。pdf格式,14页。对近年来聚类算法的研究现状与新进展进行归纳总结.一方面对近年来提出的较有代表性的聚类算法,从算法思想、关键技术和优缺点等方面进行分析概括 另一方面选择一些典型的聚类算法和一些知名的数据集,主要从正确率和运行效率两个方面进行模拟实验,并分别就同一种聚类算法、不同的数据集以及同一个数据集、不同的聚类算法的聚类情况进行对比分析.最后通过综合上述两方面信息给出聚类分析的研究热点、难点、不足和有待解决的一些问题.上
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:470152
    • 提供者:dengyue
  1. hierarchicalcluster

    0下载:
  2. 和同学一起写的层次聚类算法,数据挖掘的第3次大作业,有设计文档,有注释,下载即可运行。希望批评指正-And students to write with hierarchical clustering algorithms, data mining, the 3rd largest operations, with some design documents, with annotations, download to run. Want to criticize the correction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3689561
    • 提供者:薛旭杰
  1. Cjulei

    0下载:
  2. 利用模糊c—均值聚类方法将data 数据向量;3表示分成三类;center表示分类中心-Using fuzzy c-means clustering method to the data vector data 3 that is divided into three categories center said the classification center
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:559
    • 提供者:乔百杰
  1. CURE.tar

    1下载:
  2. 是数据挖掘领域中适用于大数据集的层次聚类算法CURE的C语言实现代码-the C source codes of Cluster algorithms of CURE
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:25215
    • 提供者:胡雯雨
  1. kmeans

    0下载:
  2. 数据挖掘里面的经典的聚类算法 K-means-K-means
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:847
    • 提供者:蟹蟹
  1. svm_matlab

    0下载:
  2. 用SVM算法实现聚类与分类的例程。内附实验数据,运行结果以及经典参考文献一篇《A New Fuzzy Cover Approach to Clustering》-SVM algorithm using clustering and classification routines. Included the experimental data, the results as well as the classic References 1 " A New Fuzzy Cover Appro
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:581830
    • 提供者:xinxin
  1. dbscan

    1下载:
  2. DBSCAN算法,利用数据集中密度差异来区分不同聚类。-DBSCAN algorithm, the density difference between the use of data sets to distinguish between different cluster.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:4741
    • 提供者:zhoujingbo
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com