登录
首页 » 算法 » Clustering objects on subsets of attributes

Clustering objects on subsets of attributes

于 2022-02-14 发布 文件大小:400.95 kB
0 50
下载积分: 2 下载次数: 1

代码说明:

Clustering objects on subsets of attributes - COSA - a subspace clustering algorithm.-Clustering objects on subsets of attributes- COSA- a subspace clustering algorithm.

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

发表评论

0 个回复

  • 一个求解Josephus问题的函数
      #include #include #define NULL 0 #include typedef struct Lnode {  int data;  struct Lnode *next; }Josephus; void CreateList(Josephus*&L,int n)//建立循环链表 {  int i;  Josephus *p,*s;  s=(Josephus*)malloc(sizeof(Josephus));  s->data=1;  L=p=s;  for(i=2;idata=i;  p->next=s;  p=s;  }  p->next=L; } void DeleteList(Josephus*&L,Josephus*p,Josephus*q) {  q->next=p->next;  free(p); } void Josephus1(Josephus*&L,int s,int m)
    2022-01-27 23:12:59下载
    积分:1
  • 矩阵运的程序,很全,也可以自己在上面重新增加功能哦
    矩阵运算的程序,很全,也可以自己在上面重新增加功能哦 -matrix calculation procedures, very full, or in the above functional re-oh
    2022-04-30 11:59:22下载
    积分:1
  • 把秒生成时间格式
    把秒生成时间格式-put seconds generation time format
    2022-02-02 16:46:25下载
    积分:1
  • 扫雷
    扫雷是在上世纪 80 年代,流行,仍包括在某些版本的微软视窗操作系统的电脑游戏。这个问题有一个类似的想法。
    2022-02-02 03:52:54下载
    积分:1
  • Displays a rotatable and scaleable wire frame of any 3D mathematical function....
    Displays a rotatable and scaleable wire frame of any 3D mathematical function. This can be made up from the normal VB maths plus inverse and hyperbolic functions. Functions can be created and saved as wanted. Image vertices can also be saved for use elsewhere. The MS ScriptControl Eval function simplifies calculations enormously and its use is demonstrated. Also shown are MoveToEx, LineTo which are much faster than the VB equivalents and very easy to use. Included are a set of string handling subroutines such as count characters, squeeze out spaces, replace sub-strings etc. Commented throughout including the 3D maths and perspective methods. All the files are visible and the program is written for an 800x600 screen.
    2022-02-02 12:09:47下载
    积分:1
  • c语言经典400题
    给出了c语言面试、等级考试、上级考试等各类编程算法题,包括常用语法及算法。适合初学者应对考试时题海复习。掌握全面的c语言编程知识锻炼能力。
    2022-03-13 21:34:05下载
    积分:1
  • 基于LABVIEW的心电数据
    资源描述本系统基于labview的心电信号处理,主要内容是用labview2014读取麻省理工心电数据库,对读取的数据进行滤波,通过前面板的界面对处理后的数据进行显示!
    2022-04-17 20:38:39下载
    积分:1
  • c语言实现的离散傅立叶(DFT)变换。非快速傅里叶变换,基本的傅里叶变换。...
    c语言实现的离散傅立叶(DFT)变换。非快速傅里叶变换,基本的傅里叶变换。-A basic Discrete Fourie Transform program, not Fast Discrete Fourie Transform
    2022-06-18 02:58:18下载
    积分:1
  • 纳粹德国二战发明密码机engma“FA在…
    德国纳粹二战时发明的密码机engma“迷”的复原模拟程序的源码-Nazi Germany during World War II invention of the cipher machines engma "fans" of the recovery process simulation FOSS
    2022-08-21 07:39:18下载
    积分:1
  • 蚁群聚类
    蚁群聚类算法是人们对蚂蚁堆形成原理进行研究而产生的一种群体智能算法。LF蚁群聚类算法的主要思想是:将待聚类的数据对象随机放置在一个二维区域中,人工蚂蚁在二维区域内随机移动,每只蚂蚁根据数据对象与局部环境的相似程度,决定捡起或放下该数据对象的概率,相似程度越高捡起的概率越小,放下的概率越小,蚂蚁的移动使得它与其邻域内的邻居相互影响、相互作用,经过一定代数的迭代后,蚁群联合行动导致属于同一类别的对象在同一个空间区域聚集在一起,实现自组织的聚类过程。
    2022-01-26 07:50:30下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载