文件名称:CureDemo

  • 所属分类:
  • 数值算法/人工智能
  • 资源属性:
  • 上传时间:
  • 2018-04-20
  • 文件大小:
  • 158kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • Ailee******
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

实现的cure聚类的demo。算法在开始时,每个点都是一个簇,然后将距离最近的簇结合,一直到簇的个数为要求的K。它是一种分裂的层次聚类。算法分为以下6步:

1)从源数据对象中抽取一个随机样本S。

2)将样本S分割为一组划分。

3)对划分局部的聚类。

4)通过随机取样提出孤立点。如果一个簇增长得太慢,就去掉它。

5)对局部的簇进行聚类。

6)用相应的簇标签标记数据。(The implementation of the cure clustering of the demo. At the beginning of the algorithm, each point is a cluster, and then the nearest cluster is combined to the number of clusters K. It is a hierarchical cluster of divisions. The algorithm is divided into the following 6 steps:

1) extract a random sample S from the source data object.

2) the sample S is divided into a set of partitions.

3) to divide the local clustering.

4) the isolated point is proposed by random sampling. If a cluster is growing too slowly, get rid of it.

5) clustering the local clusters.

6) mark the data with the corresponding cluster tag.)
相关搜索: cure聚类
C++

(系统自动生成,下载前可以参看下载内容)

下载文件列表

文件名大小更新时间
CureDemo\bin\Debug\CureDemo.vshost.exe.manifest 490 2007-07-21
CureDemo\CureDemo.csproj 4139 2010-02-27
CureDemo\Form1.cs 4593 2010-02-27
CureDemo\Form1.Designer.cs 4871 2010-02-27
CureDemo\Form1.resx 5814 2010-02-27
CureDemo\obj\Debug\CureDemo.csproj.FileListAbsolute.txt 973 2010-02-27
CureDemo\obj\Debug\CureDemo.csproj.GenerateResource.Cache 847 2010-02-27
CureDemo\obj\Debug\CureDemo.exe 11776 2010-02-27
CureDemo\obj\Debug\CureDemo.Form1.resources 180 2010-02-27
CureDemo\obj\Debug\CureDemo.pdb 24064 2010-02-27
CureDemo\obj\Debug\CureDemo.Properties.Resources.resources 180 2010-02-27
CureDemo\obj\Debug\ResolveAssemblyReference.cache 5012 2010-02-27
CureDemo\Program.cs 489 2010-02-27
CureDemo\Properties\AssemblyInfo.cs 1384 2010-02-27
CureDemo\Properties\Resources.Designer.cs 2866 2010-02-27
CureDemo\Properties\Resources.resx 5612 2010-02-27
CureDemo\Properties\Settings.Designer.cs 1093 2010-02-27
CureDemo\Properties\Settings.settings 249 2010-02-27
CureDemo.sln 1849 2010-02-27
CureDemo.suo 36864 2010-02-27
Cure\Cure.csproj 2734 2010-02-27
Cure\CureCluster.cs 6154 2010-02-27
Cure\obj\Debug\Cure.csproj.FileListAbsolute.txt 799 2010-02-27
Cure\obj\Debug\Cure.dll 7680 2010-02-27
Cure\obj\Debug\Cure.pdb 19968 2010-02-27
Cure\obj\Debug\ResolveAssemblyReference.cache 3239 2010-02-27
Cure\Properties\AssemblyInfo.cs 1376 2010-02-27
Cure\TextCure.cs 8756 2010-02-27
TFIDF\bin\Debug\TFIDF.dll 9728 2010-01-12
TFIDF\bin\Debug\TFIDF.pdb 28160 2010-01-12
TFIDF\bin\Release\TFIDF.dll 9216 2010-01-12
TFIDF\bin\Release\TFIDF.pdb 26112 2010-01-12
TFIDF\ITokeniser.cs 222 2010-01-12
TFIDF\obj\Debug\Refactor\TFIDF.dll 5120 2010-02-03
TFIDF\obj\Debug\TFIDF.csproj.FileListAbsolute.txt 2159 2010-02-27
TFIDF\obj\Debug\TFIDF.dll 12288 2010-02-27
TFIDF\obj\Debug\TFIDF.pdb 34304 2010-02-27
TFIDF\obj\Release\TFIDF.csproj.FileListAbsolute.txt 341 2010-01-12
TFIDF\obj\Release\TFIDF.dll 9216 2010-01-12
TFIDF\obj\Release\TFIDF.pdb 26112 2010-01-12
TFIDF\Properties\AssemblyInfo.cs 1378 2010-02-27
TFIDF\StopWordsHandler.cs 2302 2010-02-27
TFIDF\TermVector.cs 1254 2010-01-12
TFIDF\TFIDF.csproj 2915 2010-01-29
TFIDF\TFIDFMeasure.cs 13052 2010-02-21
TFIDF\Tokeniser.cs 1379 2010-02-27
bin\Debug\Cure.dll 7680 2010-02-27
bin\Debug\Cure.pdb 19968 2010-02-27
bin\Debug\TFIDF.dll 12288 2010-02-27
bin\Debug\TFIDF.pdb 34304 2010-02-27
bin\Release\Common.dll 5632 2010-02-21
bin\Release\Common.pdb 13824 2010-02-21
bin\Release\Cure.dll 7680 2010-02-27
bin\Release\Cure.pdb 19968 2010-02-27
bin\Release\CureDemo.exe 11776 2010-02-27
bin\Release\CureDemo.pdb 24064 2010-02-27
bin\Release\CureDemo.vshost.exe 14328 2010-02-27
bin\Release\CureDemo.vshost.exe.manifest 490 2007-07-21
bin\Release\input.txt 605 2010-02-27
bin\Release\result.txt 679 2010-02-27
bin\Release\stopword.txt 2827 2009-11-25
bin\Release\TFIDF.dll 12288 2010-02-27
bin\Release\TFIDF.pdb 34304 2010-02-27
CureDemo\obj\Debug\TempPE 0 2010-02-27
Cure\obj\Debug\Refactor 0 2010-02-27
Cure\obj\Debug\TempPE 0 2010-02-27
TFIDF\obj\Debug\Refactor 0 2010-02-27
TFIDF\obj\Debug\TempPE 0 2010-02-27
TFIDF\obj\Release\TempPE 0 2010-02-27
CureDemo\bin\Debug 0 2010-02-27
CureDemo\obj\Debug 0 2010-02-27
Cure\bin\Debug 0 2010-02-27
Cure\obj\Debug 0 2010-02-27
TFIDF\bin\Debug 0 2010-02-27
TFIDF\bin\Release 0 2010-02-27
TFIDF\obj\Debug 0 2010-02-27
TFIDF\obj\Release 0 2010-02-27
CureDemo\bin 0 2010-02-27
CureDemo\obj 0 2010-02-27
CureDemo\Properties 0 2010-02-27
Cure\bin 0 2010-02-27
Cure\obj 0 2010-02-27
Cure\Properties 0 2010-02-27
TFIDF\bin 0 2010-02-27
TFIDF\obj 0 2010-02-27
TFIDF\Properties 0 2010-02-27
bin\Debug 0 2010-02-27
bin\Release 0 2010-02-27
CureDemo 0 2010-02-27
Cure 0 2010-02-27
TFIDF 0 2010-02-27
bin 0 2010-02-27

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org