CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据挖掘 搜索资源 - k-means clustering

搜索资源列表

  1. kmeans

    0下载:
  2. k均值聚类方法。 在给定一个有n个对象的数据集,划分聚类技术将构造数据进行k个划分,每一个划分代表一个簇,k小于等于n。-k-means clustering method. Given a set of n objects data, dividing the data clustering techniques to construct k partitions, each partition represents a cluster, k less than or equal n.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2.63kb
    • 提供者:尚云
  1. K-Means

    0下载:
  2. K-MENAS算法是最简单的聚类算法,适合对于初学者的学习和改进使用-K-MENAS algorithm is a clustering algorithm is the most simple, suitable for beginners to learn and use improved
  3. 所属分类:Data Mining

    • 发布日期:2017-05-07
    • 文件大小:1.04mb
    • 提供者:小小辛辛啊
  1. k-means-original

    0下载:
  2. k-menas算法是最简单的聚类算法,算法内详细介绍了各个函数和功能,对初学者很有借鉴意义-K-MEANS algorithm is one of the most simple clustering algorithm, there are different form, this is one of them, a reference for beginners
  3. 所属分类:Data Mining

    • 发布日期:2017-04-27
    • 文件大小:289.89kb
    • 提供者:小小辛辛啊
  1. kmeans1

    0下载:
  2. 实现对图片进行k均值聚类,也可以修改初始值,修改图片名直接可以运行-Implementation to k-means clustering of images, can also modify the initial value, the images can be run directly
  3. 所属分类:Data Mining

    • 发布日期:2017-04-11
    • 文件大小:718byte
    • 提供者:我是谁
  1. k-means-Java

    0下载:
  2. 用JAVA实现k-means算法,其中聚类方法使用余弦相似度,带运行界面。完美运行。-Using JAVA k-means algorithm, clustering method using the cosine similarity
  3. 所属分类:Data Mining

    • 发布日期:2016-08-08
    • 文件大小:965kb
    • 提供者:张瑞雪
  1. k-means-Clustering

    0下载:
  2. simple k-means implementation with Persian comments
  3. 所属分类:Data Mining

  1. clustering

    0下载:
  2. samples about clustering in matlab : K-means algorithm K-medoids algorithm DBSCAN algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1.41kb
    • 提供者:sepideh sal
  1. Desktop

    0下载:
  2. K均值聚类算法,对风电机组功率数据进行聚类分析,包括详细的程序说明。 只要把这两个文件放入一个空文件夹下,在MATLAB中执行m文件,就可得到聚类结果。-K-means clustering algorithm, the wind turbine power data clustering analysis, including a detailed descr iption of the procedures. As long as these two files into an empt
  3. 所属分类:Data Mining

    • 发布日期:2017-06-16
    • 文件大小:24.29mb
    • 提供者:许克磊
  1. MultKmeans

    0下载:
  2. 改进的K-means聚类算法。用于处理空间聚类问题。-The improved K means clustering algorithm.To deal with spatial clustering problem.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-28
    • 文件大小:302.76kb
    • 提供者:zhq
  1. My_Kmeans

    0下载:
  2. java写的k-means,随机选择聚类中心-the realizationg of K-means clustering algotithm based on Java,with random selection of clustering centers
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:9.93kb
    • 提供者:zhangsun
  1. kernel-kmeans

    2下载:
  2. 实现kernel k-means 聚类,可以处理非线性数据-Implement kernel k-means clustering, can handle nonlinear data
  3. 所属分类:Data Mining

    • 发布日期:2016-04-21
    • 文件大小:24kb
    • 提供者:樊豆豆
  1. The-optimization-of-K-means

    0下载:
  2. 对k-means算法的优化,通过优化初始聚类中心的选择-The optimization of K-means algorithm by improving the selection of initial clustering centers
  3. 所属分类:Data Mining

    • 发布日期:2017-05-07
    • 文件大小:1.39mb
    • 提供者:zhangsun
  1. my-k-means

    0下载:
  2. 这是一个k-means聚类算法,将一个四维量(比如有明确物理意义的花瓣长宽花萼长宽)按照几个中心点分成几类-This is a k-means clustering algorithm, a four-dimensional volume (such as a clear physical meaning petals calyx length and width aspect) is divided into several categories according to several ce
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:840.92kb
    • 提供者:杨书涵
  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
    • 文件大小:2.48kb
    • 提供者:李明双
  1. K-means-Ensemble

    0下载:
  2. 该算法是基聚类算法为K-means,然后再进行聚类集成,方法为投票法-The algorithm is based on clustering algorithm for K-means, and then the clustering ensemble, method for voting
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:5.54kb
    • 提供者:王昊
  1. K-Means-master

    4下载:
  2. 模糊C均值聚类算法的PYTHON实现,在UCI的IRIS数据集上实现-Fuzzy C-means clustering algorithm PYTHON realization, implemented on UCI s IRIS data set
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:13.87kb
    • 提供者:Jingwei Huang
  1. K-MEANS

    0下载:
  2. k-means聚类算法 用C++实现 聚类采用数据为二维数据 保存在当前目录下的data.txt文件中-K-means clustering algorithm C++ implementation
  3. 所属分类:Data Mining

    • 发布日期:2017-05-11
    • 文件大小:2.32mb
    • 提供者:封昊
  1. K-meansbased-on-image-segmentation

    0下载:
  2. 基于K-means聚类算法的图像分割 代码及实验测试结果-K-means clustering algorithm based on image segmentation code and some experimental results
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:333.14kb
    • 提供者:xinxin
  1. K-means

    0下载:
  2. 一种聚类算法:K-means聚类,实测绝对没有问题(A clustering algorithm: K-means clustering, no problem is absolutely no problem)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:12kb
    • 提供者:宸儿宝贝
  1. k-means-for-iris

    2下载:
  2. 利用K均值聚类对鸢尾花样本进行聚类的matlab程序,包含源代码、样本数据、聚类结果(The matlab program of clustering iris samples by K-means clustering, including source code, sample data and clustering results)
  3. 所属分类:数据挖掘

    • 发布日期:2020-07-04
    • 文件大小:28kb
    • 提供者:麻衣蚂蚁
« 12 »
搜珍网 www.dssz.com