CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - DATA CLUSTERING

搜索资源列表

  1. K-均值聚类算法

    13下载:
  2. K-均值聚类算法,对数据进行聚类分析,可用于提取关键帧等。用matlab实现,K-means clustering algorithm, cluster analysis of data that can be used, such as key frame extraction. Using matlab to achieve
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-07-16
    • 文件大小:122757
    • 提供者:zhengmin
  1. cluster.rar

    1下载:
  2. 用高斯混合模型进行数据聚类分析的matlab 程序。,Set of files for analysis of Gaussian mixture models for data set clustering etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:33932
    • 提供者:Ming Li
  1. Kmeans

    0下载:
  2. 基于opencv的kmeans聚类实现 输入文本数据,进行聚类输出-Opencv-based clustering of kmeans the input text data, clustering output
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2260631
    • 提供者:Cindy
  1. jake_fcm

    0下载:
  2. 模糊Fcm代码,在matlab下开发,用c划分聚类进行数据分析-Fuzzy FCm code, developed in matlab with c divided into clustering for data analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:83169
    • 提供者:sunana
  1. Kmeans

    0下载:
  2. 基于Kmeans算法的图像分割,一般Kmeans是数据挖掘中用来聚类的,本试验利用图像中的灰度值作为Kmeans算法的原始点,进行图像分割-Kmeans algorithm based on image segmentation, data mining in general Kmeans is used to clustering, the trial use of the image gray value as the original algorithm Kmeans spots for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:84651
    • 提供者:蚂蚁
  1. K_Mean

    0下载:
  2. 很好的聚类代码,可以用于对图像数据聚类。-A good clustering code that can be used to image data clustering.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:219773
    • 提供者:关小菊
  1. fcm1

    0下载:
  2. fcm的多维数据聚类(针对5个样本4个属性)类别数为3-the fcm The multidimensional data clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:747
    • 提供者:张守龙
  1. FCM

    0下载:
  2. 在matlab开发环境中,使用模糊C均值聚类的方法对数据进行聚类-In the Matlab development environment, the use of fuzzy C-means clustering methods for data clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2199
    • 提供者:zhangzhang
  1. Fuzzy-c-means-clustering-algorithm-

    0下载:
  2. k均值算法是模式识别的聚分类问题,采用模糊C均值对数据集data聚为cluster_n类 -k-means algorithm is a pattern recognition poly classification,by using Fuzzy C-Means data sets, data gathered cluster_n class
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:2111
    • 提供者:赵燕
  1. Spatial-clustering

    0下载:
  2. 空间聚类分析的C++程序,对数据进行聚类处理并输出树状图。-Spatial clustering analysis C++ procedures, processes and outputs data clustering tree.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1902
    • 提供者:tong
  1. Data-Clustering-with-Normalized-Cuts

    0下载:
  2. 用ncut算法做的数据聚类,经过测试可以正常使用-data clustering with NCUT
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1520395
    • 提供者:褚福跃
  1. Fuzzyjulei

    2下载:
  2. 聚类分析,模糊集,适用于多维数据聚类。在研究生期间所做的成功,成功将三位数据实现聚类,并把它运用到交通分类当中。-Cluster analysis, fuzzy sets, is applicable to multi-dimensional data clustering.During the graduate student success, success will be three data clustering, and apply it to the classification o
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1381342
    • 提供者:jianglin
  1. fuzzy-c-means-clustering

    0下载:
  2. 用于高维数据或者多维图像的模糊C均值聚类算法-Used for army fuzzy c-means clustering high-dimensional data
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4557
    • 提供者:谭建
  1. caitufenge

    0下载:
  2. 本程序首先把图像由RGB空间转到HSI空间,然后利用彩色图像分割策略以及meanshift算法对图像进行分割最后加入边界合成。,实现数据的聚类分割。-The program first the image the RGB space to HSI space and then using color image segmentation strategy and meanshift image segmentation algorithm synthesis of the last to jo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4314163
    • 提供者:东升
  1. K-means_C

    0下载:
  2. 用K-means算法实现数据聚类。首先利用C随机产生800个数据,并将这800个数据作为一组训练样本;其次利用K-means的原理跟方法将这组样本聚类成8个类,从而实现数据的分类。-Data Clustering with K-means Algorithm. First, 800 data were randomly generated by C and the 800 data were used as a set of training samples. Secondly, the K-m
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:9216
    • 提供者:叶阳
  1. K-Means PCA降维

    2下载:
  2. K-Means算法,不要求建立模型之后对结果进行新的预测,没有相应的标签,只是根据数据的特征对数据进行聚类。主成分分析降维对数据进行可视化操作,对features进行降维.(K-Means algorithm does not require the establishment of the model after the new prediction of the results, there is no corresponding tag, but only on the character
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:33792
    • 提供者:赵嘉慧
  1. kernel

    0下载:
  2. 用kfcm算法实现数据的聚类和分类效果。(Kfcm algorithm is used to achieve data clustering and classification results.)
  3. 所属分类:图形图像处理

  1. iycet

    0下载:
  2. Can realize the two-dimensional data clustering, Rotating machinery 2-d holographic spectrum calculation, Based on negative entropy largest independent component analysis.
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:4096
    • 提供者:benhiefei
  1. feng_it33

    0下载:
  2. There are detailed notes, Suppressed carrier type differential phase modulation, Can realize the two-dimensional data clustering.
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:151552
    • 提供者:biufingfang
  1. dhbsc

    0下载:
  2. Can realize the two-dimensional data clustering, The commonly used digital signal modulation based on artificial neural network, Based on negative entropy largest independent component analysis.
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:150528
    • 提供者:lunnanghiupei
« 12 3 »
搜珍网 www.dssz.com