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

搜索资源列表

  1. kmeans-algorithm(matlab)

    0下载:
  2. 一种图像聚类分割的简单的算法实现,是最为经典的基于划分的聚类方法-Simple clustering algorithm for image segmentation implementation, is the most classic division based clustering methods
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:575
    • 提供者:stone
  1. kmeans1

    0下载:
  2. 改编的kmeans聚类算法,比matlab系统自带的要简单,更容易看懂-Kmeans clustering algorithm adapted than matlab system comes to be simpler and easier to understand
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1550
    • 提供者:周慧
  1. kmeans_demo

    0下载:
  2. 大牛Andrew Ng的kmeans算法,数据集下载链接在说明文档中给出。-Andrew Ng' s kmeans algorithm, the download link of the data sets are given in the README.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:106308
    • 提供者:Scofield
  1. kmeans

    0下载:
  2. 非监督分类的K-MEANS,遥感图像处理中常用。-Unsupervised classification K- MEANS, is commonly used in remote sensing image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1303
    • 提供者:刘杨
  1. kmean

    0下载:
  2. K均值分类,适合一维或者多维数据,自动识别,分类的数目也可以选择-Kmeans translate
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:662
    • 提供者:li
  1. KMeansWiithVariance

    0下载:
  2. KMeans with Variance
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:20461
    • 提供者:uyung
  1. PSO-Clustering

    0下载:
  2. I ve reviewd 6 paper about PSO with Kmeans Clustring and abstracted them in a ppt file.
  3. 所属分类:IT Hero

    • 发布日期:2017-05-02
    • 文件大小:1023197
    • 提供者:Fatima
  1. KMeans

    1下载:
  2. K-均值聚类算法,属于无监督机器学习算法,发现给定数据集的k个簇的算法。 首先,随机确定k个初始点作为质心,然后将数据集中的每个点分配到一个簇中,为每个点找距其最近的质心, 将其分配给该质心对应的簇,更新每一个簇的质心,直到质心不在变化。 K-均值聚类算法一个优点是k是用户自定义的参数,用户并不知道是否好,与此同时,K-均值算法收敛但是聚类效果差, 由于算法收敛到了局部最小值,而非全局最小值。 K-均值聚类算法的一个变形是二分K-均值聚类算法,该算法首先将所有点作为一个簇,然
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2018
    • 提供者:iihaozl
  1. KMeansDriver

    0下载:
  2. KMeans的MapReduce实现,基于ali的ODPS,希望有用-KMeans of MapReduce On Odps
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3041
    • 提供者:heyong
  1. kmeans

    0下载:
  2. K-means图像分割,简单方便的经典图像分割方法~-K-means image segmentation
  3. 所属分类:Special Effects

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

    0下载:
  2. code k-means in Matlab for Manuel
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:1135
    • 提供者:man_nopal_man
  1. Fk-menas

    0下载:
  2. 这个是一个基于hadoop上的模糊kmeans算法的实现。里面有一个测试数据。程序可以使用。里面有使用方法 代码易懂- hadoop mapreduce kmeans FKM FKmeans
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-08-06
    • 文件大小:15360
    • 提供者:张静静
  1. K-means

    0下载:
  2. KMeans算法,经典的数据挖掘算法,设置了三个中心点,初始化是采用读取数据集的三个点作为中心的。-KMeans Algorithm, it is very famous data mining algorithm, i set three center, and it was initialed by the data we classify.
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2217328
    • 提供者:lida
  1. kmeans

    0下载:
  2. k means matlab algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1594
    • 提供者:sudheer
  1. Kmeans

    0下载:
  2. k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-k-means algorithm accepts input k then n data objects into k clusters in order to make clustering satisfy obtained: the objects i
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:890
    • 提供者:cooldra
  1. FuzzyC

    1下载:
  2. Fuzzy clustering methods including subtractive and Fuzzy C-means and comparing them to Kmeans clustering method
  3. 所属分类:Software Testing

    • 发布日期:2016-03-28
    • 文件大小:1024
    • 提供者:SOMAIYEH
  1. kmeans

    0下载:
  2. matlab源码关于模糊K均值聚类算法,很好的,适合大家下载研究学习-matlab source code on the fuzzy K-means clustering algorithm, very good, for everyone to download research study
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1494
    • 提供者:Fredericky
  1. kmeans_mt

    0下载:
  2. Efficient Kmeans using Multiple Threads
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:8263
    • 提供者:tariq
  1. BrainStrokeSgementation

    0下载:
  2. brain stroke area will be detected by this program ,it will undergoes curvlet diagnosis ,the kmeans segmentation .the segmented image will go for feature extraction
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1346493
    • 提供者:sujitha
  1. kmeans

    0下载:
  2. matlab 基于K均值聚类算法的图像分割-K-means clustering algorithm for image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1249
    • 提供者:chengfen
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com