CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 聚类程序

搜索资源列表

  1. 聚类程序

    1下载:
  2. 图像模式识别的聚类器设计,采用VC++实现,和分类器设计相对应。-the designation of image pattern recognation,VC++ is adopted, along with the sort ware designation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:263.12kb
    • 提供者:zxm
  1. K-均值聚类算法C++编程

    3下载:
  2. K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.98kb
    • 提供者:韩磊
  1. NcutClustering.rar

    1下载:
  2. 这是用matlab编的谱聚类程序,该方法能有效的用于数据分类。,This is a matlab procedures for the spectral clustering.The method is effective for data classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-02-04
    • 文件大小:286.07kb
    • 提供者:zouhaishuang
  1. 聚类K-Medoids算法

    3下载:
  2. 聚类K-Medoids算法。文件里面包含了详细的程序说明和示例。-K-Medoids clustering algorithm.The file contains a detailed descr iption of the procedures and examples.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-10-17
    • 文件大小:19.27kb
    • 提供者:
  1. k-means-iris

    0下载:
  2. 针对著名的UCI机器学习数据库中的iris data的kmeans聚类分析程序,具有代表性-For the well-known UCI machine learning repository of the iris data of kmeans cluster analysis procedure, a representative
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:8.25kb
    • 提供者:hannychen
  1. kmeanssource

    1下载:
  2. kmeans程序,用以各种方面聚类分析,诸如入侵检测和图像等。-kmeans method,used in many fields, such as intrusion detection, imag segmentation and etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1.26kb
    • 提供者:bzhen
  1. NcutClustering

    2下载:
  2. 谱聚类和SVM相结合的图像分割程序,这是用matlab编的谱聚类程序,该方法能有效的用于数据分类。-This is a matlab procedures for the spectral clustering.The method is effective for data classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:294.85kb
    • 提供者:liulili
  1. ClusteringToolbox2

    0下载:
  2. 一个用于聚类的工具箱,内有主元分析、模糊等技术的Matlab源代码和应用实例程序Demo。-One for clustering toolbox, with principal component analysis, fuzzy techniques, such as Matlab source code and application procedures for Demo.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:11.84kb
    • 提供者:Xiaojun Tang
  1. code

    0下载:
  2. 这个程序主要提高了神经网络,遗传算法,聚类等多种人工智能算法,采样c++编程,,很精简-This process mainly to improve the neural networks, genetic algorithms, clustering and many other artificial intelligence algorithms, sampling c++ Programmed, it is streamlined
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:445.92kb
    • 提供者:wangxuyu
  1. extract_document

    0下载:
  2. 这是一个提取 Reuter-21578 的程序, 用做自然语言处理, 文本分类聚类,和信息检索的测试集!-This is an extract of the Reuter-21578 procedure, used for natural language processing, text classification clustering, and information retrieval test collection!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-01
    • 文件大小:11.38mb
    • 提供者:李成华
  1. julei

    0下载:
  2. 经典模糊聚类算法的matlab程序框架,简单容易理解。-Classical fuzzy clustering algorithm matlab Framework, a simple easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:6.22kb
    • 提供者:许翔
  1. moshishibie

    0下载:
  2. 先用C-均值聚类算法程序,并用下列数据进行聚类分析。在确认编程正确后,采用蔡云龙书的附录B中表1的Iris数据进行聚类。然后使用近邻法的快速算法找出待分样本X(设X样本的4个分量x1=x2=x3=x4=6;子集数l=3)的最近邻节点和3-近邻节点及X与它们之间的距离。-First C-means clustering algorithm procedures and with the following data for cluster analysis. After confirming t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1002byte
    • 提供者:jack
  1. AP

    0下载:
  2. 最新AP聚类算法以及演示程序,算法内容参照affinity appropagation in science。-AP latest clustering algorithm as well as the demo program, algorithm reference content affinity appropagation in science.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-04-16
    • 文件大小:4.72kb
    • 提供者:lilan
  1. ap_semisupervised

    0下载:
  2. AP算法的改进,添加监督策略,能更好的形成聚类结果,并有其演示程序-AP algorithm, add the supervision strategy, the formation of a better clustering results, and have its demo program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:24.32kb
    • 提供者:lilan
  1. FUZZCLUST

    1下载:
  2. 用matlab编写的各种聚类算法的代码,可作为聚类的程序包使用,对于程序编写者和使用者都可提供便利-matlab for cluster
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:16.45kb
    • 提供者:wuyao
  1. mohujulei

    0下载:
  2. 本程序主要介绍模糊聚类算法的步骤,和一些其他的情况,供一些初学者参考-This procedure introduces the fuzzy clustering algorithm steps, and some other cases, for some beginners reference
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:44.28kb
    • 提供者:刘林冲
  1. K-Means

    0下载:
  2. 这是K-neans动态聚类算法的源程序,是人工智能领域很有用的一种聚类方法。-This is K-neans source dynamic clustering algorithm, the field of artificial intelligence are useful in a clustering method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:29.46kb
    • 提供者:zhaohuiqin
  1. VC-clustering_arithmetic

    0下载:
  2. 用VC写的很好的聚类程序,包含各种聚类算法,不同的参数设置-Using VC to write a good clustering procedures, including a variety of clustering algorithm, different parameters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:219.56kb
    • 提供者:Calvin Chen
  1. Kmeans

    0下载:
  2. 用vc++很好的实现了K均值聚类算法的研究,这是一完整的用VC++实现的程序,有效地完成了模式识别-Using vc++ achieved a very good K-means clustering algorithm, which is a complete implementation using VC++ program, the efficient completion of the pattern recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:189.8kb
    • 提供者:黄静
  1. Cluster

    0下载:
  2. 各种聚类算法程序源码,Visial C++6.0控制台应用程序,欢迎参考-Clustering algorithms source code, Visial C++6.0 console application, please refer to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:372.7kb
    • 提供者:hxd
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com