登录
首页 » Others » 数据挖掘中聚类算法研究进展_周涛

数据挖掘中聚类算法研究进展_周涛

于 2019-05-12 发布
0 179
下载积分: 1 下载次数: 2

代码说明:

说明:  聚类分析是数据挖掘中重要的研究内容之一,对聚类准则进行了总结,对五类传统的聚类算法的研究 现状和进展进行了较为全面的总结,就一些新的聚类算法进行了梳理,根据样本归属关系、样本数据预处理、 样本的相似性度量、样本的更新策略、样本的高维性和与其他学科的融合等六个方面对聚类中近 20多个新算 法,如粒度聚类、不确定聚类、量子聚类、核聚类、谱聚类、聚类集成、概念聚类、球壳聚类、仿射聚类、数据流聚 类等,分别进行了详细的概括。(Clustering analysis is one of the important research contents in data mining. The clustering criteria are summarized. The research status and progress of five traditional clustering algorithms are summarized comprehensively. Some new clustering algorithms are used. By combing, according to the sample attribution relationship, sample data preprocessing, sample similarity measure, sample update strategy, sample high-dimensionality and fusion with other disciplines, nearly 20 new algorithms in clustering, Such as granular clustering, uncertain clustering, quantum clustering, nuclear clustering, spectral clustering, clustering integration, concept clustering, spherical shell clustering, affine clustering, data stream clustering, etc., respectively Generalization.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • This is VC++ Some of the shortcut keys, in the hope that useful
    这是VC++中的一些快捷键,希望对大家有用-This is VC++ Some of the shortcut keys, in the hope that useful
    2022-04-01 06:48:00下载
    积分:1
  • 通过mapinfo的图层属性数据字段,用MapX生成专题图的VB源代码,密码为peng...
    通过mapinfo的图层属性数据字段,用MapX生成专题图的VB源代码,密码为peng-through MapInfo layer attribute data fields, using MapX generate thematic maps of the VB source code, passwords peng
    2022-04-01 00:35:06下载
    积分:1
  • Lua程序设计(第2版)中文
    Lua编程入门书籍,Lua程序设计第二版(中文版)(Lua Programming Introduction Book, Lua Programming (Chinese Edition))
    2020-06-25 04:00:02下载
    积分:1
  • particle kf)
    正则化粒子滤波器 可以参考看看,新手可能有些难度(Regularized particle filter)
    2018-09-22 17:36:39下载
    积分:1
  • Joint-eMBB-URLLC-master
    说明:  在Underlay Device-to-Device通讯环境下,考虑到基站对D2D接收团应如何分配资源 提高全体网络系统性能所必需的。 本文是在无线移动通信环境中均匀分布的蜂箱用户和D2D 针对有效的资源分配,运用了利用Gale-Shapley算法的配比理论。 …通过模拟实验获得的有限资源。 当Gale-Shapley运算法则对Gale-Shapley运算法则中的D2D页面进行测试时, 检验了整个系统性能的提高。(In the Underlay device-to-device communication environment, how should the base station allocate resources to the D2D receiving group Required to improve overall network system performance. In this paper, beehive users and D2D are uniformly distributed in wireless mobile communication environment Aiming at the effective resource allocation, the matching theory using Gale-Shapley algorithm is applied. ... Limited resources obtained through simulation experiments. When the GALe-Shapley algorithm tested the D2D page in gale-Shapley algorithm, The performance improvement of the whole system is examined.)
    2021-04-05 16:49:07下载
    积分:1
  • 偏微分方程的数值解法
    说明:  偏微分方程的数值解法汇总:peEllip5 用五点差分格式解拉普拉斯方程 peEllip5m 用工字型差分格式解拉普拉斯方程 peHypbYF 用迎风格式解对流方程 peHypbLax 用拉克斯-弗里德里希斯格式解对流方程 peHypbLaxW 用拉克斯-温德洛夫格式解对流方程 peHypbBW 用比姆-沃明格式解对流方程 peHypbRich 用Richtmyer多步格式解对流方程 peHypbMLW 用拉克斯-温德洛夫多步格式解对流方程 peHypbMC 用MacCormack多步格式解对流方程 peHypb2LF 用拉克斯-弗里德里希斯格式解二维对流方程的初值问题 peHypb2FL 用拉克斯-弗里德里希斯格式解二维对流方程的初值问题 peParabExp 用显式格式解扩散方程的初值问题 peParabTD 用跳点格式解扩散方程的初值问题 peParabImp 用隐式格式解扩散方程的初边值问题 peParabKN 用克拉克-尼科尔森格式解扩散方程的初边值问题 peParabWegImp 用加权隐式格式解扩散方程的初边值问题 peDKExp 用指数型格式解对流扩散方程的初值问题 peDKSam 用萨马尔斯基格式解对流扩散方程的初值问题(Summary of numerical solutions for partial differential equations)
    2021-02-27 17:29:36下载
    积分:1
  • 加减计算器
    说明:  (1) 加减数和被加减数的输入位数为1-4位; (2) 相加结果显示要考虑进位的输出显示(即5位输出); (3) 注意对“0”—“9”、“+”、“=”以外按键输入的处理; (4) 注意对相加结果进行十进制处理; (5) 输入加数和被加数时,显示器上显示的数字要像平时用的计算器输入一样,即:每输入一个数字,原来显示的数字要往左移; (6) 可以完成累加功能。((1) The input digits of the additions and subtractions and the additions and subtractions are 1-4 digits; (2) The additive result shows that the carry output display (i.e. 5-bit output) should be considered. (3) Attention should be paid to the processing of keyboard input other than "0"-"9", "+" and "="; (4) Attention should be paid to decimal processing of the additive results. (5) When the additive and the additive are input, the number displayed on the display should be the same as that input by the usual calculator, that is, every number input, the original number displayed should move to the left; (6) Accumulative function can be completed.)
    2020-12-26 15:09:03下载
    积分:1
  • smarttool
    非常实用的国密SM2、SM3、SM4算法工具(National Secret SM2, SM3, SM4 Algorithmic Tools)
    2020-06-26 17:20:02下载
    积分:1
  • gsi_plasticlug_caemodel
    abaqus中生成连接环的python程序(Python program for connecting rings in ABAQUS)
    2018-09-28 21:08:22下载
    积分:1
  • chuankou
    说明:  c#作为上位机与下位机通信,实现控制电机的各种动作,(C#, as the communication between the upper computer and the lower computer, realizes various actions of controlling the motor.)
    2019-03-06 15:57:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载