登录
首页 » matlab » FPDC toolbox

FPDC toolbox

于 2020-11-30 发布
0 181
下载积分: 1 下载次数: 1

代码说明:

说明:  聚类分析是数据挖掘的主流技术之一,它在人工智能领域有着广泛应用。簇的定义和聚类方法的双重多样性致使数据科学发展过程中聚类算法拥有“数量庞大”“类型多样”等特点。一般而言,能将无标签的样本点聚为若干个簇的算法都可以称为聚类算法,人们常根据这些算法的基本思想或基本假设将其分为几个常见的类型:分割聚类法、层次聚类法、密度聚类法、网格聚类法、模型聚类法等。(Cluster analysis is one of the major techniques in data mining, and it has been widely applied in the field of artificial intelligence. With the diversity in both the definition of cluster and the strategy of clustering, lots of clustering algorithms appeared in the literature. In general, an algorithm which can group unlabeled data into several clusters can be called as clustering algorithm. Based on the difference in basic clustering ideas or basic clustering assumptions, the clustering algorithms can be divided into several branches: partitioning methods, hierarchical methods, density-based methods, grid-based methods, model-based methods, etc.)

文件列表:

FPDC toolbox copy\.DS_Store, 6148 , 2014-03-06
__MACOSX\FPDC toolbox copy\._.DS_Store, 82 , 2014-03-06
FPDC toolbox copy\Example_FPDC.m, 5264 , 2014-02-28
__MACOSX\FPDC toolbox copy\._Example_FPDC.m, 171 , 2014-02-28
FPDC toolbox copy\FPDC.m, 2723 , 2013-09-26
__MACOSX\FPDC toolbox copy\._FPDC.m, 171 , 2013-09-26
FPDC toolbox copy\PDclust.m, 1352 , 2013-09-26
__MACOSX\FPDC toolbox copy\._PDclust.m, 171 , 2013-09-26
FPDC toolbox copy\Silh.m, 553 , 2014-02-14
__MACOSX\FPDC toolbox copy\._Silh.m, 82 , 2014-02-14
FPDC toolbox copy\splomcluster.m, 1165 , 2013-05-08
__MACOSX\FPDC toolbox copy\._splomcluster.m, 82 , 2013-05-08
FPDC toolbox copy\table.png, 26436 , 2013-09-26
__MACOSX\FPDC toolbox copy\._table.png, 325 , 2013-09-26
FPDC toolbox copy\TuckerFactors.m, 2788 , 2013-10-04
__MACOSX\FPDC toolbox copy\._TuckerFactors.m, 171 , 2013-10-04
FPDC toolbox copy\used functions\.DS_Store, 6148 , 2014-03-06
__MACOSX\FPDC toolbox copy\used functions\._.DS_Store, 82 , 2014-03-06
FPDC toolbox copy\used functions\dis.m, 753 , 2013-09-25
__MACOSX\FPDC toolbox copy\used functions\._dis.m, 171 , 2013-09-25
FPDC toolbox copy\used functions\disS.m, 419 , 2011-06-17
FPDC toolbox copy\used functions\graficobn2d.m, 943 , 2013-10-03
__MACOSX\FPDC toolbox copy\used functions\._graficobn2d.m, 381 , 2013-10-03
FPDC toolbox copy\used functions\isin.m, 242 , 2008-10-13
license.txt, 1316 , 2014-03-05

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

发表评论

0 个回复

  • 配电系统可靠性计算
    10负荷点配电网蒙特卡洛法可靠性计算程序,用于计算简单的给定的配电网,内容包含matlab与vs2010程序,以及配电网参数的说明。(10 load point distribution network Monte Carlo reliability calculation program is used to calculate a simple distribution network. The contents include MATLAB and VS2010 program, and the description of distribution network parameters.)
    2021-03-10 21:39:26下载
    积分:1
  • 新建 快压 ZIP 压缩文件
    说明:  英雄联盟LOL走位躲避代码LUA走位走位自动走位(The hero League LOL position avoidance code LUA position automatic position)
    2020-06-19 16:40:01下载
    积分:1
  • dsi_controller-master
    dsi controller for mipi oonlinux platform
    2019-03-02 00:48:06下载
    积分:1
  • 廖雪峰python3教程
    如果你满足以下条件: ? 会使用电脑,但从来没写过程序; ? 还记得初中数学学的方程式和一点点代数知识; ? 想从编程小白变成专业的软件架构师; ? 每天能抽出半个小时学习。 那么你就能学会python(If you meet the following criteria: Can use a computer, but never write a program; Remember junior high school math equations and a little algebra; Want to go from programming whiz to professional software architect; I can spare half an hour to study every day. Then you can learn python)
    2020-06-25 16:20:01下载
    积分:1
  • DSP开发工具Code Compile Studio(CCS)开发数字信号处理程序DSP――实现IIR滤波器,IIR高通、低通、带通。...
    DSP开发工具Code Compile Studio(CCS)开发数字信号处理程序DSP――实现IIR滤波器,IIR高通、低通、带通。-With DSP tool Code Compile Studio(CCS),develop a program for DSP,which it can be a highpass,lowpass,bandpass.
    2022-03-10 09:57:18下载
    积分:1
  • VC读取出当前程序进程的例子
    VC读取出当前程序进程的例子代码,也就是枚举出当前的进程,只显示出进程的IE和可执行文件名称,显示的信息不多,代码相对简单,仅面向VC++初学者,可学习一下VC++如何枚举进程,以及一些简单的枚举方法。
    2023-01-06 10:15:03下载
    积分:1
  • TestDlg
    对话框用户界面程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。(How to write dialog box user interface program, how to associate data members with dialog box control and its implementation mechanism, how to use dialog box class member function to send messages to control and get class pointer of dialog box control, how to directly use dialog box control class to manipulate dialog box control (sending messages and calling member functions directly) Number).)
    2020-06-16 00:20:02下载
    积分:1
  • ABC_MATLAB_web
    it was fine for man that work on optimization. and
    2017-08-05 10:54:58下载
    积分:1
  • 经过图片高亮手风琴代码
    说明:  jQuery经过图片高亮手风琴代码是一款鼠标悬停图片高亮显示,滑动展开手风琴效果代码。(JQuery through the picture highlighted accordion code is a mouse hover picture highlighted display, sliding to expand the accordion effect code.)
    2019-04-08 14:32:18下载
    积分:1
  • 数据结构中的二叉树,二叉排序树,遍历左右孩子,输入数值划出圆...
    数据结构中的二叉树,二叉排序树,遍历左右孩子,输入数值划出圆-data structure, the binary, binary sort tree traversal around children, the importation of numerical round draw
    2022-03-20 08:30:44下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载