搜索资源列表

  1. K-MEANS算法实现

    1下载:
  2. K-MEANS算法实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-11-17
    • 文件大小:182302
    • 提供者:tlf577@qq.com
  1. 改进的K-Means算法实现车牌字符的分割

    0下载:
  2. 本实验基于K-Means聚类算法思想实现了字符分割,因为车牌规定是7位的,所以K取7。另外本实验对K-Means算法进行了改进,充分考虑了初始点的设置及迭代结束条件。实验结果证明这种改进的K-Means算法实现车牌字符分割是快速、有效的。
  3. 所属分类:源码下载

    • 发布日期:2011-03-08
    • 文件大小:1373624
    • 提供者:hellosn
  1. k-MEANS算法

    0下载:
  2. K-means算法 机器学习
  3. 所属分类:源码下载

    • 发布日期:2011-05-15
    • 文件大小:209690
    • 提供者:taokelu@126.com
  1. K-Means动态聚类算法源程序

    0下载:
  2. This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:30720
    • 提供者:刘思
  1. K-means算法源码

    0下载:
  2. kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the gi
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:li
  1. 对k-means聚类算法的改进

    0下载:
  2. K均值算法的一个改进算法,简单实用,但是有点简单。-K-means algorithm of an improved algorithm is simple and practical, but a bit simple.
  3. 所属分类:文档资料

    • 发布日期:2024-04-29
    • 文件大小:79872
    • 提供者:石支柱
  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-04-29
    • 文件大小:5120
    • 提供者:李乐
  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-04-29
    • 文件大小:32768
    • 提供者:HaicoLi
  1. k-means(VC)

    0下载:
  2. k均值聚类算法分析,采用C++编程技术,提供代码可重用机制 -k-means clustering algorithm analysis, the use of C programming, code reuse mechanism
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:30720
    • 提供者:chu na
  1. K-means.m

    1下载:
  2. MATLAB编写的一种模式识别里的重要的模糊聚类方法K-means算法的matlab程序.-MATLAB prepare a Pattern Recognition's important Fuzzy clustering methods K-means algorithm Matlab procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:55296
    • 提供者:zs
  1. MATLABfuzzy-K-means

    0下载:
  2. MATLAB 数据挖掘算法,fuzzy-K-means聚类算法源代码,用于模糊聚类分析-MATLAB data mining algorithms, fuzzy-K-means clustering algorithm source code, Fuzzy clustering analysis for the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:puxx
  1. k-means.c++

    0下载:
  2. k-means算法 C++实现-k-means algorithm to achieve C
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:孔明
  1. Simple-K-means

    0下载:
  2. 2个举类的简单k-means算法,非常简单,新手给大家提供参考了-two categories give a simple k-means algorithm is very simple, and newcomers to provide a reference to the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:姜珏
  1. k-means(matlab)

    1下载:
  2. 关于k-means聚类算法的MATLAB实现-On the k-means clustering algorithm of MATLAB realize
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:10240
    • 提供者:chen
  1. k-means

    0下载:
  2. k均值算法,基于两维的-k-means algorithm, based on two-dimensional
  3. 所属分类:汇编语言

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:
  1. k-means

    0下载:
  2. k-means算法,大家可以试试先,有什么好东东大家一起分享-k-means algorithm, we can try first, and have nothing to share with everyone Dongdong
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:zhaiziling
  1. k-means

    0下载:
  2. 数据挖掘中的k均值算法,应该属于聚类分析的,c语言版。-Data Mining k-means algorithm, should belong to cluster analysis, c language version.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:师帅
  1. k-means

    0下载:
  2. 这是K均值算法,采用c语言编写,K的取值为2,大家可以改变K的值来进行测试-This is the K-means algorithm, using c language, K value of 2, we can change the value of K for testing
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:320512
    • 提供者:Gang Li
  1. k-means

    0下载:
  2. k-means算法。包括一个测试的4类的测试数据集。-k-means algorithm. Including a test of the 4 types of test data sets.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:马晓艳
  1. K-MEANS

    0下载:
  2. 基于MATLAB的k-means算法 较好的解决了图像分类聚类的问题-MATLAB based on the k-means algorithm better solved the problem of image classification clustering
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:刘小强
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org