CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - fuzzy c means data

搜索资源列表

  1. 模糊c-均值算法是模糊聚类

    2下载:
  2. 模糊c-均值算法是模糊聚类中最常见、应用最广泛的分析方法之一.经典FCM算法理论和应用的研究已经相当成熟,Bezdek业已证明算法的收敛性[6],许多软件提供了多种方便的FCM工具箱(如Matlab中FCM工具箱等).但是传统FCM算法处理的是普通数据集,不能直接处理区间数,得到的聚类原型也不是区间数.针对区间数,一种直觉的方法是分别对左区间值和右区间值作FCM,并把得到的聚类原型分别作为区间型聚类原型的左右区间值,但这种方法已经被证明是行不通的[6]-fuzzy c-means cluster
  3. 所属分类:matlab例程

    • 发布日期:2014-01-15
    • 文件大小:9098
    • 提供者:feifei
  1. demo

    1下载:
  2. 实现数据挖掘的几个算法,包括模糊聚类,K均值,以及K近邻等聚类算法-Some of the implementation of data mining algorithms, including fuzzy clustering, K-means, as well as neighbors, such as clustering algorithm K
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:256007
    • 提供者:Haha
  1. Kmean

    1下载:
  2. 自行implement的k-mean(含fuzzy c mean),可以直接於vc++針對大量數據進行分群的動作-Implement on its own the k-mean (with fuzzy c mean), can be directly in vc++ For clustering large amount of data movement
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-01-15
    • 文件大小:3862
    • 提供者:陳志強
  1. FCMClust

    0下载:
  2. 采用模糊C均值对数据集data聚为cluster_n类-Fuzzy C-means data sets of data together for cluster_n category
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4907
    • 提供者:tf Cheung
  1. clustering

    0下载:
  2. Fuzzy Clustering. Problem: To extract rules from data Method: Fuzzy c-means Results: e.g., finding cancer cells
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1959584
    • 提供者:sunda
  1. Cjulei

    0下载:
  2. 利用模糊c—均值聚类方法将data 数据向量;3表示分成三类;center表示分类中心-Using fuzzy c-means clustering method to the data vector data 3 that is divided into three categories center said the classification center
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:559
    • 提供者:乔百杰
  1. fcm

    0下载:
  2. 模糊C-均值聚类方法的原函数,不用再进行编写,直接可以哄-the function of FUZZY C CLUSTERING
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1800
    • 提供者:zhujihang
  1. Kode-Program-Algoritma-Fuzzy-C-Means

    0下载:
  2. Fuzzy clustering is a class of algorithms for cluster analysis in which the allocation of data points to clusters is not "hard" (all-or-nothing) but "fuzzy" in the same sense as fuzzy logic.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4795
    • 提供者:bwindhya
  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. fuzzyC-means-classification

    0下载:
  2. 这是模糊C均值的matlab源程序,只要输入原始数据就可以按要求井陉分类~-This is the fuzzy C-means matlab source, as long as the original input data required Jingxing Category ~
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2262
    • 提供者:燕青
  1. fuzzy

    0下载:
  2. Fuzzy c-means clustering (FCM) with spatial constraints (FCM_S) is an effective algorithm suitable for image segmentation. Its effectiveness contributes not only to introduction of fuzziness for belongingness of each pixel but also to exploitat
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:36555
    • 提供者:mahsy
  1. PIM-fuzzy-c-means

    0下载:
  2. Partition index is a measure ofvalidity similar to partition coeGcient, based on using Pj = ci=1 (uij)m as a measure ofhow well the jth data point has been classi- 2ed. The closer a pixel is to a codebook entry, the closer Pj is to one. Ifa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:59986
    • 提供者:dr
  1. Data-Beban

    0下载:
  2. This MATLAB Toolbox contains M-files for the following clustering algorithms 1. Fuzzy C-Means Clustering (FCM) => Yf_FCMC1.m 2. Possibilistic C-Means Clustering (PCM) => Yf_PCMC1.m 3. Fuzzy-Possibilistic C-Means Clustering (FPCM) => Yf
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:22207
    • 提供者:Anantama
  1. K-Means-master

    4下载:
  2. 模糊C均值聚类算法的PYTHON实现,在UCI的IRIS数据集上实现-Fuzzy C-means clustering algorithm PYTHON realization, implemented on UCI s IRIS data set
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:14205
    • 提供者:Jingwei Huang
  1. FCM

    0下载:
  2. 一个模糊C均值聚类算法的matlab程序。程序中自带数据生成函数。(A fuzzy C means clustering algorithm matlab program. Program comes with data generation function.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:tonyJ
  1. fuzzy c-means

    0下载:
  2. 基于fuzzy c-means(FCM)的无监督模糊聚类算法,输出值有:各个样本的类别标签、目标函数在每次迭代后的值、聚类中心以及聚类区间。内有测试数据data.mat,点击 test.m 可以完美运行。(The unsupervised fuzzy clustering algorithm based on fuzzy c-means (FCM) outputs the class labels of each sample, the value of the target function
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:16384
    • 提供者:Galsang
  1. FuzzyC-Means

    0下载:
  2. Fuzzy c-means (FCM) is a method of clustering which allows one piece of data to belong to two or more clusters
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:mustafa92
  1. FCMCluster

    0下载:
  2. 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c- means clustering algorithm fuzzy c-means algorithm (FCMA) or FCM. Among the many fuzzy clustering a
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:灰烬使者灬
  1. FCM,模糊C均值聚类的MATLAB实现[matlab]-FCM

    0下载:
  2. 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c-means algorithm (FCMA) or FCM. Among many fuzzy clustering algorithms, the fuzzy C-means (FCM) algor
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:6144
    • 提供者:五道杠骚年
  1. neural networks

    1下载:
  2. 1.elman神经网络对输入波形进行检测 2.设计具有3个神经元的Hopfield网络 3.建立自适应神经模糊推理系统对非线性函数进行逼近(正弦加滞后) 4.建立自适应神经模糊推理系统对非线性函数进行逼近(正弦多项式) 5.利用模糊C均值聚类方法将一类随机给定的三维数据分为三类(1.Detection of input waveform by elman neural network 2. design a Hopfield network with 3 neurons 3. est
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:南风水忆
« 12 »
搜珍网 www.dssz.com