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

搜索资源列表

  1. k-means-and-cure-in-Iris-Data-Set

    2下载:
  2. 聚类算法实验,采用两种不同类型的聚类算法:基于划分的聚类方法k-means和基于层次的聚类方法CURE,采用的数据集是:Iris Data Set,数据集中共包含150组数据信息。 材料中有详细的说明文档,具体介绍了算法实现的细节,很容易理解-Clustering algorithm experiment, using two different types of clustering algorithm: Partition-based clustering method k-means
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:189832
    • 提供者:牛魔王
  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. KMeansJava

    0下载:
  2. 利用Java实现的K-均值算法,K-Mean 分群法是一种分割式分群方法,其主要目标是要在大量高纬的资料点中找出 具有代表性的资料点;这些资料点可以称为群中心,代表点;然后再根据这些群中心,进行后续的处理,可用于数据挖掘中的聚类分析-Java implementation using K-means algorithm, K-Mean grouping method is a fragmented grouping method, whose main goal is to a large nu
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:1913
    • 提供者:阚涛
  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. k-means-segamen-method

    0下载:
  2. 本实验基于K-Means聚类算法思想实现了字符分割,因为车牌规定是7位的,所以K取7。另外本实验对K-Means算法进行了改进,充分考虑了初始点的设置及迭代结束条件。实验结果证明这种改进的K-Means算法实现车牌字符分割是快速、有效的。-In this study, K-Means clustering algorithm based on the ideology of the character segmentation, because the license plate require
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1373624
    • 提供者:王娟
  1. 聚类K-Medoids算法

    3下载:
  2. 聚类K-Medoids算法。文件里面包含了详细的程序说明和示例。-K-Medoids clustering algorithm.The file contains a detailed descr iption of the procedures and examples.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-10-17
    • 文件大小:19734
    • 提供者:
  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. demo

    1下载:
  2. 实现数据挖掘的几个算法,包括模糊聚类,K均值,以及K近邻等聚类算法-Some of the implementation of data mining algorithms, including fuzzy clustering, K-means, as well as neighbors, such as clustering algorithm K
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:256007
    • 提供者:Haha
  1. kmeans

    5下载:
  2. k均值图像分割,经典的图像分割方法,算法简单,效果好。-k-means image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2015-05-24
    • 文件大小:750
    • 提供者:lixu
  1. k-means-iris

    0下载:
  2. 针对著名的UCI机器学习数据库中的iris data的kmeans聚类分析程序,具有代表性-For the well-known UCI machine learning repository of the iris data of kmeans cluster analysis procedure, a representative
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:8447
    • 提供者:hannychen
  1. pc

    4下载:
  2. 利用相位一致性提取图像边缘,K-means聚类后区域生长进行图像分割,附参考论文。-Using phase coherence image edge extraction, K-means clustering image after region growing segmentation, attached reference paper.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2565303
    • 提供者:ost86
  1. KMeansClusterConsole

    0下载:
  2. K均值聚类算法,取前k个点为初始聚类中心,然后进行迭代聚类-K means clustering algorithm, fetch the first k points as initial cluster centers, then the iterative clustering
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:26510
    • 提供者:pyb
  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. KMeans

    0下载:
  2. 用java实现的k means算法,搞过数据挖掘的人应该都知道的~-k means algorithm implement in java, the basic method of clustering in data mining
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:39678
    • 提供者:郑刚
  1. k-mean k均值聚类程序

    3下载:
  2. k均值聚类程序,虽然matlab中也有自带的,但是这个速度不错。-program for k means used for cluster
  3. 所属分类:matlab例程

    • 发布日期:2012-11-15
    • 文件大小:1050
    • 提供者:shan cheng
  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-means K聚类算法的C++语言实现,里面附有使用文档和实例,在VS2005上实现的-K-means K clustering algorithm C++ language, which accompanied with documentation and examples implemented on the VS2005
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:222650
    • 提供者:陈龙
  1. k-means

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

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

    1下载:
  2. 基于k-means的文本聚类程序实现,希望对大家有帮助!-Based on the k-means clustering procedures for the realization of the text, I hope all of you help!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:11022
    • 提供者:刘佳
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com