登录
首页 » Python » Cluster-master

Cluster-master

于 2020-12-18 发布
0 263
下载积分: 1 下载次数: 1

代码说明:

说明:  用kmeans算法对输入点云进行聚类分割(Clustering segmentation of input point cloud using kmeans algorithm)

文件列表:

Cluster-master\.idea\classify.iml, 431 , 2020-12-13
Cluster-master\.idea\misc.xml, 185 , 2020-12-13
Cluster-master\.idea\modules.xml, 268 , 2018-04-23
Cluster-master\.idea\workspace.xml, 23430 , 2020-12-18
Cluster-master\cout.py, 536 , 2020-09-29
Cluster-master\data\Aggregation_cluster=7.txt, 9639 , 2018-04-23
Cluster-master\data\cloud93.txt, 1726261 , 2020-12-17
Cluster-master\data\flame.txt, 2887 , 2018-04-23
Cluster-master\data\flame_cluster=2.txt, 2887 , 2018-04-23
Cluster-master\data\Jain_cluster=2.txt, 4560 , 2018-04-23
Cluster-master\data\Pathbased_cluster=3.txt, 3785 , 2018-04-23
Cluster-master\data\Spiral_cluster=3.txt, 3888 , 2018-04-23
Cluster-master\data\trees.txt, 118889 , 2020-09-28
Cluster-master\data\vertices.txt, 422539 , 2020-10-10
Cluster-master\evaluate.py, 1338 , 2018-04-23
Cluster-master\Kmeans.py, 3185 , 2020-12-15
Cluster-master\Kmeans算法 .pdf, 505545 , 2018-04-23
Cluster-master\nmi.py, 1290 , 2018-04-23
Cluster-master\__pycache__\evaluate.cpython-36.pyc, 997 , 2020-09-28
Cluster-master\ͼƬ\21.png, 132158 , 2018-04-23
Cluster-master\ͼƬ\22.png, 56363 , 2018-04-23
Cluster-master\ͼƬ\23.png, 61689 , 2018-04-23
Cluster-master\ͼƬ\24.png, 63720 , 2018-04-23
Cluster-master\ͼƬ\25.png, 87925 , 2018-04-23
Cluster-master\ͼƬ\26.png, 97296 , 2018-04-23
Cluster-master\ͼƬ\31.png, 67782 , 2018-04-23
Cluster-master\ͼƬ\32.png, 124986 , 2018-04-23
Cluster-master\ͼƬ\33.png, 64154 , 2018-04-23
Cluster-master\ͼƬ\34.png, 65957 , 2018-04-23
Cluster-master\ͼƬ\35.png, 60311 , 2018-04-23
Cluster-master\ͼƬ\41.png, 119429 , 2018-04-23
Cluster-master\ͼƬ\42.png, 60363 , 2018-04-23
Cluster-master\ͼƬ\43.png, 64894 , 2018-04-23
Cluster-master\ͼƬ\44.png, 62362 , 2018-04-23
Cluster-master\ͼƬ\45.png, 55693 , 2018-04-23
Cluster-master\ͼƬ\51.png, 14294 , 2018-04-23
Cluster-master\ͼƬ\52.png, 5032 , 2018-04-23
Cluster-master\ͼƬ\53.png, 5486 , 2018-04-23
Cluster-master\.idea, 0 , 2020-12-18
Cluster-master\data, 0 , 2020-12-18
Cluster-master\__pycache__, 0 , 2020-12-18
Cluster-master\ͼƬ, 0 , 2020-12-18
Cluster-master, 0 , 2020-12-18

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

发表评论

