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

搜索资源列表

  1. omp_v3cs.c

    0下载:
  2. Program OpenMP K-Means algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2451
    • 提供者:bichesama
  1. 9656565

    1下载:
  2. 一种新的基于遗传算法的模糊C-均值聚类的RBF神经网络-A New RBF Neural Network with GA-based Fuzzy C-Means Clustering Algorithm for SINS Fault Diagnosis
  3. 所属分类:Software Testing

    • 发布日期:2017-04-09
    • 文件大小:93576
    • 提供者:徐文
  1. k-means

    0下载:
  2. 本代码主要实现了k均值聚类算法,通过c++在vc软件下实现聚类。-The code is mainly achieved k-means clustering algorithm, c++ in vc achieve clustering software.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:3134
    • 提供者:zhaobin
  1. CMeans

    0下载:
  2. C均值聚类算法,用visual studio C++写的。程序包含TEX文件中的数据。可以更换数据。本人亲自运行通过。-C-means clustering algorithm, using visual studio C++ written. TEX program contains data file. You can replace the data. I personally run through.
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5736822
    • 提供者:无双
  1. fcmdemo

    0下载:
  2. fuzzy c-means clustering
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2061
    • 提供者:Azalea
  1. k-means

    0下载:
  2. K-means算法,linux下C++实现,VC下稍微修改也可运行,数据简单,只实现核心算法-K-means algorithm, under linux C++ achieve, VC can be slightly modified to run, the data is simple, only to realize the core algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:4863
    • 提供者:lihaoliang
  1. cannyedgedetection

    1下载:
  2. 基于canny边缘检测,模糊c均值聚类的图像分割-Canny edge detection based on fuzzy c-means clustering image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:703020
    • 提供者:li
  1. k-means

    0下载:
  2. k-均值聚类算法(C语言实现): 给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-k-means clustering algorithm (C language): given the number of classes K, N objects will be assigned to the K class, making the class the biggest similarity between objects, and the s
  3. 所属分类:Data structs

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

    0下载:
  2. 进行C均值聚类,样本是男女身高体重数据,在程序中增加了很多注释说明部分,适合广大初学者。-Perform C-means clustering, the sample was male and female height and weight data, adds a lot of explanatory notes section in the program, for the majority of beginners.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2129
    • 提供者:阮士涛
  1. watershed-and-FCM

    1下载:
  2. 两个matlab编写的图像分割算法,分水岭和模糊C均值聚类算法-matlab codes, watershed algorithm and fuzzy C means clustering algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2000
    • 提供者:bean
  1. FCM

    0下载:
  2. 模糊C均值聚类,实现数据聚类算法!来源于网络,经过修改,可用于数据聚类!-Fuzzy C-Means clustering, data clustering algorithm! From the network, without modification, can be used for data clustering!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1956819
    • 提供者:hu huacheng
  1. FuzzyPHMF

    0下载:
  2. Fuzzy c means + hmf implenentation
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:144212
    • 提供者:arun
  1. cmeans

    0下载:
  2. C-means算法,由R语言完成。基于数据集合dataset3.txt。-C-means algorithm, completed by the R language. Based on data collection dataset3.txt.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:16281
    • 提供者:yangx
  1. improved-FCM-based-on-GA

    1下载:
  2. 是一个基于遗传算法改进的模糊C均值算法,很不错的代码。-It is a improved fuzzy C-means algorithm based on genetic algorithm , a very good code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:17773
    • 提供者:简川霞
  1. cluster-toolbox

    0下载:
  2. 聚类工具箱,可以实现k-means,fuzzy c-means,agglomerative (hierarchical) clustering等聚类-cluster toolbox
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:12993
    • 提供者:李志猛
  1. Ch2

    0下载:
  2. 基于c均值算法的聚类,对待识别模式进行分类,研究c均值算法的整体流程及细节-C-means algorithm based on clustering, pattern recognition classification treat study c-means algorithm and details of the overall process
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:314335
    • 提供者:李潇雨
  1. K-means

    0下载:
  2. K-means聚类算法的简单实现,内有点集文件以后缀.dat文件形式保存,我将整个C++工程文件打包上传-Simple implementation of K-means clustering algorithm, the set of point file is saved in the form of .dat, I will upload the entire package C++ project file
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2972025
    • 提供者:何声欢
  1. fcm

    0下载:
  2. 模糊c均值聚类。是matlab中fcm函数的代码-Fuzzy c-means clustering. Is the code matlab function in fcm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:13786
    • 提供者:武利娟
  1. FCMClust

    0下载:
  2. 模糊C均值聚类(FCM)算法是一种经典的模糊聚类分析方法,但其算法初始聚类中心集是随机选取的,从而造成算法的性能强烈的依赖聚类中心集的初始化。-Fuzzy C-Means clustering (FCM) algorithm is a classical fuzzy clustering analysis method, but the algorithm sets the initial cluster centers are selected randomly, resulting in a
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2164
    • 提供者:张勤拙
  1. k-means

    0下载:
  2. k-means 算法在c++上的实现。在c++上实现了普通单层k-means算法的迭代过程。-k-means algorithm on c++' s. On c++ iterative process to achieve a common single k-means algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3131
    • 提供者:蒋宇豪
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 50 »
搜珍网 www.dssz.com