搜索资源列表

  1. kmeans

    0下载:
  2. kmeans算法实现 a simple k-means clustering routine. returns the cluster labels of the data points in an array.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2087
    • 提供者:sisn
  1. kmeans-java

    0下载:
  2. 用JAVA编写的kmeans算法,用于数据挖掘中的聚类
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4404
    • 提供者:刘阳阳
  1. KMEANS

    0下载:
  2. 用于kmeans算法实现,是用C语言编写的,易于转为C++,可以方便想知道kmeans后台算法的朋友学习,希望那个对大家有所帮助
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3007
    • 提供者:尹梓名
  1. kmeans

    0下载:
  2. 用matlab实现的kmeans算法,是一个后台程序,没有调用其本身的kmeans算法,挺不错的
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1683
    • 提供者:尹梓名
  1. kmeans

    0下载:
  2. kmeans算法实现,开发语言Java
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2380
    • 提供者:JCH
  1. Kmeans

    0下载:
  2. 使用C语言实现kmeans算法,K=3。-Kmeans algorithm using the C language implementation, K = 3.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:hkm
  1. KMEANS

    0下载:
  2. C++版本的kmeans算法,可以实现任意维度,任意数量的聚类,输出信息非常完整。-C++ version of the kmeans algorithm can achieve any dimension, any number of clustering, the output information is complete.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:54272
    • 提供者:yantao
  1. kmeans

    0下载:
  2. 标准Kmeans算法,用JAVA书写,经验证可执行。-Standard Kmeans algorithm, written using JAVA, proven executable.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:congcong55
  1. KMeans

    0下载:
  2. 利用Java语言实现的一个简单的Kmeans算法的实现(The use of Java language to achieve a simple Kmeans algorithm)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:21504
    • 提供者:yddy
  1. kmeans

    0下载:
  2. 可以直接拿来用 python2.7 在数据挖掘中,K-Means算法是一种 cluster analysis 的算法,其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。(In the data mining, K-Means algorithm is a cluster analysis algorithm, which is mainly to calculate the data aggregation alg
  3. 所属分类:人工智能/神经网络/遗传算法

  1. kmeans

    0下载:
  2. kmeans算法实现代码,详细代码实现过程,matlab语言(Kmeans algorithm implementation code, code implementation process in detail, the matlab language)
  3. 所属分类:matlab例程

  1. kmeans

    0下载:
  2. 改进的kmeans算法,聚类效果良好,比三种算法要好,matlab(The improved kmeans algorithm has good clustering effect and is better than the three algorithms, matlab)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:怀志
  1. kmeans

    0下载:
  2. kmeans算法,对影像进行聚类分类,matlab语言,模式识别(kmeans clustering algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:803840
    • 提供者:wy1997
  1. 数据挖掘关于Kmeans算法的研究(含数据集)

    0下载:
  2. 数据挖掘关于Kmeans算法的研究(含数据集)(Research on data mining about Kmeans algorithm (including data sets))
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:whtz
  1. kmeans

    0下载:
  2. K-means算法是集简单和经典于一身的基于距离的聚类算法 采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大。 该算法认为类簇是由距离靠近的对象组成的,因此把得到紧凑且独立的簇作为最终目标。(K-means algorithm is a distance based clustering algorithm which is simple and classic. Distance is used as a
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:What111
  1. H

    0下载:
  2. 自己编写的kmeans算法程序,是应用于模式识别的一种方法(The kmeans algorithm written by myself is a method applied to pattern recognition.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:圆脸君
  1. kmeans-algorithm

    0下载:
  2. 一个基础kmeans算法,内含有数据文件,可以直接执行。(A basic kmeans algorithm, which contains data files, can be directly executed.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:Xuagent
  1. k-means算法

    0下载:
  2. Kmeans算法是一个重复移动类中心点的过程,把类的中心点,也称重心(centroids),移动到其包含成员的平均位置,然后重新划分其内部成员。(The Kmeans algorithm is a process of repeating the center point of a moving class, moving the center of the class, also known as centroids, to the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:719872
    • 提供者:悟思
  1. kmeans

    0下载:
  2. kmeans 算法实现,参考某位博主的代码,具体是哪位大牛忘记了。对代码进行解读(Implementation kmeans, refer to a blogger.Copyright of this Blog's content is reserved.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:四麦偶
  1. kmeans

    0下载:
  2. 使用kmeans算法实现了彩色图像的颜色聚类(Color image clustering)
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:634880
    • 提供者:zlsxf
« 1 23 4 5 6 7 8 9 10 ... 36 »

源码中国 www.ymcn.org