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

搜索资源列表

  1. k-matlab

    0下载:
  2. k均值的现代模式识别的作业,包括实验报告,对学习这门课的同学很有用-k-means modern pattern recognition operations, including the lab report, students learning this course useful
  3. 所属分类:Graph program

    • 发布日期:2017-11-17
    • 文件大小:9915
    • 提供者:暮之
  1. matlab-image-segmation

    0下载:
  2. just this for k-means algorithm coedes in matlab,it for beginners-just this is for k-means algorithm coedes in matlab,it for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:11237
    • 提供者:jj333
  1. matlab-km

    0下载:
  2. this k-means clustering algorithm codes in matlab, and it is for beginners-this is k-means clustering algorithm codes in matlab, and it is for beginners
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-23
    • 文件大小:2030
    • 提供者:jj333
  1. KNN

    0下载:
  2. matlab实现k均值分类,模式识别中的算法,共同学习!-matlab k-means classification, pattern recognition algorithms, learning together!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-06
    • 文件大小:2193
    • 提供者:林夕
  1. K-mean

    2下载:
  2. K均值聚类,用于空间区域的自适应划分,用MATLAB软件来实现。-K-means clustering for adaptive division of the region of space, using MATLAB software to achieve.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-21
    • 文件大小:121856
    • 提供者:韦燕华
  1. Desktop

    0下载:
  2. 谱聚类matlab算法实现,k-means算法 可以实现简单聚类-Spectral clustering algorithm in matlab, k- means algorithm can realize simple clustering
  3. 所属分类:Fractal program

    • 发布日期:2017-11-06
    • 文件大小:2684
    • 提供者:朱恂
  1. matlab

    0下载:
  2. 适用于SIFT图像特征提取、K-means生成聚类、SVM图像分类-Image feature extraction, generation clustering, image classification
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:1992
    • 提供者:Micheal
  1. k-mean

    0下载:
  2. K均值(用matlab实现花的分类,附注释,程序简单)-K-means (machine learning job classification flowers)
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2125
    • 提供者:zhangdongdong
  1. K-junzhi

    1下载:
  2. K均值聚类算法,里面的wdbc是数据。用matlab写的-K-means clustering algorithm, which is wdbc data. Written by matlab
  3. 所属分类:matlab

    • 发布日期:2016-04-03
    • 文件大小:138240
    • 提供者:1111name
  1. matlab

    0下载:
  2. 聚类算法,不是分类算法。分类算法是给一个数据,然后判断这个数据属于已分好的类中的具体哪一类。聚类算法是给一大堆原始数据,然后通过算法将其中具有相似特征的数据聚为一类。这里的k-means聚类,是事先给出原始数据所含的类数,然后将含有相似特征的数据聚为一个类中。所有资料中还是Andrew Ng介绍的明白。首先给出原始数据{x1,x2,...,xn},这些数据没有被标记的。初始化k个随机数据u1,u2,...,uk。这些xn和uk都是向量。根据下面两个公式迭代就能求出最终所有的u,这些u就是最终所有
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1466
    • 提供者:郑志鹏
  1. clustering-on-matlab-kmeans

    0下载:
  2. 很好的应用在聚类上的关于K-MEANS算法,应用平台是MATLAB,算法简单明了,目的清晰,结果很好。-Good application in clustering on K-MEANS algorithm, application platform is MATLAB, the algorithm is simple and clear, the purpose of clarity, the result is very good.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6297
    • 提供者:cissymint
  1. matlab-bian-ma

    0下载:
  2. matlab源代码 包括K均值聚类 鱼群算法 模拟退火 蚁群算法 端点检测等-matlab source code, including K-means clustering algorithm simulated annealing ant colony algorithm fish endpoint detection
  3. 所属分类:source in ebook

    • 发布日期:2017-05-20
    • 文件大小:5846622
    • 提供者:杨存强
  1. k-mean

    0下载:
  2. 简单的K均值算法,使用matlab平台编程,两个文件一个是数据文件,一个是算法文件-Simple K-means algorithm, using matlab platform programming, one file is a data file, and the other is a algorithm file.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1370
    • 提供者:Jiamin Bao
  1. K

    0下载:
  2. K均值聚类在Matlab中的代码实现,是图像分割和图像识别中常用处理操作-K-means clustering code in Matlab realize image segmentation and image recognition is commonly used in processing operations
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:746
    • 提供者:姜苏
  1. k

    0下载:
  2. k means clustering matlab code
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2554
    • 提供者:sekhar
  1. k-means

    1下载:
  2. 采用聚类方法进行分群的方法,包含两个matlab文件,一个是需在程序中给定数据,一个使用excel给出数据。针对风电场分群构建,也可以用于其他的聚类分群场合-Clustering method using clustering method matlab contains two files, one is required in the program given the data, a given data using excel. For wind farm constructed gro
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:903961
    • 提供者:王嘉成
  1. Fourier descriptors using matlab

    0下载:
  2. The descr iptors c(k) describe the frequency contents of the curve: a value of k close to zero will describe low frequency information, an approximative shape, and the higher frequencies will describe details. For k = 0, c(k) represents the position
  3. 所属分类:数值算法/人工智能

  1. Matlab

    0下载:
  2. 邓勇夫 基于K-均值聚类算法的数据分类方法MATLAB实现-K-means MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:811
    • 提供者:邓勇夫
  1. K-means

    0下载:
  2. K-meams alg in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:7923
    • 提供者:张叶剑
  1. 2k-means

    1下载:
  2. 基于matlab的二分k均值聚类算法,经过仿真实验成功。-Bipartite k-means clustering algorithm based on matlab, after successful simulation.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4795
    • 提供者:huhu
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 34 »
搜珍网 www.dssz.com