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

搜索资源列表

  1. Cmeanvalue

    1下载:
  2. 基于背景差分算法和C均值聚类算法的车辆检测与跟踪-Based on background difference algorithm and C means clustering algorithm for detecting and tracking vehicles
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:227499
    • 提供者:牛大宝
  1. moshishibie

    0下载:
  2. 先用C-均值聚类算法程序,并用下列数据进行聚类分析。在确认编程正确后,采用蔡云龙书的附录B中表1的Iris数据进行聚类。然后使用近邻法的快速算法找出待分样本X(设X样本的4个分量x1=x2=x3=x4=6;子集数l=3)的最近邻节点和3-近邻节点及X与它们之间的距离。-First C-means clustering algorithm procedures and with the following data for cluster analysis. After confirming t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1002
    • 提供者:jack
  1. C-mean

    0下载:
  2. 模式识别中用matlab实现c均值的计算,分类实现的算法。-matlab,c-means fuction
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:861
    • 提供者:张强
  1. DIBAPI

    0下载:
  2. fcm用于进行模糊C均值分割,得到的效果还不错-fcm for fuzzy C-means segmentation, the results have been good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1505099
    • 提供者:姜宏涛
  1. imagesegmentation

    1下载:
  2. 模糊C-均值聚类算法,使用VC++与matlab 编程两种方法实现算法-Fuzzy C-means clustering algorithm, using VC++ and matlab programming algorithm in two ways
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2783293
    • 提供者:yzhang
  1. sfcm

    0下载:
  2. 加入邻域信息的空间模糊c均值聚类算法的代码。-Join neighborhood information, spatial fuzzy c-means clustering algorithm code.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:692
    • 提供者:田慧
  1. k_meansc_meansCluster

    0下载:
  2. 基于k均值、c均值等聚类算法,应用于数据挖掘-Based on the mean k, c means clustering algorithm, etc., used in data mining
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:503560
    • 提供者:闫少华
  1. K-Means

    0下载:
  2. 一个很好的C均值聚类算法!通过运行此文件可以很好的进行数据的分类。-K-means
  3. 所属分类:Search Engine

    • 发布日期:2017-03-30
    • 文件大小:1282
    • 提供者:章红燕
  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. c-jun

    0下载:
  2. 这是一个C均值算法的Matlab程序,已测试可用,希望对大家有帮助!-This is a C means algorithm Matlab program has been tested is available, we want to help!
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1510
    • 提供者:y
  1. C_mean

    0下载:
  2. 该代码是matlab编写的C均值聚类算法,具有速度快,聚类效果好的特点-The matlab code is written in C means clustering algorithm, a fast clustering and a good effect
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:636
    • 提供者:邓俊俊
  1. Fuzzy-C-means-clustering

    0下载:
  2. 模糊C均值聚类算法的C++实现代码模糊C均值聚类算法的C++实现代码-Fuzzy C means clustering algorithm C++ implementation code fuzzy C means clustering algorithm C++ implementation code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:170197
    • 提供者:dsdsds
  1. C-means-clustering-algorithm

    0下载:
  2. 利用C++实现C均值聚类算法。模糊c均值聚类算法因算法简单收敛速度快且能处理大数据集,解决问题范围广,易于应用计算机实现等特点受到了越来越多人的关注,并应用于各个领域。-C means clustering algorithm in C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:170163
    • 提供者:chentao
  1. c-means-algorithm

    0下载:
  2. 熟悉c均值算法,通过程序语言实现该算法,比较每个聚类的初始均值不同时,算法结果的差别。理解动态聚类算法的算法思想-Familiar with the c means algorithm, the algorithm realized by programming language, compare the initial mean of each cluster is not the same time, the difference between algorithm results. Dyn
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:24797
    • 提供者:yshg
  1. test_FLICM

    1下载:
  2. FLICM一种基于模糊局部信息C均值聚类方法,是对传统FCM聚类方法的最近改进方法,具有更强的鲁棒性,效果明显优于传统算法。-A novel and robust FCM framework for image clustering called Fuzzy Local Information C-means (FLICM) clustering algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:695
    • 提供者:孙博
  1. C

    0下载:
  2. 用C均值聚类对Iris数据分类,输出分类结果和准确度-With the C-means clustering on the Iris data classification, and accuracy of output classification results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:411626
    • 提供者:奥斯卡
  1. Fuzzy-C

    0下载:
  2. 模糊C均值聚类算法的步骤还是比较简单的,模糊C均值聚类(FCM),即众所周知的模糊ISODATA,是用隶属度确定每个数据点属于某个聚类的程度的一种聚类算法。-Fuzzy C-means clustering algorithm is relatively simple steps, fuzzy C-means clustering (FCM), known as fuzzy ISODATA, is used to determine the membership of each data poi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:172213
    • 提供者:pingziyu
  1. C-Means-clustering-code

    0下载:
  2. 模糊C均值模式识别聚类算法相关的C++源程序代码-Fuzzy C-means clustering algorithm of pattern recognition related to the C source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:170170
    • 提供者:暮之
  1. c

    0下载:
  2. 用C-均值聚类的方法对Iris数据进行聚类分析-Cluster analysis using C-means clustering method on the Iris data
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1300
    • 提供者:王宁
  1. c-junhua

    0下载:
  2. 用FAMALE.TXT、MALE.TXT和/或test2.txt的数据作为本次实验使用的样本集,利用C均值和分级聚类方法对样本集进行聚类分析,对结果进行分析,从而加深对所学内容的理解和感性认识。-Use FAMALE. TXT, MALE. TXT and/or test2. TXT data as the use of the samples, using C mean and hierarchical clustering method of samples of clustering an
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:11536
    • 提供者:QUAN RONG
« 1 2 3 4 5 67 8 9 10 11 ... 40 »
搜珍网 www.dssz.com