登录
首页 » Others » 聚类有效性指标(4内4外)

聚类有效性指标(4内4外)

于 2020-04-21 发布
0 224
下载积分: 1 下载次数: 14

代码说明:

说明:  聚类有效性评价指标,常用内部(Sil,CH,DBI,KL)、外部评价指标(Rand等4个),用自带样本集“leuk72_3k.txt”测试可用!(Cluster validity evaluation indicators, commonly used internal (Sil, CH, DBI, KL), external evaluation indicators (4 Rand, etc.), available with the sample set "leuk72_3k.txt" test!)

文件列表:

聚类有效性指标(4内4外)\11.txt, 20688 , 2018-10-28
聚类有效性指标(4内4外)\2016grade_z.txt, 5106 , 2018-10-28
聚类有效性指标(4内4外)\daisy.m, 2831 , 2006-09-19
聚类有效性指标(4内4外)\daisyc.dll, 8704 , 2006-05-09
聚类有效性指标(4内4外)\ind2cluster.m, 227 , 2007-04-05
聚类有效性指标(4内4外)\leuk72_3k.txt, 20832 , 2006-12-11
聚类有效性指标(4内4外)\license.txt, 1337 , 2009-07-08
聚类有效性指标(4内4外)\mainClusterValidationNC.m, 3883 , 2018-10-28
聚类有效性指标(4内4外)\Notice_contributedFiles.txt, 723 , 2009-07-07
聚类有效性指标(4内4外)\pam.m, 8288 , 2006-10-24
聚类有效性指标(4内4外)\pamc.dll, 12800 , 2006-05-09
聚类有效性指标(4内4外)\ReadmeChinese.txt, 3863 , 2009-07-01
聚类有效性指标(4内4外)\ReadmeEnglish.txt, 5259 , 2009-07-01
聚类有效性指标(4内4外)\similarity_euclid.m, 514 , 2006-12-18
聚类有效性指标(4内4外)\similarity_pearson.m, 479 , 2007-03-11
聚类有效性指标(4内4外)\similarity_pearsonC.m, 556 , 2007-03-10
聚类有效性指标(4内4外)\standarz.m, 304 , 2006-12-18
聚类有效性指标(4内4外)\validity_Index.m, 1936 , 2007-06-14
聚类有效性指标(4内4外)\valid_clusterIndex.m, 961 , 2007-02-10
聚类有效性指标(4内4外)\valid_errorate.m, 780 , 2007-04-05
聚类有效性指标(4内4外)\valid_findk.m, 621 , 2007-03-10
聚类有效性指标(4内4外)\valid_index_plot.m, 823 , 2007-03-15
聚类有效性指标(4内4外)\valid_internal_deviation.m, 881 , 2007-03-15
聚类有效性指标(4内4外)\valid_internal_intra.m, 1201 , 2007-03-15
聚类有效性指标(4内4外)\valid_intrainter.m, 1258 , 2007-03-10
聚类有效性指标(4内4外)\valid_RandIndex.m, 1718 , 2006-10-24
聚类有效性指标(4内4外)\valid_sumpearson.m, 889 , 2007-03-10
聚类有效性指标(4内4外)\valid_sumsqures.m, 1375 , 2007-03-10
聚类有效性指标(4内4外)\xlim2.m, 1429 , 2004-07-31
聚类有效性指标(4内4外)\yourdata.txt, 1405 , 2018-10-28
聚类有效性指标(4内4外), 0 , 2018-10-28

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

发表评论

0 个回复

  • 索爱手机维修工具
    索爱手机维修工具-SPM phone maintenance tools
    2023-02-19 03:15:03下载
    积分:1
  • 两个矩阵相加ndfhja
    两个矩阵相加ndfhja-two matrices together ndfhja
    2023-06-17 22:45:03下载
    积分:1
  • 百度指数分析工具,能分析关键字的使用冷热度
    百度指数分析工具,能分析关键字的使用冷热度-Baidu index analysis tool to analyze the use of hot and cold degree of keyword
    2023-04-01 21:15:04下载
    积分:1
  • 火车订票系统
    应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/ struct train { char num[10];/*列车号*/ char city[10];/*目的城市*/ char takeoffTime[10];/*发车时间*/ char receiveTime[10];/*到达时间*/ int price;/*票价*/ int bookNum ;/*票数*/ }; /*订票人的信息*/ struct man { char num[10];/*ID*/ char name[10];/*姓名*/ int bookNum ;/*需求的票数*/ }; /*定义火车信息链表的结点结构*/ typedef struct node { struct train data ; struct node * next ; }Node,*Link ; /*定义订票人链表的结点结构*/ typedef struct people { struct man data ; struct people*next ; }bookMan,*bookManLink ;
    2022-02-01 04:42:30下载
    积分:1
  • M8制作的ISP下载线
    M8制作的ISP下载线 -M8 produced ISP download cable
    2022-03-15 19:55:58下载
    积分:1
  • 139607
    This is a RLE compression routine, written in MFC I wrote thi()
    2018-03-19 19:44:53下载
    积分:1
  • 3116001336(1)
    说明:  使用一个变量实现线性回归,以预测餐馆的利润。 使用梯度下降法,假设 h (x) 由线性模型给出 ,定义代价函数为 。线性回归的目标就是要最小化这个代价函数。(To get started with the exercise, you will need to download the starter code and unzip its contents to the directory where you wish to complete the exercise. If needed, use the cd command in Octave/MATLAB to change to this directory before starting this exercise.)
    2019-06-12 15:57:12下载
    积分:1
  • 文本分类工具libsvm
    文本分类工具libsvm-2.9.zip 信息检索和数据挖掘的中用到的工具包, 里面有C++、JAVA、Python等多个语言版本-Libsvm-2.9.zip text classification tool for information retrieval and data mining tools used in the package, inside C++, JAVA, Python and other languages
    2023-08-11 01:30:03下载
    积分:1
  • SalamNet_NetCreate
    建模拓扑算法函数,MCM,算法函数,2018深圳杯:无线回传拓扑规划(Topological algorithm function)
    2018-08-22 22:13:39下载
    积分:1
  • Densenet121-Image-Classification
    说明:  实现用残差网络来训练模型,模型的效果是实现简单的分类,以及利用flask部署模型(The residual network is used to train the model. The effect of the model is to realize simple classification and deploy the model with flash)
    2021-02-03 11:48:41下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载