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

搜索资源列表

  1. kmeans-output-result-document

    0下载:
  2. Kmeans algorithm in C++,output a result.txt containing clustering result.-Kmeans algorithm in C, output a result.txt containing clustering res ult.
  3. 所属分类:数值算法/人工智能

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

    1下载:
  2. constrained kmeans algorithm
  3. 所属分类:数值算法/人工智能

  1. kmeans-segment

    1下载:
  2. 利用k-means算法进行图像分割,效果较好-Using k-means algorithm for image segmentation is better
  3. 所属分类:Special Effects

    • 发布日期:2016-05-10
    • 文件大小:768
    • 提供者:stef
  1. kmeans

    0下载:
  2. 基本的数据聚类算法,可以进行快速有效的数据聚类,可以有效地进行数据挖掘-Basic data clustering algorithm, can be fast and effective data clustering, data mining can be effectively
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-26
    • 文件大小:6403
    • 提供者:盛荣芬
  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
    • 文件大小:54033
    • 提供者: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
    • 文件大小:84651
    • 提供者:蚂蚁
  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
    • 文件大小:1206
    • 提供者:王京
  1. Kmeans

    0下载:
  2. it is a program to segment a colored image with Kmeans algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1841
    • 提供者:faten
  1. Kmeans

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

    • 发布日期:2017-04-04
    • 文件大小:1166
    • 提供者:hkm
  1. Kmeans

    0下载:
  2. Kmeans Algorithm Implementation
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:166537
    • 提供者:Hesham
  1. kmeans

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

    • 发布日期:2017-04-04
    • 文件大小:11196
    • 提供者:congcong55
  1. Kmeans-algorithm

    0下载:
  2. 模式识别算法Kmeans算法原理及C++编程实现-Pattern recognition algorithm Kmeans algorithm and C++ programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:26360
    • 提供者:lyuwjq
  1. kMeans

    0下载:
  2. 实现聚类,预测数据,在教育行业十分有帮助(The basic idea of KMeans algorithm is that the initial random given K cluster centers, according to the nearest neighbor principle, the sample points are divided into different clusters. Then, the centroid of each cluster is comp
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:linlin1
  1. KMeans

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

    • 发布日期:2017-12-20
    • 文件大小:21504
    • 提供者:yddy
  1. kMeans

    0下载:
  2. kmeans的算法函数,可以在主程序调用,新手上传,请多指教(Kmeans algorithm function, you can call in the main program, novice upload, please advise)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:Miki_su
  1. kmeans

    0下载:
  2. 使用python编写kmeans聚类的例程,含画图(use python to implement kmeans algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:西瓜怪
  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
    • 文件大小:9216
    • 提供者:怀志
  1. kmeans

    0下载:
  2. C#实现Kmeans聚类算法,同时解决了C#里面深度复制的问题,对占比少于一定比例的类剔除(C# for Kmeans algorithm)
  3. 所属分类:*行业应用

    • 发布日期:2018-04-20
    • 文件大小:46080
    • 提供者:雪如发
  1. kmeans-algorithm

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

    • 发布日期:2018-05-01
    • 文件大小:30720
    • 提供者:Xuagent
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com