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

搜索资源列表

  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. k-means c++源码

    0下载:
  2. 社团结构划分中 k-means算法 C++源码
  3. 所属分类:其它

    • 发布日期:2012-05-21
    • 文件大小:3568
    • 提供者:s_ssss
  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. 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4251
    • 提供者:Yifan Young
  1. KMEANS

    0下载:
  2. K-Means动态聚类算法源程序 在数据挖掘中的应用-K-Means dynamic algorithm source data mining application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:131932
    • 提供者:张照辉
  1. KMEANS

    0下载:
  2. 基于c++的k-means聚类分析算法,实用性很强-Cluster analysis algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1971281
    • 提供者:天琪翼
  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.c from opencv
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2492
    • 提供者:pudn
  1. kmeans

    0下载:
  2. 这是用C++编写的数据挖掘的聚类算法。算法中使用了链表结构做为存储数据的容器。-It is written in C++, data mining clustering algorithm. Algorithm is used to store data as a linked list structure of the container.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2716060
    • 提供者:柯安滨
  1. KMEANS

    0下载:
  2. 用C语言实现的基于均值聚类算法的图像分割的中心程序-c kmeans
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:30267
    • 提供者:李梦
  1. kmeans

    0下载:
  2. C# 聚类k-means 建立tf*idf的聚类过程-C# cluster for every one
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:15966
    • 提供者:jian huang
  1. KMEANS

    0下载:
  2. k-means C++ 源代码, 修正原来的错误, 增加的新功能 1、用vector实现其存储 2、直接在程序中读取数据集 3、结果可以保存到文件中 4、用户可以输入聚类个数 5、初始聚类中心随机选择(代码自动随机)-k-means C++ source code, fixes the original error, the increase in new features 1, 2, with the vector to achieve its store dire
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5502
    • 提供者:烈马
  1. KMEANS

    0下载:
  2. k均值算法,C++文件,读入txt文件的方式实现-k means algorithm, C++ files, read txt file means to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:941979
    • 提供者:Mei Xj
  1. kmeans

    0下载:
  2. function [L,C] = kmeans(X,k) KMEANS Cluster multivariate data using the k-means++ algorithm. [L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class label per column in X and a size(X,1)-by-k matrix C containing the centers
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:908
    • 提供者:ehsan
  1. kmeans--C---

    0下载:
  2. 这是kmeans算法的c语言实现,区分c-Kmeans algorithm c language, distinguish c++
  3. 所属分类:Other systems

    • 发布日期:2017-11-04
    • 文件大小:2240
    • 提供者:安依然
  1. KMeans

    0下载:
  2. kmeans的算法,利用欧氏距离来算,c-kmeans c++
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:1233486
    • 提供者:何智明
  1. Kmeans图像分类C++代码

    0下载:
  2. Kmeans图像分类C++代码,直接把输入图像的路径修改一下即可使用!!!(Kmeans image classification C++ code)
  3. 所属分类:图形图像处理

  1. Kmeans

    0下载:
  2. 采用C#语言完成了Kmeans 聚类算法的聚类过程。(The clustering process of Kmeans clustering algorithm is completed by C# language.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-06
    • 文件大小:23552
    • 提供者:sososober
  1. kmeans

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

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

    1下载:
  2. C++编程实现数据挖掘中的聚类分析 使用K均值算法(C++ programming to achieve data mining clustering analysis using k-means algorithm)
  3. 所属分类:其他

    • 发布日期:2020-12-23
    • 文件大小:2048
    • 提供者:THOMASY
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com