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

搜索资源列表

  1. K-means

    0下载:
  2. K均值聚类算法,网上已存在很多,我是新手,大神的看不懂,觉得自己编的比较适合菜鸟理解吧-K-means clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:685
    • 提供者:卢毓奇
  1. k-means

    0下载:
  2. 次算法基于欧式距离,用于数据挖掘k均值聚类算法,或者用于数据挖掘作业-for dating ,kmeans
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:76299
    • 提供者:dailihua
  1. PK-means

    0下载:
  2. K-means聚类算法,用于文件、数据的聚类分析-K-means clustering algorithm for document clustering analysis of the data
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:4299
    • 提供者:贾桂锋
  1. K-means

    1下载:
  2. k均值聚类算法,初始随机给定k个簇中心,根据邻近原则,把待分类的样本点分到各个簇。-k-means clustering algorithm,which is applied in RBF neural network.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:620
    • 提供者:吴元元
  1. Matlab-image-K-means-

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

    • 发布日期:2017-11-06
    • 文件大小:1186
    • 提供者:zhaoxinyan
  1. k-means.zip

    0下载:
  2. K值聚类算法的c语言源程序,很容易理解,有待进一步改进,The K value clustering algorithm c language source code, it is easy to understand, needs to be further improved
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:706469
    • 提供者:时丹
  1. K-means-clustering-algorithm

    0下载:
  2. K均值聚类算法-适用于裁判打分等经典分类,适合初学者-K-means clustering algorithm- classical classification applies to the referee scoring for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:1738
    • 提供者:张德永
  1. k-means

    0下载:
  2. k-均值聚类算法C语言源码,k-均值聚类算法C语言源码-k-means clustering algorithm C language source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:10585
    • 提供者:林凯
  1. K-means

    0下载:
  2. 在诸多的图像分割算法中,K-means聚类方法体现出了高效性和简洁性。该代码完整实现了k-means算法,并利用该算法进行图形分割。k-means 算法接受参数 k,然后将事先输入的n个数据对象划分为 k个聚类以使得所获得的聚类满足:同一聚类中的对象相似度较高,不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-This code implements the K-means method for image segmentation,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:62007
    • 提供者:Zhang
  1. K-means

    0下载:
  2. 基于K-eans聚类算法的图像分割方法,对学习理解K-eans聚类能提供很大的帮助。-Image segmentation method based on K-eans clustering algorithm,which provides a great help in learning to understand the K-eans cluster.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:941039
    • 提供者:匡红立
  1. K-Means

    0下载:
  2. 数据挖掘中的K-均值聚类算法,java语言实现。 可直接编译运行-Data Mining K-means clustering algorithm, java language.
  3. 所属分类:SQL Server

    • 发布日期:2017-11-28
    • 文件大小:5537
    • 提供者:郭晨
  1. K-means-clustering

    0下载:
  2. 关于K-means聚类的算法描述,原创,包含有大量训练和测试数据-About K-means clustering algorithm descr iption, originality, contains a large number of training and test data
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 本代码主要实现了k均值聚类算法,通过c++在vc软件下实现聚类。-The code is mainly achieved k-means clustering algorithm, c++ in vc achieve clustering software.
  3. 所属分类:Windows Kernel

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

    0下载:
  2. k-均值聚类算法(C语言实现): 给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-k-means clustering algorithm (C language): given the number of classes K, N objects will be assigned to the K class, making the class the biggest similarity between objects, and the s
  3. 所属分类:Data structs

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

    0下载:
  2. 自己编写的RBF聚类程序,采用K均值聚类算法,希望对大家游泳!-Based on RBF neural network program code K-means clustering!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:5731
    • 提供者:lkp
  1. K-means-clustering-algorithm

    0下载:
  2. K-均值聚类算法。可自由输入初始聚类中心的个数和其坐标。-K- means clustering algorithm. The number can be entered free initial cluster centers and their coordinates.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1060
    • 提供者:
  1. csk-means

    0下载:
  2. 这是一种我自己比较满意的K-means聚类算法,通过对原始的K-means进行改进而来。-This is a way I quite satisfied with K-means clustering algorithm, through the original K-means to improve from.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5903
    • 提供者:冷龙龙
  1. K-Means-Clustering-and-PCA

    0下载:
  2. 此代码为matlab代码,分为两个部分。第一部分实现K均值聚类算法应用它来压缩图像。在第二部分中,你将使用主成份分析法pca来实现人脸图像的低维表示。 -This code for the matlab code, is divided into two parts. The first part of the implementation of the K means clustering algorithm to compress the image. In the second par
  3. 所属分类:matlab

    • 发布日期:2017-05-29
    • 文件大小:11510962
    • 提供者:pudnkobe
  1. k-means

    0下载:
  2. k均值聚类算法,模式识别大作业,适用于数据挖掘学习-k-means clustering algorithm, pattern recognition big job learning for data mining
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1492
    • 提供者:李鸿飞
  1. k-means-by-LR

    0下载:
  2. 标准的数据挖掘聚类算法 k均值聚类 k-means聚类 严格按照标准算法执行 简单高效-Standard data mining clustering algorithm k-means clustering In strict accordance with the standard algorithm is simple and efficient execution
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2540
    • 提供者:李明双
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com