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

搜索资源列表

  1. k-means

    0下载:
  2. 数据挖掘中的k均值算法,应该属于聚类分析的,c语言版。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2238
    • 提供者:师帅
  1. k-means

    0下载:
  2. 这是K均值算法,采用c语言编写,K的取值为2,大家可以改变K的值来进行测试
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:108665
    • 提供者:Gang Li
  1. k-mean

    0下载:
  2. 算法描述: K均值算法: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2150
    • 提供者:LW
  1. K-均值聚类算法C++编程

    3下载:
  2. K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4072
    • 提供者:韩磊
  1. k-means

    0下载:
  2. k均值算法源代码下载,k-means
  3. 所属分类:数值算法/人工智能

  1. k-means_cluster.rar

    0下载:
  2. 通过将一幅图像的sift特征提取出来,然后对他们采用k均值方法进行聚类,By an image feature extraction sift out, and then on their way to the use of k-means clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:570061
    • 提供者:li
  1. clustering.rar

    0下载:
  2. 图像分割算法之间的比较,比较前沿的放发,利用了kmeans和模糊K均值,Between the image segmentation algorithm compares the release cutting-edge hair, use a K-means and fuzzy kmeans
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:2094870
    • 提供者:小牛
  1. dataMining.rar

    0下载:
  2. 数据挖掘的软件,集成了关联规则、k-均值聚类、模糊聚类、k-中心点聚类四种算法,software of data mining
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:148344
    • 提供者:lqinggui
  1. ImageClustering.rar

    0下载:
  2. 本程序实现了K均值(HCM)算法,ISODATA算法,模糊C均值(FCM),模糊阈值法等对遥感影像的分割。,This program implements K means (HCM) algorithm, ISODATA algorithm, fuzzy C means (FCM), fuzzy threshold law of remote sensing image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3361215
    • 提供者:wll
  1. K-mean-clustering

    0下载:
  2. K-mean方法聚类 实现多幅图像的K均值方法的聚类并显示-K-mean clustering,Efficient method to achieve multiple images of the K-means clustering method and display
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1149
    • 提供者:Tan
  1. textureseg

    1下载:
  2. 用多尺度Gabor小波滤波器组实现纹理分割,其中聚类算法采用K均值聚类,本科毕业设计,省优秀-multi-scale Gabor wavelet,texture segmentation,k-mean clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4866534
    • 提供者:汪彪
  1. kmeans

    2下载:
  2. 基于matlab的图像k均值算法,实现对一副彩色图像进行分割。-Matlab image based on k means algorithm, to realize a color image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2016-04-18
    • 文件大小:1172
    • 提供者:李兴泽
  1. PSO_K

    3下载:
  2. 毕设题目,基于K均值的PSO聚类算法,共享了。-Bi-based topic of the PSO-based K-means clustering algorithm, shared.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-09
    • 文件大小:3577
    • 提供者:yujin liu
  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.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10711
    • 提供者:刘斌
  1. k-means

    0下载:
  2. K-means均值聚类算法,用C语言实现 k-均值聚类算法 -Means K-means clustering algorithm, using C language realization of k-means clustering algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1858
    • 提供者:丫丫
  1. K_means

    0下载:
  2. 对两类样本,进行K均值分类,K为2,最后将两类样本用不同的形状标出-Two kinds of samples for K means classification, K 2, the last two samples will be marked with a different shape
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:60417
    • 提供者:王涛
  1. k-means

    0下载:
  2. k-均值聚类算法c语言版用于划分聚类,适合用于数据挖掘之中-k-means clustering algorithm c language version
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:2023
    • 提供者:WangWeiqing
  1. K_means

    0下载:
  2. K-means MATLAB源程序,适用于聚类分析的代码-K-means MATLAB programe
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:7622
    • 提供者:黄小成
  1. kmeans-image-segmentation

    1下载:
  2. K-meansK均值聚类在无监督的情况下选择图像特征的算法-K-meansK means clustering in the case of unsupervised image feature selection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:46288
    • 提供者:renli
  1. kmeans

    0下载:
  2. 快速K均值聚类图像分割算法源代码,能很好的实现图像的分割处理-Fast K-means clustering algorithm for image segmentation source code, can achieve very good to deal with image segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:334659
    • 提供者:zhangyun
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com