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

搜索资源列表

  1. kmean

    0下载:
  2. k-means聚类算法的C++实现程序,简单好理解。-k-means clustering algorithm to achieve C++ program, a simple easy to understand.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1678
    • 提供者:zyz
  1. mohuchuli

    0下载:
  2. 模糊C均值聚类算法的步骤还是比较简单的,模糊C均值聚类(FCM),即众所周知的模糊ISODATA,是用隶属度确定每个数据点属于某个聚类的程度的一种聚类算法。-Fuzzy c-means clustering algorithm steps it is quite simple, fuzzy c-means clustering (FCM), known as fuzzy membership ISODATA, it is to use to make sure that each data po
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:3419
    • 提供者:金丰
  1. KMEANS

    0下载:
  2. C++实现的简单的k均值聚类算法。最基本的聚类算法。-Kmeans clustering algorithm using VC++. It is one of the most fundamental algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:37175
    • 提供者:王珣
  1. k-meanssss

    0下载:
  2. 聚类算法中的经典k均值用c++实现的,测试结果还不错-Classical clustering algorithm k means in c++ implementation with the test results is not bad
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2076
    • 提供者:mid
  1. ISODATADemo

    0下载:
  2. IsoData聚类算法的C++实现,可以用于实际工作和学习中-IsoData clustering algorithm C++ implementation can be used for practical work and learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:22035
    • 提供者:
  1. gmeans

    0下载:
  2. G-means的动态聚类算法,用c语言编写,比较长,大家-G-means of the dynamic clustering algorithm, using c language, relatively long, we look
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:71417
    • 提供者:lan
  1. kmenasofclusting

    0下载:
  2. k-means算法,经典的聚类算法,可以用于聚类,是用C++编写的-k-means algorithm, the classical clustering algorithm, can be used for clustering, is written in C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:2910
    • 提供者:张俊
  1. fcmchengxu

    0下载:
  2. 实现模糊聚类,在c-means的基础上改进的聚类算法-The fuzzy clustering, in the c-means based on the improvement of the clustering algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1301
    • 提供者:麦芽糖
  1. CMean-CPP

    1下载:
  2. 使用c-均值聚类算法在IRIS数据上进行聚类分析-C-means clustering algorithm using IRIS data in the cluster analysis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:968824
    • 提供者:林帅
  1. fast-projective-clustering

    0下载:
  2. 一种子空间聚类的算法,此算法属于子空间聚类算法-a monte caro algorithm for fast projective clustering,C. M. Procopiuc, M. Jones, P. K. Agarwal and T. M. Murali, Proceedings of the 2002 ACM SIGMOD international conference on Management of data
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:196246
    • 提供者:原野
  1. dmlex-0.2.tar

    0下载:
  2. Document clustering algorithm written in c
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:61440
    • 提供者:sadyhoney
  1. vector_Quantization

    0下载:
  2. vector quantizationclusterdemo.m - clustering algorithm demonstration program mfiles used: datagen.m clear all clf generate some data using datagen.m, kmeansf.m Nvec: (1xclass) # data in each of the c gaussian distr. mean_var: 3 x class: mean (1s
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1142
    • 提供者:sen
  1. speech_one

    0下载:
  2. vector quantizationclusterdemo.m - clustering algorithm demonstration program mfiles used: datagen.m clear all clf generate some data using datagen.m, kmeansf.m Nvec: (1xclass) # data in each of the c gaussian distr. mean_var: 3 x class: mean (1s
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:9828
    • 提供者:sen
  1. kmean

    0下载:
  2. 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.-Entropy Based Subspace Clustering for Mining Data- ENCLUS- a new version of PROCLUS algorit
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1130028
    • 提供者:陈老师
  1. FCM

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。-FCM algorithm is a clustering algorithm based on division, the idea is to make it to the same cluster is divided into the biggest similari
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2112943
    • 提供者:张瑞洁
  1. A-new-clustering-method-to-prolong-the-lifetime-o

    1下载:
  2. One of the most critical issues in the wireless sensor networks is the network s nodes limited availability of energy. The network lifetime strictly depends on its energy efficiency. Clustering is a method to make the consumed energy efficient. LEA
  3. 所属分类:Communication

    • 发布日期:2015-05-07
    • 文件大小:307200
    • 提供者:Mohamed Rias
  1. FLICM

    0下载:
  2. FLICM是基于模糊局部信息C均值聚类方法,是对传统FCM聚类方法的最新改进方法,其效果明显优于传统算法。-A novel and robust FCM framework for image clustering called Fuzzy Local Information C-means (FLICM) clustering algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1536
    • 提供者:孙博
  1. Untitledmohujunzhi

    0下载:
  2. c均值模糊聚类算法在matlab环境中的实现源码-fuzzy c-means clustering algorithm in matlab environment to achieve source
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1502
    • 提供者:min
  1. Clusters

    0下载:
  2. K-均值聚类算法和分层聚类算法的C语言实现。包含有样本数据文件,适用于聚类算法的初学者。-K-means clustering algorithm and hierarchical clustering algorithm in C language. Clustering algorithms for beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3506
    • 提供者:戴汶倬
  1. k-means-algorithm-implement

    1下载:
  2. 用于实现K-MEANS聚类分析的C++代码-Used to implement the K-MEANS clustering analysis of the C++ code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:15217
    • 提供者:郑智
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 21 »
搜珍网 www.dssz.com