CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - k-means 数据

搜索资源列表

  1. Fuzzy-k-means

    1下载:
  2. 模糊核聚类及几篇文章,用于数据和图像的模糊聚类分割,效果还行-nuclear fuzzy clustering and articles for data and image segmentation fuzzy clustering, the results were OK
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1381338
    • 提供者:张莉
  1. yk-kMEANS_3

    0下载:
  2. k-均值算法实现聚类,已经带有测试数据,vc++6-k-means clustering algorithm has been tested with data vc 6
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:9217
    • 提供者:袁珂
  1. k-means聚类算法

    2下载:
  2. 实现数据的聚类操作,代码简洁易用!
  3. 所属分类:图形图象

    • 发布日期:2011-05-16
    • 文件大小:1497
    • 提供者:tdp111
  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. K_average

    0下载:
  2. k均值聚类或者成为均值聚类,用于对各个数据进行分类-k-means clustering or a means clustering for the classification of the various data
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1697
    • 提供者:李岚
  1. zhaolong-----shujuwajue

    0下载:
  2. 一个经典数据挖掘算法的实现 1、 实现经典数据挖掘算法k-means 2、 使用数据挖掘算法从数据集中发现知识 -A classic data mining algorithm is realized 1, realize the classic data mining algorithm k- means 2, the use of data mining algorithm from the dataset found knowledge
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:506955
    • 提供者:刘烨
  1. IsoDataaK-means

    0下载:
  2. 是用VS6.0编写的程序。实现了模式识别中的ISODATA算法和K均值算法。内附有测试数据。-made by VS6.0 C++ Isodata K-means
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:16738
    • 提供者:zhaoyongquan
  1. K-Means

    0下载:
  2. 这个目录包含了K - means算法的代码实现。源代码可以发现在KMEANS.CPP。样本数据isfound在KM2.DAT。 KMEANS程序接受输入向量的组成和计算使用K - means算法的集群中心。输出被定向到屏幕上。 -This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.D
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:30204
    • 提供者:秋西西
  1. 11

    0下载:
  2. K均值,随机产生一组数据并加以聚类,是学习图像处理的基础-K-means, random values, and clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2145
    • 提供者:范志强
  1. k-means

    0下载:
  2. 数据挖掘-聚类分析:k-平均(k-Means)算法实现(C++) -Data Mining- Cluster Analysis: k-average (k-Means) algorithm (C++)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:5878
    • 提供者:tang
  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. K-means

    0下载:
  2. 在诸多的图像分割算法中,K-means聚类方法体现出了高效性和简洁性。该代码完整实现了k-means算法,并利用该算法进行图形分割。k-means 算法接受参数 k,然后将事先输入的n个数据对象划分为 k个聚类以使得所获得的聚类满足:同一聚类中的对象相似度较高,不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-This code implements the K-means method for image segmentation,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:62007
    • 提供者:Zhang
  1. k-means

    0下载:
  2. k—均值算法opencv代码实现。 k-Means 算法是一种 cluster analysis 的算法,其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:1681
    • 提供者:陈宇
  1. k-means

    0下载:
  2. 数据挖掘,或者适用opencv上的图像处理功能-Image processing functions of data mining, or apply on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-17
    • 文件大小:93882
    • 提供者:张十一
  1. k-means-picture

    0下载:
  2. k-means图像分割,数据仓库与数据挖掘大作业,不同于其他k-means图像分割,k-means算法为自己编辑,而非调用matlab k-means函数,刚出成绩上传的-k-means
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:800963
    • 提供者:zzz
  1. k-means-iris

    0下载:
  2. 运用k-means算法对IRIS数据集进行聚类分析-K-means algorithm is appliled to do cluster analysis for IRIS dataset.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:8708
    • 提供者:李玉红
  1. fuzzy-K-means

    0下载:
  2. 代码是一种数据挖掘算法,fuzzy-K-means,对数据进行分类-The code is a data mining algorithms, fuzzy-K-means, data classification
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1617
    • 提供者:JACK
  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. PCA-K

    1下载:
  2. 该算法主要包含PCA算法和K-Means聚类算法,用于SAR变化检测,包含数据图片。(The algorithm mainly includes PCA algorithm and K-means clustering algorithm for SAR change detection, including data images.)
  3. 所属分类:图形图像处理

    • 发布日期:2020-12-31
    • 文件大小:240640
    • 提供者:墨辞
« 12 3 »
搜珍网 www.dssz.com