登录
首页 » 算法 »

于 2022-02-01 发布 文件大小:3.18 kB
0 229
下载积分: 2 下载次数: 1

代码说明:

k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 Matlab 源代码,以兰花数据集作为测试对象。-k-means algorithm to accept input k then n data object is divided into k-clustering in order to make available to the cluster to meet: the same objects in clustering high similarity and objects in different clustering the similarity smaller. Cluster similarity is the use of the clustering of objects by means of a

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

发表评论

0 个回复

  • 本程序用FORTRAN求解gauss_seidel写。这是字文件。
    this a program written by fortran for solving Gauss_Seidel. it s in word file.-this is a program written by fortran for solving Gauss_Seidel. it s in word file.
    2022-04-17 08:18:38下载
    积分:1
  • 用bresenham及中点画线
    通过程序来表明bresenham算法画直线及中点画线法的原理。绘制网格,网格的交点为一个像素点,绘制bresenham算法画直线及中点画线法的像素点位置,在对应的像素点出打点。并且对对话框中输入的起点终点坐标判断是否在给定的范围内。
    2023-03-19 03:05:04下载
    积分:1
  • Moving average moving average prediction ModifyShiftAverageRegress.cs trends can...
    移动平均预测 ModifyShiftAverageRegress.cs 移动平均也可画趋势图,如下: public double forecast(int interval) 移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值 public override double[] getTrendArray() 得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。 -Moving average moving average prediction ModifyShiftAverageRegress.cs trends can also be painted as follows: public double forecast (int interval) consider moving average data are time-series data, the method of prediction interval of time after the interval the value of public override double [] getTrendArray () be the trend of the array, the array of data directly in the graphical display can be generated by the trend line.
    2022-06-06 15:01:20下载
    积分:1
  • 徐士良 Fortran常用程序集 (第二版) 线性方程组求解
    程序包括常用线性方程组数值求解算法程序,对于做数值计算领域的朋友非常有用!!
    2023-02-01 13:40:03下载
    积分:1
  • 对选择的图片进行傅立叶变换,并且显示出处理后的图片。
    对选择的图片进行傅立叶变换,并且显示出处理后的图片。-Select the picture on the Fourier transform.
    2022-09-30 23:00:04下载
    积分:1
  • Fourier changes demo source can be quickly entry, the small things well
    傅立叶变化,演示源码,可以很快入门,很好的小东西-Fourier changes demo source can be quickly entry, the small things well
    2022-09-22 14:10:03下载
    积分:1
  • c编写的蒙特卡罗,载的一个师兄的,验证过,可用
    c编写的蒙特卡罗算法,载的一个师兄的,验证过,可用-c prepared by the Monte Carlo algorithm, a senior set, and verified, can be used
    2022-06-14 19:08:47下载
    积分:1
  • 单链表操作
    资源描述#include #define maxsize 100 using namespace std; /*class base {     int length; };*/ class Seqlist                //实现顺序表类 {     private:         int size;        //当前元素个数         int length;            //当前表的总长度              public:         int *elem;            //动态存放数据         Seqlist();        //构造函数的声明         int listset();    //顺序表的创建    &nbs
    2022-06-03 18:29:34下载
    积分:1
  • 排班简单遗传
              一个简单的排班算法,遗传算法GA,供大家参考。。。           里面含有详细的注解,一目了然。。。
    2022-08-08 05:08:41下载
    积分:1
  • 用c语言实现的龙格库塔和阿当姆斯。是学习计的入门级程序实例。...
    用c语言实现的龙格库塔算法和阿当姆斯算法。是学习计算方法的入门级程序实例。-Using c language realize the Runge-Kutta algorithm and the Arab-Israeli Adams algorithm. Calculation method is to study the entry-level procedures.
    2022-11-30 00:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载