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

搜索资源列表

  1. 文本分析聚类实战

    2下载:
  2. 文本挖掘是从大量的文本数据中抽取隐含的,求和的,可能有用的信息。 通过文本挖掘实现 ?Associate:关联分析,根据同时出现的频率找出关联规则 ?Cluster:将相似的文档(词条)进行聚类 ?Categorize:将文本划分到预先定义的类别里(Text mining is a kind of information that is extracted from a large number of text data, which may be useful. Implementa
  3. 所属分类:文章/文档

    • 发布日期:2018-04-20
    • 文件大小:283648
    • 提供者:IS-Rookie
  1. 代码

    0下载:
  2. 先用的层次分析法筛选变量,而后使用聚类分析中的kmeans和pam两种方法,优点在于可以快速聚类,针对较大的数据量(clustering methodology)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:mingming12
  1. 代码

    0下载:
  2. 使用的是深圳市数学建模的电信用户数据,基于数据筛选出高价值用户,并分析他们的消费特点。代码中包括了层次分析法,聚类分析,数据的缺失值、异常值的处理(The code includes the analytic hierarchy process, the clustering analysis, the missing values of the data, and the handling of the abnormity values)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:3072
    • 提供者:mingming12
  1. textclustering-master

    0下载:
  2. 对于大文本进行挖掘聚类,该方法不考虑文字词语出现的频率信息,考虑上下文语境,将所有的字根据预定义的特征进行词位特征学习,获得一个训练模型。然后对待分字符串的每一个字进行词位标注,最后根据词位定义获得最终的分词结果。(Digging for large text clustering, the method does not consider the text word frequency of information, considering the context, all the words
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-21
    • 文件大小:15491072
    • 提供者:富贵再三123
  1. Dbscan

    0下载:
  2. Dbscan聚类源代码。 可以实现对多维数据进行聚类。(Dbscan cluster source code. The multidimensional data can be clustered.)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-21
    • 文件大小:34705408
    • 提供者:Remption
  1. algorithm in paper

    1下载:
  2. science平台代码源文件,主要讲的是一种基于密度的聚类方法,(Clustering by fast search and find of density peaks)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:6534144
    • 提供者:加菲猫哦啦
  1. Cluster analysis

    1下载:
  2. 对输入的数值进行聚类分析,分析阈值可自己设置,聚类方法可以分为欧氏距离和夹角余弦两种(The value of the input is analyzed by cluster analysis, and the threshold can be set by itself. The clustering method can be divided into two kinds: Euclidean distance and angle cosine.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:71680
    • 提供者:yaqiannnnn
  1. FCM

    0下载:
  2. 模糊C均值(FCM)聚类算法分割图像,该算法可以进行图像的分割(Fuzzy C-Means (FCM) clustering algorithm to segment images, which can be used for image segmentation)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:热火
  1. r2

    0下载:
  2. 简单kmeans聚类,三个实例可以对比,有数据有代码有解释步骤(kmeans, there are three samples as well as data and explanation.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:leoniewang
  1. Kmeans

    0下载:
  2. python实现的k-means聚类算法(k-means clustering algorithm implemented by python)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:2402304
    • 提供者:383794668
  1. AP算法代码

    0下载:
  2. ap聚类算法的MATLAB实现代码,包含了解析与源代码,供学习参考用(MATLAB implementation code of AP clustering algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:9216
    • 提供者:酱油君
  1. 蚁群聚类

    0下载:
  2. 基于蚁群算法的K-means聚类分析模型(Ant colony clustering analysis model)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:小瑾
  1. 模糊c均值聚类算法

    1下载:
  2. 模糊c均值聚类算法的实现,还有相对的测试数据集(Fuzzy C-Means clustering algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:176128
    • 提供者:boy0021
  1. python实现代码、测试数据集及结果

    9下载:
  2. 密度距离矩阵优化聚类算法python实现(Python implementation of density distance matrix optimization clustering algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:206848
    • 提供者:hahchichi
  1. K---MEANS

    0下载:
  2. 随机生成1000个二维坐标点并用K-means算法计算聚类结果(1000 two-dimensional coordinate points are generated randomly and the clustering results are calculated by K-means algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:78848
    • 提供者:Sunxiaoying
  1. FCM

    0下载:
  2. 使用模糊C均值聚类(FCM)的方法对状态进行分类,其优点首先是可以根据实际情况自动确定聚类中心,减少人工干涉的因素,其次,对状态特征参数不是进行硬分类,而是通过隶属度的表征方式对其聚类,更加符合现实状态类别之间不具备明显界限的实际问题。(The use of fuzzy C mean clustering (FCM) method to classify the state, its advantage is first can automatically determine the clust
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:7168
    • 提供者:蒙奇H
  1. kmeans

    1下载:
  2. kmeans聚类,多数据检索分类,处理原始数据(kmeans,Multi - data retrieval classification, processing raw data.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:zhaozhaoooooo
  1. matlab编写的EM聚类算法

    0下载:
  2. em聚类算法,比较基础的算法,可自行改进(em clustering algorithm, more basic algorithm, self-improvement)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:尧了个尧
  1. yiqunjulei

    0下载:
  2. 采用基本蚁群算法进行无线传感网络节点的聚类仿真(Ant Colony Algorithm Clustering Simulation)
  3. 所属分类:网络编程

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:xiaomingwen
  1. EWKM

    1下载:
  2. 子空间聚类算法EWKM (Entropy Weighting K-Means) 在matlab上的实现。(Entropy Weighting K-means which is one of the subspace clustering algorithm written in Matlab.)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:wind_890
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com