0 个回复

  • 用VB6创建的家庭地址簿程序。制作该程序的主要目的是用来为家庭中的每个成员存储个人地址信息。而且该程序的用户设定为两个类型级别:即1管理型、2用户型...
    用VB6创建的家庭地址簿程序。制作该程序的主要目的是用来为家庭中的每个成员存储个人地址信息。而且该程序的用户设定为两个类型级别:即1管理型、2用户型-built with VB6 family address book procedures. The production process is the main purpose for the family members of each of the addresses stored personal information. And the procedures set of users for the two types of levels : that is a management-type, two-users
    2022-03-15 13:23:06下载
    积分:1
  • 健身俱乐部管理系统,包括会员图片的保存和显示,读卡机的使用...
    健身俱乐部管理系统,包括会员图片的保存和显示,读卡机的使用-fitness club management system, including members of the preservation and photographs showed that the use of Reader
    2022-03-17 19:37:41下载
    积分:1
  • 2 ADT3 a. b. c. d. e. f. g. Gvwh. Gvi. Gvj. Gk. Gl. m.
    ―图数据类型的实现――问题描述:图是一种较线性表和树更为复杂的数据结构。在图形结构中,结点之间的关系是任意的,任意两个数据元素之间都可能相关,因此,图的应用非常广泛,已渗入到诸如语言学‘逻辑学、物理、化学、电讯工程、计算机科学及数学的其它分支中。因此,实现图这种数据类型也尤为重要,在该练习中即要实现图的抽象数据类型。基本要求:2、 定义出图的ADT;3、 采用邻接矩阵及邻接表的存储结构(有向图也可使用十字链表)实现以下操作:a. 构造图 b. 销毁图 c. 定位操作d. 访问图中某个顶点的操作e. 给图中某个顶点赋值的操作f. 找图中某个顶点的第一个邻接点g. 找出图G中顶点v相对于w的下一个邻接点h. 在图G中添加新顶点vi. 删除图G中顶点vj. 在图G中插入一条边k. 在图G中删除一条边l. 实现图的深度遍历操作m. 实现图的广度遍历操作参考提示:具体内容参看教科书本156页实验要求:对于以上具体操作要求实现时有良好的用户交互界面。详细设计、编码、测试。-2 ADT3 a. b. c. d. e. f. g. Gvwh. Gvi. Gvj. Gk. Gl. m.
    2023-04-28 01:35:04下载
    积分:1
  • 栈和队列相关练习,让你熟练掌握掌握它们的用法,迅速编程...
    数据结构栈和队列相关练习,让你熟练掌握掌握它们的用法,迅速编程-Stack and queue data structure practice, so that you master
    2022-08-21 14:09:06下载
    积分:1
  • EX1的实践
    应用背景关系数据库设计以下两个表格,把你的意见在一个名为HTML文件bookpublisher.html  。书:原作者标题国际标准书号publisherid版出版日期价格书描述发行商:publisherid名称地址关键技术关系数据库设计以下两个表格,把你的意见在一个名叫bookpublisher.html HTML文件。书:原作者标题国际标准书号publisherid版出版日期价格书描述发行商:publisherid名称地址第一部分确定你的表中的键如下。对于这项练习,忽略性能的考虑,同时选择您的密钥。每个表的主键,表明(S)(PKS)。如果没有PK,状态。充分证明你的答案。对于每个表,注明备用键(S)(AKS)。如果没有AK,状态。充分证明你的答案。对于每个表,确定外键(S)(FKS)和完整性约束。充分证明你的答案。列的所有列,以及这些列的域(数据类型和格式)。充分证明你的答案。在一个HTML表格,列出至少四行,在每个表的有效值。在你提交的文件命名bookpublisher.html。第二部分写SQL语句如下。您可能会发现这有助于建立您的数据库管理系统有用的。在一个名为createdb.sql提交您的SQL语句。写的DDL语句使用CREATE TABLE语句创建表。确保在语句中识别您的主键和替换键。写插入语句将四行插入到每个表中。写SQL语句来检索由两家出版社的所有书的书名和出版价格(说“艾迪生卫斯理”和“麦格劳山”)。在文件列表,你rel-ops.txt,关系运算,从中选择/项目/加入行动,以执行该查询。解释每个操作在查询中的作用。写SQL语句来检索一个特定的书名出版社名称(说“基础数据库系统”)。第三部分在文件命名part3.txt,提供以下问题的答案。在1.2.2关系操作,有的差集操作的一个例子:R的结果提供给你。提供设置差分运算的结果。在课堂笔记中,下面的例子是讨论。给平淡的描述结果,将取代工会除了下面的查询检索:
    2022-07-13 10:01:15下载
    积分:1
  • 本文是介绍中的二分查找,比较等思想及算法的
    本文是介绍数据结构中的二分查找,比较数等思想及算法的-this paper is to introduce the data structure to search two hours, a few more ideas and algorithms
    2022-01-25 20:25:17下载
    积分:1
  • quick_sort
    说明:  快速排序,实现排序的时间再一般情况下的时间复杂性为nlogn算法实现(Quick Sort and achieve ranking period of time under normal circumstances the complexity of finite algorithm)
    2005-09-14 12:52:04下载
    积分:1
  • chazhao
    数据结构课程作业,查找算法。用哈希算法下实行查找(Data structure course work, search algorithm. Under the hash algorithm used to find)
    2009-07-08 02:41:51下载
    积分:1
  • 学校景点分布图最佳路径选择,通过最短路径选择让游者能够自由选择最佳观赏路径...
    学校景点分布图最佳路径选择,通过最短路径选择让游者能够自由选择最佳观赏路径-schools attractions distribution choose the best path through the shortest path chosen You can watch free to choose the best path
    2022-04-30 12:04:29下载
    积分:1
  • A detailed book information management system, including storage, a library, que...
    一个详实的图书信息管理系统,包括入库、出库,查询等功能模块,和一个简单的系统帮助文件。-A detailed book information management system, including storage, a library, query, such as function modules, and a simple system to help document.
    2023-04-24 02:05:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载