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

搜索资源列表

  1. Data_Clustering

    0下载:
  2. 对给定的一堆数据进行聚类,并进行类别标记(Clustering a given set of data)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:57344
    • 提供者:huangyuejun
  1. CAN code

    0下载:
  2. 聂飞平教授提出的新的聚类方法CAN,是一种新的聚类方法,可以有效的处理各种数据(CAN, a new clustering method proposed by Professor Nie Feiping, is a new clustering method, which can deal with various data effectively)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:13312
    • 提供者:chehx
  1. apcluster.m

    0下载:
  2. ap算法完成ap聚类操作 需要输入参数为数据集 偏向参数 输出结果为聚类数目(The AP algorithm completes the AP clustering operation, the input parameter is the data set bias parameter, and the output result is the number of clusters)
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:紫翼叶晨
  1. k-means

    0下载:
  2. 实现k-means聚类算法,里面有数据可以作为测试(This file is use to achieve k-means clustering algorithm.There are data can be used as a test.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:8192
    • 提供者:峰谷
  1. julei

    0下载:
  2. 聚类算法是给一大堆原始数据,然后通过算法将其中具有相似特征的数据聚为一类。 这里的k-means聚类,是事先给出原始数据所含的类数,然后将含有相似特征的数据聚为一个类中。(The clustering algorithm is given to a large number of original data, and then the data with similar features are gathered into a class by algorithm. The K-mean
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:WanderKing
  1. sas_cluster

    0下载:
  2. sas 聚类分析带教程(PPT)含检验数据(clustering analysis band tutorial (PPT) containing test data)
  3. 所属分类:文件格式

    • 发布日期:2018-01-07
    • 文件大小:6460416
    • 提供者:张建357
  1. KFCM-master

    1下载:
  2. 基于核方法的模糊C均值聚类,考虑到空间数据之间的相关性,结合各点的邻域信息,在原代码中添加邻域信息:(The fuzzy C mean clustering based on kernel method, considering the correlation of spatial data and combining the neighborhood information of each point, adding neighborhood information to the origin
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:223232
    • 提供者:Cinly
  1. xcluster-master

    0下载:
  2. SIGKDD2017上的文章,该算法适合数据集类簇数和数据条目都比较大的情况,聚类效率高(It is suitable for large number of data categories and data items, and the efficiency of clustering is high)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:9601024
    • 提供者:xiangrikui821
  1. 数据挖掘pro

    0下载:
  2. 本项目的具体问题是关于时间序列数据趋势预测。具体的应用场景是电子商务。现在要求您对118天到146天的每天100个关键产品进行销售量预测。(In this project, you are asked to study the general topic of time-series data mining, and specifically for time-series data trend prediction.)
  3. 所属分类:数据挖掘

  1. Matlab进行样品系统聚类

    2下载:
  2. 聚类分析指将物理或抽象对象的集合分组为由类似的对象组成的多个类的分析过程。它是一种重要的人类行为。聚类分析的目标就是在相似的基础上收集数据来分类。
  3. 所属分类:其他行业

  1. 聚类算法实例

    1下载:
  2. 这里面的资源主要介绍了聚类算法的一些基本知识,附上了几篇关于聚类算法的优秀论文,本资源介绍了一个实例来介绍聚类算法的用法,包含数据,源代码,程序报告等等。
  3. 所属分类:matlab例程

  1. RBF-k均值聚类

    1下载:
  2. RBF(径向基神经网络)网络是一种重要的神经网络,RBF网络的训练分为两步,第一步是通过聚类算法得到初始的权值,第二步是根据训练数据训练网络的权值。RBF权值的初始聚类方法较为复杂,比较简单的有K均值聚类,复杂的有遗传聚类,蚁群聚类等,这个RBF网络的程序是基于K均值聚类的RBF代码。(RBF (radial basis function network) is an important neural network. The training of RBF network is divided
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:6144
    • 提供者:老外
  1. k聚类算法

    1下载:
  2. 基于matlab的K聚类分析算法,中心聚类对数据进行分类(Matlab based K clustering analysis algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:初如见
  1. AP聚类

    3下载:
  2. AP聚类算法是基于数据点间的"信息传递"的一种聚类算法。与k-均值算法或k中心点算法不同,AP算法不需要在运行算法之前确定聚类的个数。(AP clustering algorithm is a kind of clustering algorithm based on "information transfer" between data points. Unlike the k- mean algorithm or the k center point
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:52224
    • 提供者:WanderKing
  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. Dbscan

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

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

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

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

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

    • 发布日期:2018-04-21
    • 文件大小:176128
    • 提供者:boy0021
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com