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

搜索资源列表

  1. r_aenkqbcg

    0下载:
  2. 我编写的MATLAB程序,刚开始学些数据挖掘的只是,是分类的 bCMRJU 算法中的k均值聚类算法,模式识别大作业,在MATLAB cTQbzds环境下,性能优良。 -I write MATLAB program, just started to learn some data mining only, is bCMRJU classification algorithm in the k-means clustering algorithm, pattern recognition la
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:9950
    • 提供者:nnhhyq
  1. RBF

    0下载:
  2. 使用k均值聚类的方法生成一个rbf网络,各种参数与网络各层输出的调节非常灵活-construct a rbf neural network using k-means clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7134
    • 提供者:zhr
  1. KMkeen

    0下载:
  2. 基于人类视觉将图像分割成若干个有意义的区域是目标检测和模式识别的基础。图像分割属于图像处理中一种重要的图像分析技术。图像分割的基本方法是对灰度图像分割,处理图像的亮度分量,简单快速。本论文介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。-Based on the human visual image is segmented into several meaningful regions is the basis for
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:5034889
    • 提供者:潇枫
  1. kmeans

    0下载:
  2. 在图像分割中所涉及到的k均值聚类,这个方程fuction:[IDX P] = kmeans(V, k),要求输入样本以及聚类数目,得到聚类值以及数目。-In the image segmentation involved in k-means clustering, this equation fuction: [IDX P] = kmeans (V, k), requires the input samples and the number of clusters to give value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:844
    • 提供者:李国基
  1. fengeTU

    0下载:
  2. 根据图像的颜色对图像进行分割,里面有多个方法,一种是RGB色彩分割,一种是K均值聚类,还有对视频处理分割,有多个测试图-According to the color image on the image segmentation, there are multiple ways, one is RGB color segmentation, one is the K-means clustering, and video processing division, a plurality of t
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5315584
    • 提供者:xpudn98
  1. Kjunzhi

    0下载:
  2. K-均值聚类算法的源文件,可以解决基本的聚类问题-K- means clustering algorithm source files, you can solve the basic problem of clustering
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1528
    • 提供者:雪天
  1. moshishibie

    0下载:
  2. 基于matlab的模式识别基础实例源代码,包括贝叶斯分类器,Fisher线性判别,主成分分析,k均值聚类等。-Based on pattern recognition based matlab examples of source code, including Bayesian classifier, Fisher linear discriminant analysis, principal component analysis, k-means clustering.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:106739
    • 提供者:曾丁
  1. Kmeans

    0下载:
  2. K均值聚类算法是先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心-K-means clustering algorithm is to randomly K objects as the initial cluster centers. Then calculate the distance of each object and each seed cluster centers, assigning each objec
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1049
    • 提供者:郭凯文
  1. K_means

    0下载:
  2. K均值聚类算法 属于模式识别的一种基本算法 在此没有与opencv关联-K-means clustering algorithm A basic pattern recognition algorithm is not associated with this opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:986
    • 提供者:左颜汐
  1. k_means

    0下载:
  2. 这是数据挖掘中的k均值聚类算法,用java语言编写的,对于搞聚类的人士很有帮助-This is the data mining k-means clustering algorithm, using java language, for persons engaged in clustering helpful
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2895
    • 提供者:李煜
  1. ClusterAnalysis_2014.11.4

    0下载:
  2. 模式识别的聚类分析。K均值聚类算法是先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是没有(或最小数目)对象被重新分配给不同的聚类,没有(或最小数目)聚类中心再发生变化,误差平方和局部最小。-Pattern recognition clustering
  3. 所属分类:Console

    • 发布日期:2017-06-20
    • 文件大小:33571397
    • 提供者:周思洁
  1. KMeans

    0下载:
  2. k均值聚类,有聚类数目,聚类中心,实现有效聚类。-k-means clustering, there is the number of clusters, cluster centers achieve effective clustering.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:767
    • 提供者:朱敏
  1. MRIxiaonaonaogan

    1下载:
  2. 从脑部MRI图像中提取小脑和脑干,分别采用k均值聚类算法,阈值分割,形态学操作,分水岭算法,区域合并-Brainstem and cerebellum extracts the brain MRI images were used to k-means clustering algorithm, thresholding, morphological operations, watershed algorithm, region merging, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:5161
    • 提供者:soso
  1. MRIzuoyounaobanqiu

    0下载:
  2. 从脑部MRI图像中提取左右脑半球,分别采用k均值聚类算法,阈值分割,形态学操作,分水岭算法,区域合并-Extracted the brain MRI image left and right brain hemispheres, respectively k-means clustering algorithm, thresholding, morphological operations, watershed algorithm, region merging, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:5181
    • 提供者:soso
  1. k

    0下载:
  2. k-means实现聚类算法的程序,简单易懂,适合初学者-K-means clustering algorithm to achieve the procedure, easy to understand, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:678
    • 提供者:李晨阳
  1. k_means

    0下载:
  2. k均值聚类 是一种最基础的聚类方法,就是把看起来最集中,最不分散得到标签分配到输入训练样本中去,求局部最优解。-k-means clustering is one of the most basic clustering method is to look the most concentrated, most non-dispersible label assigned to obtain input to the training sample, find local optima.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:584
    • 提供者:闫昆鹏
  1. kmeans

    0下载:
  2. k均值聚类分割算法的matlab代码,初学者使用-k-means clusterings
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:702
    • 提供者:徐艳
  1. Matlabalgorithmlibrary

    0下载:
  2. MATLAB算法库,包含K均值聚类-分类模型,logistics回归-用于决策,非线性拟合,回归分析模型,支持向量机SVM-用于分类决策,主成分分析PCA-用于决策,TXT格式,适用于数学建模-MATLAB algorithm library, including K-means clustering- classification model, logistics regression- for decision making, nonlinear fitting, regression an
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5209
    • 提供者:yuyuan
  1. kMean

    0下载:
  2. k均值聚类的matlab代码,包含有样本间距的矩阵求解程序。-k-means clustering matlab code, comprising sample matrix solvers pitch.
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:3072
    • 提供者:王好将
  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 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com