登录
首页 » Windows开发 » FCM algorithm is a clustering algorithm based on the division of its thinking is...

FCM algorithm is a clustering algorithm based on the division of its thinking is...

于 2022-08-19 发布 文件大小:348.25 kB
0 205
下载积分: 2 下载次数: 1

代码说明:

FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition. FCM in the introduction prior to the specific algorithm we first introduce some basic knowledge of fuzzy sets.

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

发表评论

0 个回复

  • 运动检测
    运动检测
    2022-08-07 15:01:51下载
    积分:1
  • Freescale iMX25 WinCE 6.0 BSP (2009
    Freescale iMX25 WinCE 6.0 BSP (2009-11) version
    2022-04-12 17:09:26下载
    积分:1
  • 控制面板示例 VB实现 控制面板的相似功能
    控制面板示例 VB实现 控制面板的相似功能-control panel sample VB control panel similar to the function
    2023-05-09 11:30:03下载
    积分:1
  • 98下的按键拦截驱动,VC++6和Vtools编译
    98下的按键拦截驱动,VC++6和Vtools编译-98 keys under the driver interception, VC 6 and Vtools compiler
    2023-03-22 09:00:03下载
    积分:1
  • 路由器DV算法的模拟,功能齐全,可选择trace深度,VS9
    路由器DV算法的模拟,功能齐全,可选择trace深度,VS9开发-Router DV algorithm simulation, functional and choose trace depth, VS9 Development
    2023-07-04 20:00:04下载
    积分:1
  • kakabossskdr
    /* base64.cpp 和 base64.h 版权所有 (C) 2004年-2008 René Nyffenegger 提供此源代码 " 作为-是 ",没有任何明示或暗示 保修。在没有事件将作者举行任何损害承担责任 因使用本软件。 授予任何人出于任何目的,使用此软件的权限 包括商业应用程序进行修改和重新发布它 自由,受到以下限制: 1.此源代码的起源必须不得歪曲 ;你必须不 声称是你写的原始源代码。如果您使用此源代码 在一种产品,确认产品文档中将 表示赞赏,但不是必需的。 2.改变源版本为此,必须有明确标记和一定不能 谎称为原始的源代码。 3.本公告不可能会被删除,或从任何源分布改动。 勒内 · Nyffenegger rene.nyffenegger@adp-gmbh.ch */ #include"stdafx.h" //#include"base64.h" #include"msvc_common.h" #include < iostream > 静态 const std::string base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ""abcdefghijklmnopqrstuvwxyz "0123456789 +"; 静态内联 bool is_base64 (无符号的 char c) { 返回 (isalnum(c) | |(c == "+") ||(c == "/")); } std::string base64_encode (无符号的 char const * bytes_to_encode、 无符号的 in
    2022-12-20 14:15:03下载
    积分:1
  • 本程序用C++语言实现了HTTP协议的请求消息,包括GET,POST方法,在windows下编译通过,可以运行。...
    本程序用C++语言实现了HTTP协议的请求消息,包括GET,POST方法,在windows下编译通过,可以运行。-This procedure using C++ language implementation of the HTTP protocol" s request message, including GET, POST method, compiled through the windows, you can run.
    2023-04-27 23:10:03下载
    积分:1
  • 模拟银行,一道数据结构经典的上机题,队列
    模拟银行,一道数据结构经典的上机题,队列-bank simulation
    2022-05-29 20:26:06下载
    积分:1
  • LINUX MOXA in the drive and model procedures
    MOXA在LINUX下的驱动以及示范程序-LINUX MOXA in the drive and model procedures
    2022-09-05 17:25:03下载
    积分:1
  • c++调用WPRD
    调用word和进行word表格的填写  一个类型库是一个提供COM对象功能信息的文件或文件的一部分,而且类型库包含了有关类的信息。注意,类型库并不存储实际的对象,而只是存储有关这些对象的信息。类型库详细说明了一个自动化客户机为对象需要调用的方法和属性的信息,比如说它详细的描述了接受或返回的值。每一个Microsoft Office应用程序都在一个dll文件中提供了多种类型库资源,这种dll文件叫做目标库(*.olb)。下面的表列出了Microsoft Office 97 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-12-09 03:20:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载