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

搜索资源列表

  1. kmeans

    0下载:
  2. 大规模数据的kmeans聚类,空间复杂度低 -large scale kmeans
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1307
    • 提供者:吕鑫
  1. KMeans

    0下载:
  2. 采用C++实现Kmeans聚类算法,距离的计算采用的是欧氏距离。数据集是weka自带的data里面的iris.arff数据集。假设样本所有属性都是数值属性,不考虑分类属性。-C++ implementation Kmeans classic clustering algorithm, the distance is calculated using the Euclidean distance. Data set is data that comes inside weka iris.arff
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1539551
    • 提供者:李倩
  1. kmeans-1

    0下载:
  2. Python 实现的kmeans 算法,很经典的一个算法-Python kmeans
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:874
    • 提供者:zhangnan
  1. kmeans

    0下载:
  2. 数据挖掘Kmeans算法C/C++语言实现。 提供接口让使用者可以指定输入输出文件、聚类结果中类别个数、中心点计算方式、初始化方法。-Kmeans,data mining algorithms,C/C++language. Provides the interface so that users can specify the input and output file, type in the number of clustering results, the center of ca
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:350963
    • 提供者:blue
  1. KMEANS

    0下载:
  2. KMEANS算法的一个封装,可以自行修改达到需要使用的目的。-KMEANS algorithm of a package, you can modify to achieve the purpose required.
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 数据挖掘里的经典kmeans算法,已生成exe文件,需要在dos命令里输入参数来运行,不能直接运行cpp文件。详见文件说明。-kmeans algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:24708
    • 提供者:cc
  1. Kmeans

    1下载:
  2. Kmeans聚类算法的matlab实现,测试用例使用的是身高和体重(放到.txt文件,从该文件中读取数据),根据身高体重划分为男女两类(上传文件中的sample即为测试例)-Kmeans clustering algorithm matlab implementation, test cases using height and weight (put. Txt file, read from the file data), classified according to height and
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4694
    • 提供者:Rhonda
  1. kmeans

    0下载:
  2. function [L,C] = kmeans(X,k) KMEANS Cluster multivariate data using the k-means++ algorithm. [L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class label per column in X and a size(X,1)-by-k matrix C containing the centers
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:908
    • 提供者:ehsan
  1. kmeans

    0下载:
  2. Kmeans clustering algorithme
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4068
    • 提供者:aymen
  1. Kmeans-clustering-algorithm

    1下载:
  2. kmeans函数:输入为类别数量k和数据矩阵A;输出为聚类结果A,和迭代次数,并将聚类结果数据以excel形式保存在工作路径下-kmeans function: Enter the number of categories k and the data matrix A output of the clustering results A, and the number of iterations, and the results of the clustering data to excel
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3985
    • 提供者:吴晓辰
  1. kmeans

    0下载:
  2. kmeans clustering algorithm
  3. 所属分类:matlab

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

    0下载:
  2. kmeans的实际应用,使用matlab编写-kmeans in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:754
    • 提供者:mercury
  1. accord-kmeans-demo

    0下载:
  2. Kmeans demo program for image segmentation-Kmeans demo program for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:192306
    • 提供者:Priya
  1. matlab-Kmeans

    0下载:
  2. 利用matlab实现kmeans聚类算法的简单实现代码-matlab kmens algrithom
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3951
    • 提供者:李宁
  1. Distributed-Kmeans

    0下载:
  2. 分布式K-means改进算法,一种分布式的Kmeans聚类算法-Distributed K—means Clustering Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:345128
    • 提供者:
  1. GA-P-Kmeans

    0下载:
  2. 混合遗传算法和Kmeans的数据聚类程序,对于要做遗传算法改进的人会有很大帮助的!-hybird GA with Kmeans to data clustering
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:4369
    • 提供者:魏魏
  1. Kmeans

    0下载:
  2.  Kmeans 算法是聚类分析中使用最为广泛的算法之一,其每个类别均用该类中所有数据的平均值(或加权平均)来表示,这个平均值即被称作聚类中心。该方法虽然不能用于 类别属性的数据,但对于数值属性的数据,它能很好地体现聚类在几何和统计学上的意义。-Kmeans algorithm is the most widely used cluster analysis algorithm, each category with the average of all data in the class (
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4893
    • 提供者:sun
  1. kmeans-and-segment

    0下载:
  2. 通过Kmeans用来分割道路上行驶车辆的挡风玻璃-Through the Kmeans used to separate road vehicles traveling on the windshield
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5158793
    • 提供者:朱安娜
  1. kmeans

    0下载:
  2. kmeans image segmentation Input: ima: grey color image k: Number of classes Output: mu: vector of class means mask: clasification image mask -kmeans image segmentation Input: ima: grey color image k: Numbe
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:685
    • 提供者:rong
  1. KMeans

    0下载:
  2. KMeans 算法的C++实现代码,通过编译而且可以正常运行-KMeans algorithm
  3. 所属分类:AI-NN-PR

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