搜索资源列表

  1. K-Mean聚类算法

    1下载:
  2. 本程序是基于vc++实现K-Mean聚类
  3. 所属分类:Windows编程

    • 发布日期:2010-03-04
    • 文件大小:65256
    • 提供者:qdhcuggis
  1. k均值聚类算法源代码

    0下载:
  2. K均值聚类算法源代码-K-means clustering algorithm source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:29696
    • 提供者:静子
  1. k均值聚类算法

    0下载:
  2. k均值算法的源代码-k means algorithm source code
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:刘新华
  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-均值聚类算法C++编程

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

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

    0下载:
  2. 实现K均值算法,读取文件,实现K均值的分类。-K-means algorithm to achieve, reading the paper, K-mean achievement category.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:40960
    • 提供者:
  1. K-meanCluster

    0下载:
  2. How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples random
  3. 所属分类:并行运算

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

    0下载:
  2. k-均值算法 做的图象分割实例 (将图片像素聚成三类)-k-means algorithm to do the image segmentation example (poly-pixel pictures into three categories)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:104448
    • 提供者:姜波
  1. K-MEANS

    0下载:
  2. k-mean算法的源码,对聚类非常有用!!可以直接使用!-k-mean algorithm source of clustering is very useful! ! Can be used directly!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:275456
    • 提供者:谢潇
  1. k-mean

    0下载:
  2. 算法描述: K均值算法: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小。-Algorithm Descr iption: K-means algorithm: the number of a given type of K, will be assigned to N objects of class K to make class the similarities be
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. K-means聚类算法的java实现描述!有详尽的说明,对初学者非常有用!-K-means Abduction呾Yang Jun珋mirror cavity java wife of mother
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 模式识别 k-mean算法程序,用Visual c++编写-K-mean algorithm for pattern recognition procedures, using Visual c++ Prepared
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:jery
  1. K-Means.Algorithm

    0下载:
  2. 算法,k-mean搜索方法,执行起来很快,推荐。-Algorithm, k-mean search methods, to implement quickly, recommended.
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. K-mean均值算法的matlab功能实现-K-means to achieve the matlab function
  3. 所属分类:图形图象

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

    1下载:
  2. 遥感影像K均值分类算法,针对bmp彩色图像。VC++6.0编程实现。-K means of remote sensing image classification algorithm for bmp color images. VC++6.0 programming.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:225280
    • 提供者:
  1. K-Mean

    0下载:
  2. K-mean 算法 用Java实现的算法 从别人那看的 -k-mean
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 基于K-MEAN的图像分割,方便实用,对于图像处理的研究生很有参考价值的-watershed segmentation on matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:34816
    • 提供者:jin
  1. K-mean

    0下载:
  2. 基于纹理度量的图像分割,适用于遥感图像,主要利用到K-mean算法。-Image segmentation based on texture measurement for remote sensing image, the main advantage of K-mean algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:445440
    • 提供者:葛宏
  1. K-mean

    0下载:
  2. K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大(K-means algorithm is a typical distance based clustering algorithm. The distance is used as the evaluation index of similarity, that is, the closer the distanc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:13312
    • 提供者:venshow
  1. k-mean+k-medoids

    0下载:
  2. 机器学习中的两个基本算法,k-means 和k-medoids 通过学习英文课件,更好的理解算法内涵(Machine learning in the two basic algorithms, K-means and k-medoids through learning English courseware, better understanding of the algorithm connotation)
  3. 所属分类:数值算法/人工智能

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

源码中国 www.ymcn.org