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

搜索资源列表

  1. K-means

    1下载:
  2. 模式识别中聚类分析经典算法,K-均值算法,C语言编写,可以读入文件,处理任意维数和任意个数的特征向量,附有测试数据。-The classic pattern recognition, cluster analysis algorithm, the K-means algorithm, written in C language, can read the file, handle any number of dimensions and any number of feature vectors
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:6562
    • 提供者:李若
  1. k-means

    0下载:
  2. 数据挖掘-聚类分析:k-平均(k-Means)算法实现(C++) -Data Mining- Cluster Analysis: k-average (k-Means) algorithm (C++)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:5878
    • 提供者:tang
  1. K-means-and-Perceptron

    1下载:
  2. 该程序为matlab程序,共有三个文件,dataC.m为程序入口,实现功能对50组数据用k均值算法进行分类,再对40组数据用感知器算法训练,然后用训练得到的判别函数对剩下10组数据分类,最后与原始分类做差比较,若分类无误,则全显示为0.-Matlab program on the program, a total of three files dataC.m for program entry features 50 sets of data with k-means algorithm to
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2956
    • 提供者:阿书
  1. k-means-algorithm-

    0下载:
  2. 在matlab开发环境下用k均值算法实现数据的分类,以及得到数据的聚类中心- realizingthe data classification With k-means algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:8796
    • 提供者:赵子岩
  1. K-means

    1下载:
  2. K均值算法,适合于初学者。包括matlab源代码,测试数据等。-K-means algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:2048
    • 提供者:ys
  1. k-means

    0下载:
  2. 对于模式识别分类,利用K均值聚类,对原始数据进行分类。比较易于收敛,十分好用-For pattern recognition classification using the K-means clustering, and classification of the original data. Relatively easy to convergence, very easy to use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:921068
    • 提供者:王振峰
  1. K-Means

    0下载:
  2. 给定数据文件,实现k-means算法聚类。-A given data file,get the k-means algorithm clustering.
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:1127048
    • 提供者:王亚如
  1. K-means

    0下载:
  2. K均值聚类的例子程序,程序中有附带的数据-examples of k-means technology
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:3587
    • 提供者:刘金勇
  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均值聚类是最著名的划分聚类算法,由于简洁和效率使得他成为所有聚类算法中最广泛使用的。给定一个数据点集合和需要的聚类数目k,k由用户指定,k均值算法根据某个距离函数反复把数据分入k个聚类中。-k-means clustering is one of the most famous partition clustering algorithm, due to the simplicity and efficiency so that he became the most widely used i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:2695
    • 提供者:SmileHF
  1. k-means

    0下载:
  2. k—均值算法opencv代码实现。 k-Means 算法是一种 cluster analysis 的算法,其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:1681
    • 提供者:陈宇
  1. K-means

    0下载:
  2. k-means算法K-MEANS算法是输入聚类个数k,以及包含 n个数据对象的数据库,输出满足方差最小标准的k个聚类-k-means data
  3. 所属分类:DNA

    • 发布日期:2017-11-15
    • 文件大小:5627
    • 提供者:陈菊
  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

    0下载:
  2. 数据挖掘,k类聚算法,C++实现的-k-means algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:185805
    • 提供者:严言
  1. k-means-matlab

    1下载:
  2. 实现K-Means算法,并附带有数据集,以供检验-K-Means algorithm to achieve, together with the data set for testing
  3. 所属分类:matlab例程

    • 发布日期:2017-05-14
    • 文件大小:3607
    • 提供者:朱杰伦
  1. k-means

    0下载:
  2. K-MEANS算法是输入聚类个数k,以及包含 n个数据对象的数据库,输出满足方差最小标准的k个聚类
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3266
    • 提供者:苏学瑞
  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(delphi)

    0下载:
  2. 数据挖掘K-means聚类算法的delphi实现-Data mining K-means clustering algorithm delphi realized
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. K-means算法,linux下C++实现,VC下稍微修改也可运行,数据简单,只实现核心算法-K-means algorithm, under linux C++ achieve, VC can be slightly modified to run, the data is simple, only to realize the core algorithm
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 这是K-means matlab例程,对数据进行聚类,其中数据由matlab随进产生,可以直接在matlab上运行使用。-This is the K-means matlab routines, data clustering, which is generated by the data over into matlab, you can run directly on matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4232
    • 提供者:刘松
« 1 2 3 45 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com