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
    • 文件大小:48.25kb
    • 提供者:middy
  1. constrained Kmeans

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

  1. EM-kmeans.rar

    1下载:
  2. 用matlab实验k-means算法,对数据进行分类。,Matlab experiments using k-means algorithm to classify the data.
  3. 所属分类:matlab

    • 发布日期:2016-05-10
    • 文件大小:3.65kb
    • 提供者:wp
  1. kmeans.rar

    0下载:
  2. data mining algorithm . kmeans聚类算法,clustering algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:5.57kb
    • 提供者:chenfan
  1. kmeans

    1下载:
  2. kmeans文本聚类算法的简单实现,是用JAVA实现的-kmeans a simple realization of the text clustering algorithm is implemented using JAVA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:10.86kb
    • 提供者:rocky
  1. kmean

    0下载:
  2. 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10.46kb
    • 提供者:刘斌
  1. kmeans

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

    • 发布日期:2017-03-26
    • 文件大小:6.25kb
    • 提供者:盛荣芬
  1. kmeans-plusPlus

    0下载:
  2. K-means++算法实现,加强了初始聚类点的选取(careful seeding)-K-means++ algorithm to enhance the selection of the initial clustering points (careful seeding)
  3. 所属分类:matlab

    • 发布日期:2015-06-06
    • 文件大小:1kb
    • 提供者:wxj
  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(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

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

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者: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
    • 文件大小: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-algorithm

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

    • 发布日期:2017-11-12
    • 文件大小:25.74kb
    • 提供者: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
    • 文件大小:2kb
    • 提供者:linlin1
  1. kMeans

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

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

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

    • 发布日期:2018-01-04
    • 文件大小:1kb
    • 提供者:西瓜怪
  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-algorithm

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

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