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

搜索资源列表

  1. Fast-Image-Segmentation

    0下载:
  2. 台湾大学几位学者写的基于K-均值算法的快速图像分割,用到基于HSV颜色空间的直方图-Fast Image Segmentation Based on K-Means Clustering with Histograms in HSV Color Space
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:587228
    • 提供者:gaotengfei
  1. K-mean

    0下载:
  2. 基于纹理度量的图像分割,适用于遥感图像,主要利用到K-mean算法。-Image segmentation based on texture measurement for remote sensing image, the main advantage of K-mean algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:445474
    • 提供者:葛宏
  1. k-means

    0下载:
  2. 用于实现二维点的k均值分类的功能。输入n个数以及要求分成的类别数,将输出最终的分类结果,并且得到代价。-Used to implement k-means classification of two-dimensional point of the function. N number of input and request the number of categories into the output end of the classification results, and get a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1843
    • 提供者:wangzhen
  1. k-means-clustering-of-rbf-

    0下载:
  2. 聚类算法:聚类分析是指事先不了解一批样品中的每一个样品的类别 基于k均值聚类学习算法的rbf神经网络实现-Clustering algorithm: cluster analysis is the prior knowledge of each batch of samples in the sample of category learning algorithm based on k means clustering of rbf neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:991
    • 提供者:xw
  1. system-of-K-Means-and-its-plus

    0下载:
  2. 实现了k-means极其改良算法,提高了聚类的精度。内附详细文字说明及源代码,配有图形界面演示。-The implementation of k-means algorithm and its plus.Improve the accuration of clustering.The document and source are both added.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5809419
    • 提供者:高进
  1. K-MEANS

    1下载:
  2. 该文档主要讲述的是K-means算法分析Iris数据集-The document covers the K-means algorithm for Iris data set
  3. 所属分类:Database system

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

    0下载:
  2. k-means算法 通过c++来实现,编译已通过,簇的分类 -acheive k-means
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. k means 聚类 聚类 聚类 聚类 聚类-k means
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6783
    • 提供者:jian
  1. K-Means

    0下载:
  2. K-Means Algorithm with x.mat to arrange items.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1137
    • 提供者:baris
  1. K-means

    0下载:
  2. k-means均值聚类分析代码可以实现二维文件的读入,以及文件的输出,还可以根据需要选择聚类中心数-k-means clustering analysis of two-dimensional code can read the file, and document output, but also can select the number of cluster centers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1877622
    • 提供者:huyang
  1. K-Means

    0下载:
  2. K-Means聚类算法 Matlab代码,内有程序注释。-K-Means Matlab
  3. 所属分类:matlab

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

    0下载:
  2. 本文详细地介绍了k-means算法和一种改进的K-means算法,即基于成对约束的Cop-kmeans算法。该算法结合了Must-Link和Cannot-Link约束,数据对象在这两类约束的“监督”下进行划分。-This paper introduces the k-means algorithm and an improved K-means algorithm, which is based on pairwise constraints Cop-kmeans algorithm. The
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:15628
    • 提供者:李呈利
  1. km

    0下载:
  2. KMEANS源代码:k-means 聚类算法 图像处理分割-KMEANS源代码:k-means clustering algorithm for image processing segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2665
    • 提供者:给自己
  1. K-means

    0下载:
  2. K-均值聚类算法程序,数据挖掘中比较经典的一种聚类算法-K-means clustering algorithm procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1158
    • 提供者:fanjiajie
  1. K-means-althogrim

    0下载:
  2. K-Means算法的并行化研究,划分聚类的算法,K-Means算法及改进算法。并行策略,PVM系统简介。-Parallel K-Means algorithm research, by clustering algorithm, K-Means algorithm and improved algorithm. Parallel strategy, PVM Introduction.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-09
    • 文件大小:1953687
    • 提供者:火麒麟
  1. k-means-and-knn_matlab

    0下载:
  2. 用matlab实现机器学习中的两个经典算法:k-means和knn。-Using matlab to achieve in two classic machine learning algorithms: k-means and knn.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:38365
    • 提供者:xia
  1. k-means--source-code

    0下载:
  2. k-means算法,已附数据文件。其中文件第一行的3个数字分别为数据数量、数据维度和所需聚类数-k-means algorithm, is attached data files. Which documents the first line of three figures were the amount of data, data dimension and the required number of clusters
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:15910
    • 提供者:sakura
  1. K-means

    0下载:
  2. 机器学习 模式识别 二维K-means实现 包括代码、数据和实验-Machine learning pattern recognition, including two-dimensional K-means to achieve code, data and experimental
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:10985
    • 提供者:高翔
  1. K-means

    0下载:
  2. 一种K-均值算法附有测试数据,希望给学习聚类的提供一点帮助-One kind of K-means algorithm with test data, clustering offers hope to learn a little help
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:9046
    • 提供者:王良
  1. k-means

    0下载:
  2. 一个聚类的小算法。关于K-SUMMARY的,基于K-MEANS的该军-A small clustering algorithm. About K-SUMMARY-based K-MEANS of the Army
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-22
    • 文件大小:6228122
    • 提供者:huangziwei
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com