登录
首页 » c » k-means算法

k-means算法

于 2022-01-26 发布 文件大小:64.35 kB
0 122
下载积分: 2 下载次数: 1

代码说明:

#include #include #define N 11 //代表数据点的个数 #define K 3 //代表簇的个数 typedef struct { float x; float y; }Point; //代表数据点的数据结构 int center[N];  //判断每个点属于哪个簇 Point point[N] = { {2.0, 10.0},{2.0, 5.0},{8.0, 4.0},{5.0, 8.0},{7.0, 5.0}, {6.0, 4.0},{1.0, 2.0},{4.0, 9.0},{7.0, 3.0},{1.0, 3.0}, {3.0, 9.0}}; Point mean[K];  //保存每个簇的中心点 float getDistance(Point point1, Point point2); void getMean(int center[N]); float getE(); void cluster(); int main() {     int i, j; int n = 0; //统计进行了多少次聚类     float temp1; //用于存平方误差     float temp2;     printf(" 处理的数据点集合为: ");     for(i = 0; i < N; ++i)     {  

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

发表评论

0 个回复

  • 编译原理 第十二章
    学习编译原理第十二章(learning Compiler Principle Chapter 12)
    2004-10-18 20:56:01下载
    积分:1
  • An_ATL_Toolbox_control_src
    类似于VS中控件工具箱的栅栏式切换的一个ActiveX源码,还不懂是什么?想想QQ的分组栏(Similar to the controls in the toolbox VS fence switching an ActiveX source, still do not know what is? Think of the QQ group column)
    2013-11-02 17:19:14下载
    积分:1
  • Pendulum
    这个程序是基于固高公司运动控制卡的倒立摆完整控制程序,包括了界面、实时曲线显示、算法等部分。(This procedure is based on the solid high-motion control card company of the inverted pendulum control program integrity, including the interface, real-time curves showed that part of algorithm.)
    2020-11-25 12:49:32下载
    积分:1
  • GD32F10x_Firmware_Library_V2.0.0
    GD32F库函数,各种外设,gpio等等(gd32 library v2.0.0 gpio ..)
    2021-04-29 09:48:43下载
    积分:1
  • IEC8705报文解析
    说明:  IEC 101、IEC 103、IEC 104协议报文解析工具(iec series message analysis)
    2021-02-16 16:49:47下载
    积分:1
  • MOTOCOM32实用封装
    MOTOCOM32实用封装,可调用DILL里的函数使用功能
    2022-01-24 09:46:04下载
    积分:1
  • ffmpeg-r14706-s60-src
    FFMPEG的Symbian版本,著名的开源类库。(FFMPEG The Symbian version of the famous open-source library.)
    2010-02-05 18:55:40下载
    积分:1
  • codeMPI
    MPI编程的典型案例,适合初学者学习使用,有很大的帮助作用(MPI programming typical case, suitable for beginners to learn to use, there are very helpful)
    2013-11-14 15:52:38下载
    积分:1
  • irtest
    pic16f616红外遥控调节PWM占空比(the pic16f616 infrared remote control to adjust the PWM duty cycle)
    2013-04-07 12:54:21下载
    积分:1
  • 在SAMP游戏中实现创建地盘
    说明:  它可以在SAMP游戏中实现创建地盘。它需要自己运行,实现不同的颜色。(It can create sites in SAMP games. It needs to run on its own to achieve different colors.)
    2020-06-25 00:00:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载