搜索资源列表

  1. KMeansBMPSeg

    0下载:
  2. 模式识别经典方法之一 K均值算法(KMeans)进行图像分割 有完善的图形界面 可以通过柱状图的形式动态展示聚类程序-One of the classical method of pattern recognition K means algorithm (KMeans) for image segmentation has improved graphical interface can be dynamically displaye
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:147456
    • 提供者:langger
  1. junzhi

    0下载:
  2. k-均值算法,主要进行在matlab中的程序实现,进行图像的分割处理-k-means algorithm, mainly for the program in the matlab implementation for image segmentation
  3. 所属分类:文档资料

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

    0下载:
  2. K均值算法,用于聚类,程序写得比较好,容量读-K means algorithm for clustering, procedures written better, capacity Reading
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:808960
    • 提供者:Spring
  1. Kmeans-image-segmentation

    0下载:
  2. matlab图像分割实例,K均值用于图像分割,割调用库函数实现,带注释,简单易懂-matlab image segmentation examples, K means for image segmentation, cutting calls library functions, with comments, easy to understand
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2419712
    • 提供者:王银虎
  1. KMeansClusterConsole

    0下载:
  2. K均值聚类算法,取前k个点为初始聚类中心,然后进行迭代聚类-K means clustering algorithm, fetch the first k points as initial cluster centers, then the iterative clustering
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:26624
    • 提供者:pyb
  1. proj10-01

    0下载:
  2. 在试验中编写程序实现了K均值聚类算法,K均值聚类的原理是:在训练样本中找到C个聚类中心,每个聚类中心代表一个类的中心。然后将样本归类到与其最近的聚类中心的那一类。 C的选择是通过先验知识或经验选取的。聚类中心是通过算法迭代求得的。-In the test preparation process to achieve a K means clustering algorithm, K means clustering principle
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:王瑶
  1. k

    0下载:
  2. 模式识别中的K均值聚类分析方法,该方法力偶那个迭代过程来进行处理,一步步逼近结果-Pattern Recognition Analysis of K-means clustering method Couple iterative process to deal with that, step by step approach results
  3. 所属分类:matlab例程

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

    0下载:
  2. K均值的图像分割 不错的程序 -kmeans-image-segmentation kmeans-image-segmentation kmeans-image-segmentation kmeans-image-segmentation
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. HCM是模糊聚类,k均值算法 -hcm
  3. 所属分类:matlab例程

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

    0下载:
  2. k均值聚类算法,可以完成k均值聚类运算。实现几个点的聚类-k means clustering algorithm, k means clustering operation can be completed. Clustering to achieve several points
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:26624
    • 提供者:lazyshi
  1. ClusteringStatic

    0下载:
  2. 聚类分析算法,k均值聚类分析算法c++源码-clustering statics
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:59392
    • 提供者:袁晓燕
  1. kmeans

    0下载:
  2. 聚类算法 k均值 该算法简单 容易看懂 是基本的算法-kmeans clustering
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:7207936
    • 提供者:每天
  1. k_means_cluster

    0下载:
  2. k均值聚类算法 ,c语言实现 了基于均值的聚类分析,同时增加了多维向量分析功能,使得聚类的收敛速度更快。-k means clustering algorithm, c language implemented based on the mean cluster analysis, while increasing the multi-dimensional vector analysis functions, making the c
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:328704
    • 提供者:pulutarch
  1. K-means

    0下载:
  2. 均值为K的聚类算法,是一种对聚类数据进行的最简单的算法,广泛应用在各种场合中。-K mean clustering algorithm for clustering data is the most simple algorithm, widely used in various occasions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:48128
    • 提供者:sunjianqing
  1. k-rbf

    0下载:
  2. 程序是基于K均值聚类的RBF代码,很好的一个例子。-K means clustering procedure is based on the RBF code, a good example.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:唐毅
  1. K-means-cSharp--code

    0下载:
  2. k均值算法是模式识别的聚分类问题,这是用C#实现其算法-K-means algorithm is pattern recognition of poly classification problem, this is written in c# realize its algorithm
  3. 所属分类:C#编程

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

    0下载:
  2. k均值算法,C++文件,读入txt文件的方式实现-k means algorithm, C++ files, read txt file means to achieve
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:942080
    • 提供者:Mei Xj
  1. Kmeans

    0下载:
  2. k均值聚类算法代码 用于模式识别等学科的编程应用-k-means clustering algorithm code for pattern recognition applications such as programming disciplines
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:249856
    • 提供者:曹妹
  1. Seven-RBF_NN--code

    0下载:
  2. 七个RBF神经网络的源代码:基于梯度法、OLS 、聚类、k均值聚类、函数逼近的RBF 网设计算法,及预测模型 -Seven RBF neural network source code: gradient-based method, OLS, clustering, k-means clustering, function approximation of the RBF network design algorithms, a
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. K均值聚类,输入聚类前的点集以及阈值,输出最后各个分类的中心点-K-means clustering, the input point set before clustering and threshold, output the final classification of the center of each
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:wangmumu
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org