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

搜索资源列表

  1. 2655143923

    0下载:
  2. 此程序是在VC环境下实现k-means均值聚类算法-this procedure is in VC environment to achieve k-means clustering algorithm Mean
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:39561
    • 提供者:zheng
  1. juleisuanfa

    0下载:
  2. 自己编写的一个聚类识别的小程序,里面有几种算法的实现,vc下编译通过的。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:51804
    • 提供者:陈良琴
  1. K-Mean聚类算法

    2下载:
  2. 本程序是基于vc++实现K-Mean聚类
  3. 所属分类:Windows编程

    • 发布日期:2010-03-03
    • 文件大小:65256
    • 提供者:qdhcuggis
  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. julei

    0下载:
  2. 图像模式识别 VC 代码 之聚类分析,有遗传算法-Image Pattern Recognition VC code of cluster analysis, a genetic algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:231889
    • 提供者:slj
  1. FCM

    1下载:
  2. vc++环境下,实现基于FCM的模糊聚类算法。-vc++ environment, FCM-based fuzzy clustering algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:73420
    • 提供者:钟立军
  1. kmean2

    0下载:
  2. 用VC写的关于k-mean聚类算法的程序。-Written by VC on the k-mean clustering algorithm procedure.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:997
    • 提供者:Calvin Chen
  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-15
    • 文件大小:10016
    • 提供者:张敏
  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. 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. cPPfcmsf

    0下载:
  2. VC++实现的fcm算法演示程序,FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最校FCM算法需要两个参数一个是聚类数目C,另一个是参数m。一般来讲C要远远小于聚类样本的总个数,同时要保证C>1。对于m,它是一个控制算法的柔性的参数,如果m过大,则聚类效果会很次,而如果m过小则算法会接近HCM聚类算法。-VC++ to achieve the fcm algorithm demo program, FCM algorithm i
  3. 所属分类:CSharp

    • 发布日期:2017-11-29
    • 文件大小:50086
    • 提供者:肖敬帅
  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. dmAlgorithm

    0下载:
  2. 数据挖掘中利用VC++语言实现的聚类算法程序-The use of data mining clustering algorithm VC++ language program
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:300978
    • 提供者:周统
  1. isodata

    0下载:
  2. isodata聚类算法流程图,开发环境可以是vc,也可以是matlab。-Isodata clustering algorithm flow chart, the development environment can be a vc, also can be the matlab
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:81254
    • 提供者:yueguang11
  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-16
    • 文件大小: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-21
    • 文件大小:6629533
    • 提供者:熊京
  1. kmeans_report

    0下载:
  2. 数据挖掘kmeans图像聚类实验,用VC实现 k-means 聚类算法-Kmeans image clustering data mining experiments with VC k-means clustering algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:7098749
    • 提供者:李景
  1. animationcluster

    0下载:
  2. 这是在VC环境下实现的以动画的形式展示的聚类程序,所用的是最基本的聚类算法。-This is an animation showing the clustering procedure implemented in the VC environment, the use of the basic clustering algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2049783
    • 提供者:呼啸卫
  1. 程序

    0下载:
  2. 以稀疏子空间聚类以及低秩子空间聚类等基本谱聚类算法为基础,通过 运用核映射算法,融合与数据本身结构相关的局部切线空间函数以及主成分分析 算法建立了可以应对独立子空间聚类、非独立子空间聚类、非线性聚类、混合多 流体聚类问题以及多种含有大数据量的实际问题,包括处理运动分割、人脸识别、 工件识别等情况中的多种类型数据分类的聚类算法,并且引入 Map-Reduce 并行处 理方法优化了算法的计算效率(Based on the basic spectral clustering algorith
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:15360
    • 提供者:奏凯吧
  1. 238670

    0下载:
  2. 用K均值算法实现聚类分析的Vc源码,界面和算法都有()
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1851392
    • 提供者:MF+076938
搜珍网 www.dssz.com