资源简介

密度峰值聚类算法源码+测试数据(人工+UCI)

资源截图

代码片段和文件信息

clear all
close all

%%%% for example_distances.dat 
% disp(‘The only input needed is a distance matrix file‘)
% disp(‘The format of this file should be: ‘)
% disp(‘Column 1: id of element i‘)
% disp(‘Column 2: id of element j‘)
% disp(‘Column 3: dist(ij)‘)
% mdist=input(‘name of the distance matrix file (with single quotes)?\n‘);
% disp(‘Reading input distance matrix‘)
% xx=load(mdist);
% ND=max(xx(:2));
% NL=max(xx(:1));
% if (NL>ND)
%   ND=NL;
% end
% N=size(xx1);
% for i=1:ND
%   for j=1:ND
%     dist(ij)=0;
%   end
% end
% for i=1:N
%   ii=xx(i1);
%   jj=xx(i2);
%   dist(iijj)=xx(i3);
%   dist(jjii)=xx(i3);
% end


%%%% for UCI datasets
%%%数据集第一列存储点的横坐标,第二列为纵坐标   
disp(‘The only input needed is a points file‘)
disp(‘The format of this file should be: ‘)
mdist=input(‘name of

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2645  2015-01-02 01:30  CFSFDP-matlab\Flame.txt
     文件        2850  2016-09-22 11:01  CFSFDP-matlab\Iris.txt
     文件        4185  2015-01-02 01:13  CFSFDP-matlab\Jain.txt
     文件        9496  2016-09-23 20:38  CFSFDP-matlab\Seeds.txt
     文件        4198  2016-06-03 17:06  CFSFDP-matlab\Spiral.txt
     文件        5943  2017-11-04 21:29  CFSFDP-matlab\cluster_dp.m
     文件    29771107  2014-04-30 15:20  CFSFDP-matlab\example_distances.dat
     目录           0  2017-11-04 21:30  CFSFDP-matlab\

评论

共有 条评论