搜索资源列表

  1. C均植

    0下载:
  2. 模式识别中关于C均值的聚类算法的程序,输入点进行聚类.-pattern recognition on the C-means clustering algorithm procedures input cluster.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6118
    • 提供者:hanhan12345
  1. c-均值算法

    0下载:
  2. 模式识别中的C均值算法演示程序,具体内容见说明文档,及效果图。 自我感觉还可以,请大家帮忙,提提意见。-pattern recognition algorithm in C - Means Demonstration Program, the specific content of documentation, and effectiveness map. A sense of self can, please help make a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:126103
    • 提供者:haha
  1. K均值聚类算法

    1下载:
  2. 是模式识别中的一种分类算法,用C++编程,很实用。
  3. 所属分类:图形/文字识别

    • 发布日期:2009-03-11
    • 文件大小:201115
    • 提供者:hjy_156@163.com
  1. C#均值滤波

    0下载:
  2. 这个程序是利用c#编程实现对图像的均值滤波,同时这个程序可以在windows mobile 6上运行
  3. 所属分类:源码下载

  1. Exam096 k均值算法

    0下载:
  2. 用c语言编写的k均值算法-prepared by the k-means Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:
  1. K-均值聚类算法C++编程

    0下载:
  2. K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm pr
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:韩磊
  1. c-均值算法

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:125952
    • 提供者:haha
  1. Clvbo

    0下载:
  2. 防脉冲干扰移动平均值法数字滤波器的C语言算法及其实现-defense pulse interference moving average method digital filter algorithm in C Language and its Implementation
  3. 所属分类:中间件编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:qwqw
  1. FCM

    0下载:
  2. 利用java编写的模糊C均值聚类算法,可以用来图像无监督聚类及图像分割等。-Using java prepared Fuzzy C-means clustering algorithm, can be used to image non-supervised clustering and image segmentation and so on.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:huangyu
  1. NewFCM

    0下载:
  2. 利用java写的快速模糊C均值算法,用与图像分割,聚类等领域。-Using java to write fast fuzzy C-means algorithm using image segmentation, clustering and other fields.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:huangyu
  1. AimprovedFuzzyCMeans

    0下载:
  2. 关于模糊c-均值算法改进及其对卫星遥感数据聚类的对比,文章对模糊c-均值算法提出一改进意见,并通过实践证明。-On the fuzzy c-means algorithm to improve its impact on satellite remote sensing data clustering contrast, article on the fuzzy c-means algorithm to improve the one
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:158720
    • 提供者:马宝秋
  1. c-average

    0下载:
  2. 模式识别中c—均值算法,调试已通过,开发工具用的是VC++6.0-Pattern Recognition in the c-means algorithm, debugging has passed, development tools using a VC 6.0
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:200704
    • 提供者:xuping
  1. Cmeanvalue

    0下载:
  2. 基于背景差分算法和C均值聚类算法的车辆检测与跟踪-Based on background difference algorithm and C means clustering algorithm for detecting and tracking vehicles
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:7971840
    • 提供者:牛大宝
  1. moshishibie

    1下载:
  2. 先用C-均值聚类算法程序,并用下列数据进行聚类分析。在确认编程正确后,采用蔡云龙书的附录B中表1的Iris数据进行聚类。然后使用近邻法的快速算法找出待分样本X(设X样本的4个分量x1=x2=x3=x4=6;子集数l=3)的最近邻节点和3-近邻节点及X与它们之间的距离。-First C-means clustering algorithm procedures and with the following data for cluste
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:jack
  1. FCM

    0下载:
  2. 上传内容为模糊C均值图像分割方法的Matlab程序源代码-From the contents of the fuzzy C-means image segmentation of the Matlab source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:张宏
  1. C-mean

    0下载:
  2. 模式识别中用matlab实现c均值的计算,分类实现的算法。-matlab,c-means fuction
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:张强
  1. DIBAPI

    0下载:
  2. fcm用于进行模糊C均值分割,得到的效果还不错-fcm for fuzzy C-means segmentation, the results have been good
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1505280
    • 提供者:姜宏涛
  1. imagesegmentation

    0下载:
  2. 模糊C-均值聚类算法,使用VC++与matlab 编程两种方法实现算法-Fuzzy C-means clustering algorithm, using VC++ and matlab programming algorithm in two ways
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:2783232
    • 提供者:yzhang
  1. sfcm

    0下载:
  2. 加入邻域信息的空间模糊c均值聚类算法的代码。-Join neighborhood information, spatial fuzzy c-means clustering algorithm code.
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:田慧
  1. k_meansc_meansCluster

    0下载:
  2. 基于k均值、c均值等聚类算法,应用于数据挖掘-Based on the mean k, c means clustering algorithm, etc., used in data mining
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:503808
    • 提供者:闫少华
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 46 »

源码中国 www.ymcn.org