CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - DATA CLUSTERING

搜索资源列表

  1. 3Vol27No1

    0下载:
  2. A COMPARATIVE ANALYSIS BETWEEN K-MEDOIDS AND FUZZY C-MEANS CLUSTERING ALGORITHMS FOR STATISTICALLY DISTRIBUTED DATA POINTS
  3. 所属分类:Development Research

    • 发布日期:2017-12-09
    • 文件大小:296562
    • 提供者:mardak
  1. 9552010E202

    0下载:
  2. This paper presents a new cluster validity index for nding a suitable number of fuzzy clusters with crisp and fuzzy data. The new index, called the ECAS-index, contains exponential compactness and separation measures. These measures indicate ho
  3. 所属分类:File Formats

    • 发布日期:2017-11-21
    • 文件大小:3467552
    • 提供者:m
  1. LEACH

    0下载:
  2. LEACH [1] is an autonomous adaptive clustering protocol that distributes the energy load evenly among the sensors in the network using randomization. The nodes organize themselves into local clusters, with one node acting as the local base stat
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:2499
    • 提供者:jagadish
  1. K-means-C

    0下载:
  2. K-means实现数据聚类,其中包括数据维度,数据分类数-K-means clustering data, including data dimensions, data classification number, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6692
    • 提供者:
  1. cluster-analysis

    0下载:
  2. 进行模糊C均值聚类,读取数据,并进行标准化变换-Fuzzy C-means clustering, data is read and converted to standardize
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:4808
    • 提供者:宋孝洋
  1. ShihHsiang

    0下载:
  2. 数据拟合与分群方法于强健语音特征提取之研究-Exploring the Use of Data Fitting and Clustering Techniques for Robust Speech Recognition
  3. 所属分类:Development Research

    • 发布日期:2017-04-08
    • 文件大小:749815
    • 提供者:ll
  1. APcluter-introdution

    0下载:
  2. 详细介绍了AP聚类算法,包括原理,实现和数据测试等-AP clustering algorithm is described in detail, including the principles, implementation, and testing data
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:361896
    • 提供者:wang
  1. synthetic_control

    0下载:
  2. 这个一个关于“时间序列”的综合控制图的数据,可以用来编写关于分类、聚类的程序。-This on a time series comprehensive control chart data, can be used to write about the classification, clustering applications.
  3. 所属分类:Software Testing

    • 发布日期:2017-03-31
    • 文件大小:118902
    • 提供者:婉馨
  1. IBLEACH

    0下载:
  2. Energy efficient algorithm based on clustering in wireless sensor networks. Use of primary and secondary cluster heads for data gathering procedures.
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:808423
    • 提供者:bostoncrap
  1. leach-222

    0下载:
  2. Wireless Sensor Network is the network of power-limited sensing devices called sensors. Wireless sensor network is differ other networks in terms of optimization of amount of energy because when these sensors sense and transmit data to other sensors
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:11306
    • 提供者:SamSholi
  1. mining-p.zip

    0下载:
  2. Data mining is the process of extracting potentially useful information from a data set. Clustering is a popular data mining technique which is intended to help the user discover and understand the structure or grouping of the data in the set accord
  3. 所属分类:编程文档

    • 发布日期:2015-06-10
    • 文件大小:689120
    • 提供者:coolhandy
  1. hierarchical

    0下载:
  2. It is one the soft computing algorithm. It is a clustering algorithm named Hyrarchical Clustering algorithm. Source code is provided here, user has to change the data set.
  3. 所属分类:软件工程

    • 发布日期:2017-11-06
    • 文件大小:856
    • 提供者:Arpita
  1. 06341870

    0下载:
  2. Abstract—This paper proposes a new strategy to meet the controllable heating, ventilation, and air conditioning (HVAC) load with a hybrid-renewable generation and energy storage system. Historical hourly wind speed, solar irradiance, and load d
  3. 所属分类:Project Design

    • 发布日期:2017-05-07
    • 文件大小:1072847
    • 提供者:senthil
  1. MonTestRandom

    0下载:
  2. k-means is one of the simplest unsupervised learning algorithms that solve the well known clustering problem. The procedure follows a simple and easy way to classify a given data set through a certain number of clusters (assume k clusters) fixed apri
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1171
    • 提供者:ilhemboulaabi
  1. GAPSOFCM

    1下载:
  2. 遗传算法和粒子群算法,应用于优化据数据集的聚类中心,结合FCM算法应用聚类分析的几篇文献。-Genetic algorithm and particle swarm optimization (pso) algorithm, are applied to optimization the clustering center of the data set
  3. 所属分类:Development Research

    • 发布日期:2017-05-18
    • 文件大小:4845213
    • 提供者:jiejie
  1. k-junzhi

    0下载:
  2. 通过对K-均值算法的编程实现,加强对该算法的理解和认识。提高自身的知识水平和编程能力,认识模式识别在生活中的应用。 算法思想K-均值算法的主要思想是先在需要分类的数据中寻找K组数据作为初始聚类中心,然后计算其他数据距离这三个聚类中心的距离,将数据归入与其距离最近的聚类中心,之后再对这K个聚类的数据计算均值,作为新的聚类中心,继续以上步骤,直到新的聚类中心与上一次的聚类中心值相等时结束算法。-By programming K- means algorithm implementation, s
  3. 所属分类:Document

    • 发布日期:2017-05-04
    • 文件大小:12155
    • 提供者:gh
  1. Clustered-Synopsis-of--Video

    0下载:
  2. 基于类似活动的聚类,提出了一种用于生成简短而一致的视频摘要的新方法。 具有相似活动的物体可以同时观看,并可立即发现异常值。 群集概要也适用于有效创造地面真相数据。-A new methodology for the generation of short and coherent video summaries is presented, based on clustering of similar activities. Objects with similar activities are
  3. 所属分类:Project Design

    • 发布日期:2017-12-11
    • 文件大小:433031
    • 提供者:杨大个
  1. qmean

    0下载:
  2. 相参脉冲串复调制信号,用MATLAB实现动态聚类或迭代自组织数据分析,真的是一个好程序。- Complex modulation coherent pulse train signal, Using MATLAB dynamic clustering or iterative self-organizing data analysis, Really is a good program.
  3. 所属分类:software engineering

    • 发布日期:2017-12-19
    • 文件大小:7168
    • 提供者:韩晓
  1. 4345

    0下载:
  2. 用MATLAB实现动态聚类或迭代自组织数据分析,DSmT证据推理的组合公式计算函数,使用高阶累积量对MPSK信号进行调制识别。- Using MATLAB dynamic clustering or iterative self-organizing data analysis, Combination formula DSmT evidence reasoning calculation function, Using high-order cumulants of MPSK signal m
  3. 所属分类:Communication

    • 发布日期:2017-12-15
    • 文件大小:5120
    • 提供者:张文维
  1. hiu-V1.1

    0下载:
  2. 用MATLAB实现动态聚类或迭代自组织数据分析,详细画出了时域和频域的相关图,可直接计算得到多重分形谱。- Using MATLAB dynamic clustering or iterative self-organizing data analysis, Correlation diagram shown in detail the time domain and frequency domain, It can be directly calculated multi-fractal sp
  3. 所属分类:Communication

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:韩兰放
« 1 2 3 45 »
搜珍网 www.dssz.com