CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - k-means聚类算法

搜索资源列表

  1. K-Means聚类

    1下载:
  2. k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效。-k-means clustering algorithm source code. Kmeans is a common segmentation algorithm is simple but efficient.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1659
    • 提供者:熊健
  1. K-means_clustering_demo

    0下载:
  2. K-均值聚类算法 vc++图形演示程序-K-means clustering algorithm c++ demo program
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:75604
    • 提供者:leo
  1. KMeansClusterConsole

    0下载:
  2. K均值聚类算法,取前k个点为初始聚类中心,然后进行迭代聚类-K means clustering algorithm, fetch the first k points as initial cluster centers, then the iterative clustering
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:26510
    • 提供者:pyb
  1. K-means

    1下载:
  2. 简单实用的k均值聚类算法,可以实现多位向量的简单聚类-Simple and practical k-means clustering algorithm, can achieve more than a simple vector clustering
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2013-04-10
    • 文件大小:5898
    • 提供者:chunxiao
  1. k-means

    1下载:
  2. k均值聚类算法源码 聚类算法学习的实例功能-k-means cluster algorithm
  3. 所属分类:Other systems

    • 发布日期:2014-04-29
    • 文件大小:2583
    • 提供者:wueching
  1. k

    0下载:
  2. k平均聚类所谓k均值聚类方法是一种无监督的学习算法,它能用已知类数的数据聚类和预测。-k-average clustter
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:48887
    • 提供者:小屁
  1. K-means

    0下载:
  2. K-means聚类算法实现代码,在VC++环境下开发的,令附有实验样本集。-K-means clustering algorithm code, in the VC++ development environment, so that experiments with sample set.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:10016
    • 提供者:张敏
  1. k-means

    0下载:
  2. k-means算法实现WEB搜索,用模拟退火,对K-means聚类算法进行数据挖掘-k-means algorithm WEB search
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:413938
    • 提供者:王立娜
  1. shujuwajue

    0下载:
  2. 算法描述: K均值聚类算法: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小-Algorithm Descr iption: K-means clustering algorithm: Given the number of classes K, the N objects assigned to a class K to go, making within-class similarity between objects
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1783
    • 提供者:魏志鹏
  1. k-means

    0下载:
  2. k-均值聚类算法c语言版,经验证测试是可以运行
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:2632
    • 提供者:张莹
  1. k_means

    0下载:
  2. k均值聚类算法,可以完成k均值聚类运算。实现几个点的聚类-k means clustering algorithm, k means clustering operation can be completed. Clustering to achieve several points
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:26511
    • 提供者:lazyshi
  1. K-means

    1下载:
  2. k-means 算法 step1 初始化K个质心 step2 将所有的点分配给最近的质心 step3 更新质心 step4 若质心都没用变化,则停止,否则返回step2 -k-means algorithm is initialized step1 step2 K a center of mass of all the points assigned to the nearest centroid centroid step3 step4 update no us
  3. 所属分类:C#编程

    • 发布日期:2013-04-10
    • 文件大小:44372
    • 提供者:vince
  1. New-Revised-K-means

    0下载:
  2. New revised K-means聚类算法,为matlab函数,需要调用才能使用-New revised K-means clustering algorithm for matlab function, you need to call in order to use
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1997
    • 提供者:秦天柱
  1. k-means-and-pca

    0下载:
  2. 用matlab实现k-means聚类算法以及pca(主成分分析)算法-k-means and pca using matlab
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:10733695
    • 提供者:陈威
  1. K-means

    0下载:
  2. K-means聚类算法的简单实现,内有点集文件以后缀.dat文件形式保存,我将整个C++工程文件打包上传-Simple implementation of K-means clustering algorithm, the set of point file is saved in the form of .dat, I will upload the entire package C++ project file
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2972025
    • 提供者:何声欢
  1. K-means

    0下载:
  2. 使用k-means算法对图像进行分割,并利用遗传算法对k-means算法加以改进(The k-means algorithm is used for the segment of images, and the genetic algorithm is used to improve the k-means algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:smile_ljx
  1. Kmeans

    0下载:
  2. python实现的k-means聚类算法(k-means clustering algorithm implemented by python)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:2402304
    • 提供者:383794668
  1. K---MEANS

    0下载:
  2. 随机生成1000个二维坐标点并用K-means算法计算聚类结果(1000 two-dimensional coordinate points are generated randomly and the clustering results are calculated by K-means algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:78848
    • 提供者:Sunxiaoying
  1. c+=

    0下载:
  2. k-means c++, 聚类算法-含代码说明。聚类(Cluster)分析是由若干模式(Pattern)组成的,通常,模式是一个度量(Measurement)的向量,或者是多维空间中的一个点。(k-means c++,Partitioning Methods,Hierarchical Methods,density-based methods,grid-based methods,Model-Based Methods)
  3. 所属分类:其他

    • 发布日期:2021-02-16
    • 文件大小:2048
    • 提供者:dafengche
  1. IABC_KMC_test_on_Iris_wine_glass

    3下载:
  2. 改进的人工蜂群算法K均值聚类算法寻找全局最优解(Improved artificial bee colony algorithm K-means clustering algorithm to find the global optimal solution)
  3. 所属分类:其他

    • 发布日期:2020-12-21
    • 文件大小:23552
    • 提供者:代码新手
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com