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

搜索资源列表

  1. K-means_clustering_demo

    0下载:
  2. K-均值聚类算法 vc++图形演示程序-K-means clustering algorithm c++ demo program
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:75604
    • 提供者:leo
  1. k-rbf

    1下载:
  2. 程序是基于K均值聚类的RBF代码,很好的一个例子。-K means clustering procedure is based on the RBF code, a good example.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:662
    • 提供者:唐毅
  1. k-meams(sourcecode)

    2下载:
  2. C#实现k均值文本聚类算法,文本聚类C#源程序,k-means聚类算法-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-21
    • 文件大小:37988
    • 提供者:康卫
  1. K-Mean

    0下载:
  2. 遥感影像K均值分类算法,针对bmp彩色图像。VC++6.0编程实现。-K means of remote sensing image classification algorithm for bmp color images. VC++6.0 programming.
  3. 所属分类:Special Effects

    • 发布日期:2016-06-20
    • 文件大小:224810
    • 提供者:
  1. K-means_cluster

    0下载:
  2. 这是一个基于K-means的聚类算法,可用于网页信息聚类,例如电子产品的型号聚类等。-This is based on the K-means clustering algorithm, clustering can be used for website information, such as electronic products, such as the Model Cluster.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:11073959
    • 提供者:nancy
  1. k-means1

    0下载:
  2. k-means分群法,繁体中文版。以javascr ipt写成,网页上即可执行。自动产出结果。-k-means clustering, Traditional Chinese version. Javascr ipt written to the webpage can be executed. Auto output results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:2685
    • 提供者:蔡新德
  1. K

    0下载:
  2. K均值算法-分类器-有效抑制边缘点影响-简单有效-K-means algorithm- Classifier- effectively inhibiting the impact of edge points- simple and effective
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2118552
    • 提供者:我我
  1. K-means_Matlab

    0下载:
  2. K-均值算法的Matlab源代码,比较简短-Matlab source code of K-means algorithm
  3. 所属分类:matlab

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

    1下载:
  2. k均值聚类算法源码 聚类算法学习的实例功能-k-means cluster algorithm
  3. 所属分类:Other systems

    • 发布日期:2014-04-29
    • 文件大小:2583
    • 提供者:wueching
  1. K-Means

    0下载:
  2. 聚类算法主要针对k-均值法求解聚类问题,可以用于神经网络。-k-means
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:33590
    • 提供者:张骅
  1. K-meansNB

    0下载:
  2. :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类准确率。-: K-means algorithm will
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:172903
    • 提供者:李浩
  1. K-Means.Algorithm

    1下载:
  2. 算法,k-mean搜索方法,执行起来很快,推荐。-Algorithm, k-mean search methods, to implement quickly, recommended.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:30617
    • 提供者:陈国章
  1. h-k-means

    0下载:
  2. 用MATLAB编写的层次-K-MEANS算法,简单实用,希望对您有帮助-Written using MATLAB level-K-MEANS algorithm is simple, practical, hope you find this helpful
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4764
    • 提供者:jie
  1. k-means_Program

    0下载:
  2. k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 -k-means algorithm to accept input k then n-k of data objects into a cluster in order to make the cluster available to meet: t
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:930292
    • 提供者:Chenguang
  1. K-meansclusteringalgorithmmatlabprogram

    1下载:
  2. 模式识别课上的大作业,要求用K-均值算法对150个样本进行分类。-Pattern Recognition course the big job, asked to use K-means algorithm to classify 150 samples.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:45633
    • 提供者:yu
  1. k

    0下载:
  2. 模式识别中的K均值聚类分析方法,该方法力偶那个迭代过程来进行处理,一步步逼近结果-Pattern Recognition Analysis of K-means clustering method Couple iterative process to deal with that, step by step approach results
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:912
    • 提供者:Beth Lee
  1. k-means

    0下载:
  2. 名为k-means的MATLAB函数,实现k均值算法。输入矩阵X,w,输出最终估计值和聚类的标识数字。-Called the k-means of the MATLAB function, to achieve k means algorithm. Input matrix X, w, the output value of the final estimates and cluster identification number.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1137
    • 提供者:menghang
  1. K-MeansClusteringusing

    0下载:
  2. K均值聚类的一个实例,附上.dat文件和程序以及运行结果,和大家一起讨论,-K means clustering of an example, attached. Dat files and programs, and operating results, and we can discuss, Oh
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3150
    • 提供者:王子涵
  1. K-means-cSharp--code

    0下载:
  2. k均值算法是模式识别的聚分类问题,这是用C#实现其算法-K-means algorithm is pattern recognition of poly classification problem, this is written in c# realize its algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:5243
    • 提供者:lihang
  1. K-Means

    0下载:
  2. K-means 算法的一种C# 实现,数据挖掘聚类算法-K-MEANS ALGORITHM
  3. 所属分类:CSharp

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