CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - kmeans 算法

搜索资源列表

  1. kmeans 算法

    4下载:
  2. kmeans 算法 matlab
  3. 所属分类:源码下载

    • 发布日期:2011-05-22
    • 文件大小:519byte
    • 提供者:123renshi
  1. kmeans算法。opencv上面聚类算法的例子

    0下载:
  2. kmeans算法。opencv上面聚类算法的例子,是一个很好的学习程序。-kmeans algorithm. A good example for learning kmeans.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4.33mb
    • 提供者:xiaoyan
  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. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:52.77kb
    • 提供者:yantao
  1. Kmeans

    0下载:
  2. 基于Kmeans算法的图像分割,一般Kmeans是数据挖掘中用来聚类的,本试验利用图像中的灰度值作为Kmeans算法的原始点,进行图像分割-Kmeans algorithm based on image segmentation, data mining in general Kmeans is used to clustering, the trial use of the image gray value as the original algorithm Kmeans spots for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:82.67kb
    • 提供者:蚂蚁
  1. kmeans(chp2_2_2)

    1下载:
  2. kmeans 算法的实现,编译已经通过,希望对大家有帮助-kmeans algorithm, the compiler has been passed and we hope to help
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.18kb
    • 提供者:王京
  1. KMEANS_sample

    0下载:
  2. Kmeans算法一例,源代码为KMEANS.CPP. 数据样例为KM2.DAT。-Algorithm Kmeans example, the source code for KMEANS.CPP. Data sample for KM2.DAT.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:29.14kb
    • 提供者:何谢
  1. kmeans

    0下载:
  2. 很好的matlab源代码 是kmeans算法的源代码 希望大家会喜欢-sfsdfsdfdsfdsfdsfdsfdsfdsgsgs
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.18kb
    • 提供者:张政
  1. kmeans

    0下载:
  2. kmeans算法的描述,源代码实现,matlab上 的程序-kmeans
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:lule
  1. KMEANS

    0下载:
  2. kmeans算法的java实现,是一个applet程序,方便实用-java algorithm kmeans achieved applet is a program to facilitate the practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:4.07kb
    • 提供者:sogone
  1. KMeans Euclidean Distance

    1下载:
  2. 一个用java写的欧几里德距离的kmeans算法,以前做实验自己写的-code of KMeans based on Euclidean Distance
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-05-15
    • 文件大小:2.02kb
    • 提供者:tanwei
  1. Kmeans

    0下载:
  2. 使用C语言实现kmeans算法,K=3。-Kmeans algorithm using the C language implementation, K = 3.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1.14kb
    • 提供者:hkm
  1. kmeans

    0下载:
  2. 标准Kmeans算法,用JAVA书写,经验证可执行。-Standard Kmeans algorithm, written using JAVA, proven executable.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:10.93kb
    • 提供者:congcong55
  1. KMeans

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

    • 发布日期:2017-12-20
    • 文件大小:21kb
    • 提供者: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 algorithm, mainly through the con
  3. 所属分类:人工智能/神经网络/深度学习

  1. kmeans

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

  1. kmeans

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

    • 发布日期:2018-01-01
    • 文件大小:9kb
    • 提供者:怀志
  1. kmeans

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

    • 发布日期:2018-01-08
    • 文件大小:785kb
    • 提供者:wy1997
  1. 数据挖掘关于Kmeans算法的研究(含数据集)

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

    • 发布日期:2018-04-20
    • 文件大小:83kb
    • 提供者: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 similarity evaluation index, t
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:6kb
    • 提供者:What111
  1. H

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

    • 发布日期:2018-05-02
    • 文件大小:1kb
    • 提供者:圆脸君
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com