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

搜索资源列表

  1. juleifenxi

    0下载:
  2. 基于C#.net实现了聚类分析的K均值算法-Based on C#. Net realized cluster analysis K-means algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:45750
    • 提供者:super
  1. Cmeansclusteringmethods

    0下载:
  2. 本算法在vc++6.0中进行实验。分别就分解聚类和C-均值聚类两种方法在IRIS数据集上进行操作。分类前先将数据集中的样本顺序打乱形成混合数据。分解聚类中,采用前100个样本用对分法编制程序将数据分为两类。C-均值聚类采用全部的150个样本,将类别参数K设为3,将数据分为三类。-The algorithm in vc++6.0 in the experiment. Separate cluster and decomposition of two C-means clustering metho
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1593
    • 提供者:万鹏程
  1. knear

    0下载:
  2. K均值算法,用于聚类,程序写得比较好,容量读-K means algorithm for clustering, procedures written better, capacity Reading
  3. 所属分类:Console

    • 发布日期:2017-05-01
    • 文件大小:809208
    • 提供者:Spring
  1. cskmeans

    0下载:
  2. 基于向量内积的相似性K-means聚类算法-Based on vector similarity of inner product K- means clustering algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1922
    • 提供者:hanna
  1. KMeans_Cluster_test

    0下载:
  2. K-Means 聚类算法,C#版,不适合大量数据,适合初学者-K-Means clustering algorithm, C# version, not suitable for large amounts of data, suitable for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:28273
    • 提供者:xx
  1. TextClusteringKmeans

    0下载:
  2. 从文本文件读入文本,分词,去停顿词,然后利用kmeans进行文本聚类-Text Clustering with K means
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:5019
    • 提供者:xiaoguang
  1. 1

    0下载:
  2. 基于WEKA平台的文本聚类研究与实现 文本聚类是文本挖掘领域的一个重要研究分支,是聚类方法在文本处理领域的应用。本文对基于空间向量模型的文本聚类过程做了较深入的讨论和总结,利用文本语料库,基于数据挖掘工具研究并实现了文本聚类的过程。本文首先给出了文本聚类的思想和过程,回顾了文本聚类领域的已有成果,列举了文本聚类领域在特征表示、特征提取等方面的基础研究工作。另外,本文回顾了现有的文本聚类算法,以及常用的文本聚类效果评价指标。在研究了已有成果的基础上,本文利用20 Newsgroup文本语料库,
  3. 所属分类:Windows Develop

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

    1下载:
  2. K-means算法的聚类分析 Visual basic版本-K-means Clustering
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:171922
    • 提供者:王筱羽
  1. Kexample-temp-

    0下载:
  2. K-means聚类算法的实现,可以实现对图像色彩块进行分类,是一个不错的算法,就是处理起来慢了点-K-means clustering algorithm, could achieve the color of the image block classification is a good algorithm is handling up slow
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:68766
    • 提供者:清醒
  1. k-means-algorithm-

    0下载:
  2. 在matlab开发环境下用k均值算法实现数据的分类,以及得到数据的聚类中心- realizingthe data classification With k-means algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:8796
    • 提供者:赵子岩
  1. k_means_image

    0下载:
  2. k-means聚类 vc++实现,能完美运行-k-means clustering vc++ achieve perfect run
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:11003417
    • 提供者:David
  1. K

    0下载:
  2. 这是K均值聚类的程序,数据挖掘等课程都需要-This is a K-means clustering procedures, data mining courses
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:5294
    • 提供者:张瑞丽
  1. kmeans

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

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

    2下载:
  2. k-means聚类算法,根据属性将矩阵中的对象分类-K-means clustering algorithm,classify the objects in data matrix based on the attributes
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:1296
    • 提供者:youyou
  1. K_means

    0下载:
  2. 网络用户访问行为分析方法研究k-means 聚类算法网络用户访问行为分析方法研究-Network user access behavior analysis method k-means clustering algorithm Network user access behavior analysis method
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:23751
    • 提供者:周洪芬
  1. k-means

    0下载:
  2. 数据挖掘,k类聚算法,C++实现的-k-means algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:185805
    • 提供者:严言
  1. K-Means

    0下载:
  2. 基于vc程序的实现K-Means动态聚类算法源程序-K-Means clustering algorithm based on vc program source code implementation of K-Means clustering algorithm based on vc program source code to achieve
  3. 所属分类:Windows Develop

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

    0下载:
  2. k-means 算法,由c语言实现简单的聚类操作。-k-means algorithm, the c language simple clustering operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1983
    • 提供者:吴康
  1. kmeans_report

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

    • 发布日期:2017-05-17
    • 文件大小:4152903
    • 提供者:吴娟
  1. kmeans_report

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

    • 发布日期:2017-05-22
    • 文件大小:6629533
    • 提供者:熊京
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com