搜索资源列表

  1. 基于kdtree的kmeans聚类算法

    0下载:
  2. 基于kdtree的kmeans聚类方法。
  3. 所属分类:报告论文

    • 发布日期:2010-09-19
    • 文件大小:317816
    • 提供者:shiziw369
  1. 遗传聚类

    1下载:
  2. 使用遗传算法优化Kmeans聚类过程,测试数据集都来源于UCI,很好理解,适合初学者。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. kmeans_cluster聚类算法的实现

    0下载:
  2. 数据挖掘中k-means聚类算法的实现源代码-clustering algorithm source code in data mining
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:张乐
  1. kmeans聚类算法源码

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

    • 发布日期:2024-05-27
    • 文件大小:29696
    • 提供者:司南
  1. K-Means聚类

    0下载:
  2. k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效。-k-means clustering algorithm source code. Kmeans is a common segmentation algorithm is simple but efficient.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:熊健
  1. KMEANS

    0下载:
  2. 聚类分析中一个简单的聚类算法:K均值算法。-Cluster analysis of a simple clustering algorithm: K-means algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:240640
    • 提供者:王桂芝
  1. Kmeans

    0下载:
  2. K-means算法,聚类分析中的一个重要的算法,用于分类-K-means algorithm, cluster analysis is an important algorithm for classification
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:30720
    • 提供者:陨石
  1. KMEANS

    0下载:
  2. 经过本人修改成类模式后的Kmeans聚类算法,对类成员有详细注释。-After I type model modified after Kmeans clustering algorithm, the class members have detailed notes.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:10240
    • 提供者:阿姆罗
  1. KMEANS

    0下载:
  2. KMEANS聚类算法实现程序,程序分为两个部分,包括数据和KMEANS聚类算法实现程序,并有详细的注释.-Clustering algorithm KMEANS realize procedure, the procedure is divided into two parts, including the data and clustering algorithm KMEANS realize procedure, and detai
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:liyan
  1. KMEANS

    0下载:
  2. 基于matlab的K均值聚类程序。其中用IRIS数据进行验证,得到了很好的结果。文件中包含了演示后的结果图-Matlab-based K-means clustering procedure. Which use IRIS data verification, have had good results. File contains the results of the demonstration plan
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:32768
    • 提供者:wanghuali
  1. Kmeans

    0下载:
  2. 基于Kmeans算法的图像分割,一般Kmeans是数据挖掘中用来聚类的,本试验利用图像中的灰度值作为Kmeans算法的原始点,进行图像分割-Kmeans algorithm based on image segmentation, data mining in general Kmeans is used to clustering, the trial use of the image gray value as the origin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:2033664
    • 提供者:蚂蚁
  1. kmeans

    0下载:
  2. 这个应用程序是使用k均值聚类算法分割一个灰度图像。-This application is the use of k-means clustering algorithm partitions a gray-scale image.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:路单
  1. kmeans

    0下载:
  2. data mining algorithm . kmeans聚类算法-clustering algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:6144
    • 提供者:chenfan
  1. kmeans

    0下载:
  2. 程序很好的实现了k均值的聚类,我已经使使用过,效果非常好,很好用-Program achieved a very good k mean clustering, I have so used, the effect is very good, very good use
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:赵红丽
  1. KMEANS

    0下载:
  2. 基于MATLAB的kmeans聚类分析,包含数据和源代码,-MATLAB-based kmeans cluster analysis, including data and source code,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:4096
    • 提供者:刘钊
  1. graphcut

    0下载:
  2. Kmeans 聚类,graphcut 图像分割,最大流最小割算法-Kmeans clustering, graphcut image segmentation, the maximum flow minimum cut algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-27
    • 文件大小:13636608
    • 提供者:邓民明
  1. 改进的KMeans聚类方法

    0下载:
  2. 对传统的KMeans聚类方法进行改进,使得算法可以自动确定参数K值的大小。
  3. 所属分类:matlab例程

  1. warp-kmeans

    0下载:
  2. 传统的kmeans聚类算法不能保证时间序列聚类结果的时序性;基于warp-kmeans聚类算法可以有效处理时间序列的聚类问题,而且复杂度低,迭代次数少。 ,输出有目标函数在每次迭代后的值,聚类中心以及聚类区间。内有测试数据和相关文献,点击 test.m 可以完美运行(The traditional kmeans clustering algorithm can not guarantee the time series of the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:869376
    • 提供者:Galsang
  1. matlab实现Kmeans聚类算法

    0下载:
  2. matlab实现Kmeans聚类算法,非常详细。(The algorithm is designed to test the MATLAB clustering algorithm and is very useful.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:天凡
  1. kmeans聚类算法

    0下载:
  2. kmeans聚类分析,无监督学习实现Matlab代码(Kmeans clustering analysis, unsupervised learning implementation of MATLAB code)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:5120
    • 提供者:东云博士
« 12 3 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org