搜索资源列表

  1. k均值

    0下载:
  2. k均值分类实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-05-19
    • 文件大小:1940
    • 提供者:alvinlee1990
  1. k均值

    0下载:
  2. k均值聚类算法vc++实现,mfc
  3. 所属分类:源码下载

    • 发布日期:2011-06-17
    • 文件大小:3859460
    • 提供者:qqqqsp
  1. K-均值聚类算法

    0下载:
  2. K-均值聚类算法的matlab源程序,K-均值聚类算法的matlab源程序
  3. 所属分类:matlab例程

    • 发布日期:2012-06-07
    • 文件大小:2434
    • 提供者:whitter
  1. exer-kmean

    0下载:
  2. k均值算法实现聚类 c语言编写-k-means clustering algorithm c language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:胡素芳
  1. 以K-均值聚类结果为初始解的模拟退火聚类

    0下载:
  2. 由于K-均值聚类算法局部最优的特点,而模拟退火算法理论上具有全局最优的特点。因此,用模拟退火算法对聚类进行了改进。20组聚类仿真表明,平均每次对K结果值改进8次左右,效果显著。下一步工作:实际上在高温区随机生成邻域是个组合爆炸问题(见本人上载软件‘k-均值聚类算法’所述),高温跳出局部解的概率几乎为0,因此正考虑采用凸包约束进行模拟聚类,相关工作正在进行。很快将奉献给各位朋友。-as K-means clustering algorit
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:韩磊
  1. kmeans聚类算法源码

    1下载:
  2. k均值聚类算法源码,比较经典,无解压密码-kmeans clustering algorithm source code,comparatively classical,no password for unzip
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:司南
  1. MFY_kmeans

    0下载:
  2. 这是我帮一个本科生做的毕业设计,实现的数据挖掘的k均值和k中心算法,其中包含了我做的两个二维的数据集,感觉要预先知道k的参数值,不是很方便-This is what I do to help an undergraduate graduation Design, Implementation of the Data Mining mean k and k center algorithm, which includes me to do
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:157696
    • 提供者:孟繁宇
  1. 一种新的聚类分析距离算法

    0下载:
  2. K均值是一个预先知道类数的算法,需要具备专业知识,不现实。本文提出一个确定类数的方法。-K is a means to know in advance the number of categories algorithm, requires expertise and unrealistic. This paper presents a number of categories to determine the method.
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:李中
  1. MyKmeans

    0下载:
  2. 实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:阿兜
  1. k_algorithm

    0下载:
  2. K-均值算法的c语言实现,他是一种基于样本间相似性度量的间接聚类方法。-K-means is a VQ method based on the similarity of the samples. This is a C language source code for K-means algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:阿波
  1. good K-means clusters

    0下载:
  2. 这次上传的代码是关于K-means clusters的代码,希望能对大家有用。-The uploaded code is about K-means clusters.I hope it can be a help to everyone.
  3. 所属分类:生物技术

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:李乐
  1. KMeansClustering

    0下载:
  2. k均值聚类的算法,这是通用程序!欢迎借鉴使用-k average value gathers a kind of algorithm, this is the general routine! Welcome to profit from uses
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:李凯
  1. 数据挖掘常用算法

    0下载:
  2. 数据挖掘常用的算法,包括id3,k均值,FCM,SVM,CART五个常用的算法,是用matlab编写的。-commonly used data mining algorithms, including id3, k mean, FCM, the SVM, CART five commonly used algorithm is the use of Matlab prepared.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:李冬宾
  1. KAverageArithmetic

    0下载:
  2. java 实现K均值算法 编成工具:JBuilder-K-means algorithm to achieve composition tools : JBuilder
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:46080
    • 提供者:yeweimian77
  1. K均值聚类

    0下载:
  2. 非监督分类,主要在遥感图象分类处理中有应用-unsupervised classification, mainly in remote sensing image classification application is processed
  3. 所属分类:GIS编程

    • 发布日期:2024-05-20
    • 文件大小:179200
    • 提供者:hua
  1. kmeans_1

    0下载:
  2. RBF神经网络的K均值算法,C程序的,供大家参考!-RBF neural network algorithm mean K, C procedures, for your reference!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:hxm
  1. matlab_coding

    0下载:
  2. matlab的源程序,没有其他目的,只希望下载k均值算法看看!-Matlab source, no other purpose only hope downloaded k means algorithm to see!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:78848
    • 提供者:王俊
  1. kmean

    0下载:
  2. 这是用C++作的K-均值聚类算法,模式识别当面的,希望对大家有所帮助!-C is for the K-means clustering algorithm, pattern recognition face-to-face, we want to help!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:Jesson
  1. C--K-Means

    0下载:
  2. 这个是K-Means动态聚类算法的源程序,需要的请下,请多多指教,谢谢!-This is a K- Means clustering algorithm source, the need to please, please exhibitions, thank you!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:32768
    • 提供者:HaicoLi
  1. k_averages

    0下载:
  2. 一个很好的关于K均值算法的C++源程序。-a good K-means algorithm on the C source.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:36864
    • 提供者:BF
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org