搜索资源列表

  1. KMEANS

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

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

    0下载:
  2. k-means算法 自定义数据样本和类中心 已经调试实现 并且有图清晰表示-k-means algorithm for custom data types of samples and testing center has been and realize that has a clear plan
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:李慧敏
  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-19
    • 文件大小: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-19
    • 文件大小:32768
    • 提供者:wanghuali
  1. kmeans

    0下载:
  2. 聚类算法kmeans,比较简单的聚类算法,通过欧几里德距离确定聚类的标准,对二维的点进行聚类-Clustering algorithm kmeans, relatively simple clustering algorithm, through the Euclidean distance to determine the standard clustering of the points of two-dimensional clu
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:huang
  1. kmeans

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

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

    0下载:
  2. 这个应用程序是使用k均值聚类算法分割一个灰度图像-Application of kmeans clustering algorithm to segment a grey scale image on diferent classes.
  3. 所属分类:图形图像处理(光照,映射..)

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

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

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

    0下载:
  2. 快速K均值聚类图像分割算法源代码,能很好的实现图像的分割处理-Fast K-means clustering algorithm for image segmentation source code, can achieve very good to deal with image segmentation
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:334848
    • 提供者:zhangyun
  1. zfk_example

    0下载:
  2. 聚类分析里的k均值(kmeans)算法的matlab实现,是老师即将出的书里,我给写的例子,大家看看吧。 -Where k-means cluster analysis (kmeans) algorithm matlab implementation, a teacher is leaving the book, I give examples of writing, we take a look at bar.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:who
  1. KMeans

    0下载:
  2. KMeans聚类 (KMeans clustering)With the given cluster number, find the best initial state via running multiple kmean algorithms.-(KMeans clustering)With the given cluster number, find the best initial state via running
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:61440
    • 提供者:boliwang
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:194560
    • 提供者:黄静
  1. kmean

    0下载:
  2. 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:刘斌
  1. kmeans

    0下载:
  2. 数据挖掘里面的经典的聚类算法 K-means-K-means
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. java k均值源码,实现了k-means的算法,并给出界面显示。实例中通过二维空间中的点进行聚类。-java k-means algorithm, display the cluster result on the two demension.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:徐廷
  1. kmeans

    0下载:
  2. K-均值聚类算法,一种基于均值聚类算法的算法,很好用-kmeans
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:李梦
  1. Kmeans

    0下载:
  2. 对已存入txt文件中的样本点就行K均值聚类,可输出质心和各个类包含的样本点-Txt files that have been deposited in the sample points on the line K means clustering, centroid, and each output class contains the sample points
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 用C语言实现的基于均值聚类算法的图像分割的中心程序-c kmeans
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:30720
    • 提供者:李梦
  1. kmeans

    0下载:
  2. 一种改进的均值聚类算法,能很好的利用与图像分割技术-k-means cluster
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:张先生
  1. kmeans

    0下载:
  2. 基于matlab的K-means聚类算法的实现以及二维随机点的聚类结果-Matlab-based K-means clustering algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:han
« 1 2 34 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org