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

搜索资源列表

  1. kmeans

    0下载:
  2.  k-means 算法接受参数 k ;然后将事先输入的n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-K-means algorithm accept parameter k Then will the n of prior input data object is divided into k clustering to make won clu
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:570
    • 提供者:彭立军
  1. k-means

    0下载:
  2. 一个聚类的小算法。关于K-SUMMARY的,基于K-MEANS的该军-A small clustering algorithm. About K-SUMMARY-based K-MEANS of the Army
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-22
    • 文件大小:6228122
    • 提供者:huangziwei
  1. cluster-1.50.tar

    0下载:
  2. 数据挖掘聚类算法,kmeans,HC,PCA, SOMs-Data mining clustering algorithm, kmeans, HC, PCA, SOMs
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:859841
    • 提供者:Jim Gary
  1. MARK_Kmeans

    0下载:
  2. 使用k-means算法对一副RGB色彩空间的图像作简单的聚类。根据命令行提示输入聚类的大小K,程序自动计算每一个像素点的归属并着色该点为该类的色彩均值。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-Using k-means algorithm on an RGB color space images to make a simple clustering. According to the command prompt enter the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3136455
    • 提供者:
  1. kmeans

    0下载:
  2. 数据挖掘Kmeans算法C/C++语言实现。 提供接口让使用者可以指定输入输出文件、聚类结果中类别个数、中心点计算方式、初始化方法。-Kmeans,data mining algorithms,C/C++language. Provides the interface so that users can specify the input and output file, type in the number of clustering results, the center of ca
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:350963
    • 提供者:blue
  1. SimpleKMeans

    0下载:
  2. 数据挖掘中经典的k means聚类算法实现-kmeans cluster
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:8234
    • 提供者:
  1. k-means

    0下载:
  2. 次算法基于欧式距离,用于数据挖掘k均值聚类算法,或者用于数据挖掘作业-for dating ,kmeans
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 一种基于K均值的自然图像聚类方法,编程算法巧妙-Based on the natural images k-means clustering method, programming algorithm is clever
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:537
    • 提供者:水林
  1. fenge

    1下载:
  2. 一些图像分割算法,包括快速K-均(kmeans)聚类图像分割算法源代码-The number of image segmentation algorithms, including fast K-(kmeans) clustering segmentation algorithm source code
  3. 所属分类:Special Effects

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

    0下载:
  2. 此代码为模糊C均值聚类的图象分割算法的MATLAB实现-This code is the image of the fuzzy C-means clustering segmentation algorithm in MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:751
    • 提供者:赵晨
  1. philbinj-fastcluster-bf3d361

    0下载:
  2. 这是一个快速进行kmeans聚类的算法,里面有点乱,对于学习者可以下来看看,对于要进行快速开发者可能用不到。-This book and code is talk about k-means method for cluster.It is usefull for you who want to study the method.Thanks
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:22128
    • 提供者:liaofangshun
  1. GA-P-Kmeans

    0下载:
  2. 混合遗传算法和Kmeans的数据聚类程序,对于要做遗传算法改进的人会有很大帮助的!-hybird GA with Kmeans to data clustering
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:4369
    • 提供者:魏魏
  1. Kmeans

    0下载:
  2.  Kmeans 算法是聚类分析中使用最为广泛的算法之一,其每个类别均用该类中所有数据的平均值(或加权平均)来表示,这个平均值即被称作聚类中心。该方法虽然不能用于 类别属性的数据,但对于数值属性的数据,它能很好地体现聚类在几何和统计学上的意义。-Kmeans algorithm is the most widely used cluster analysis algorithm, each category with the average of all data in the class (
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4893
    • 提供者:sun
  1. Kmeans

    1下载:
  2. 划分聚类中的K-means算法,运用的欧式距离作为度量距离-The instance of K-means clustering algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-06
    • 文件大小:1403
    • 提供者:王银同
  1. kmeans

    0下载:
  2. K均值算法,对三维坐标点进行K聚类,注释详细,适合初学者。-K-means classify
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1476
    • 提供者:zephyr
  1. Kmeans

    1下载:
  2. 统计学中,聚类的划分K-means算法,可以较好地实现不同数据点之间的分离-K-means algorithm used to do partition in a large amount of data points
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:846
    • 提供者:haha
  1. kmeans_report

    0下载:
  2. 数据挖掘kmeans图像聚类实验报告 用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码。 -Data mining to achieve the k-means clustering algorithm the kmeans image clustering experiment report wit
  3. 所属分类:File Formats

    • 发布日期:2017-11-07
    • 文件大小:3671339
    • 提供者:周生勇
  1. kmeans

    0下载:
  2. kmeans算法是一种通过聚类从而达到分类的算法-kmeans algorithm is a classification algorithm to achieve through the clustering
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:1000
    • 提供者:baoxing
  1. SpectralClustering

    0下载:
  2. 一种快速有效的谱聚类算法,很好的结合谱聚类和kmeans算法。-fast and efficient spectral clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:11833397
    • 提供者:HJH
  1. kmeans

    0下载:
  2. 利用k-means算法进行聚类,K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最有分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。-Algorithm using k-means clustering, K-means algorithm Euclidean distance as a similarity measure, it is the pursuit of the vector V corresponding to a initial
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:626488
    • 提供者:陈陈
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 »
搜珍网 www.dssz.com