搜索资源列表

  1. 1

    0下载:
  2. k均值算法,用matlab实现的,数据挖掘-k-means
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:doper
  1. K_Mean

    0下载:
  2. c++k均值算法,简单的示例程度,对K-mean学习有帮组-c++ k means algorithm, a simple example of the extent of the K-mean learning to help groups
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:601088
    • 提供者:健健
  1. k-means

    0下载:
  2. k-均值聚类算法c语言版,经验证测试是可以运行
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:张莹
  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 th
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:929792
    • 提供者:Chenguang
  1. KMeansBMPSeg

    0下载:
  2. 模式识别经典方法之一 K均值算法(KMeans)进行图像分割 有完善的图形界面 可以通过柱状图的形式动态展示聚类程序-One of the classical method of pattern recognition K means algorithm (KMeans) for image segmentation has improved graphical interface can be dynamically displaye
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:147456
    • 提供者:langger
  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. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:lihang
  1. K-MEANS-MATLAB

    0下载:
  2. 用matlab7.0编写的k均值算法,参数可调节,很好用-K-MEANS MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:ghw
  1. kmeans

    0下载:
  2. 基于k均值的无监督聚类算法,输出有各个样本的类别标签,目标函数在每次迭代后的值,聚类中心以及聚类区间。内有测试数据,点击 test.m 可以完美运行。(The unsupervised clustering algorithm based on K means outputs the class labels of each sample, the value of the target function after each iter
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:16384
    • 提供者:Galsang
  1. K均值对iris数据集聚类

    0下载:
  2. k-means算法对irisdata数据集进行聚类(The k-means algorithm clustering the irisdata datasets)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:redeemer
  1. K均值对图像进行聚类分析

    0下载:
  2. 用k-means算法对图像进行聚类,适合于初学者(K-means algorithm for clustering images, suitable for beginners)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:221184
    • 提供者:redeemer
  1. K-means

    0下载:
  2. 用matlab实现k均值算法,不用库函数(Implementation of K mean algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:胡果
  1. ISODATA算法2

    0下载:
  2. 用ISODATA算法进行聚类,在K-均值算法的基础上加入了分裂与合并的步骤(ISODATA algorithm for classification)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2948096
    • 提供者:Shmilylay1007
  1. kmean

    0下载:
  2. 对大量的数据通过matlab软件,运用k均值算法进行分类,(Using the matlab software to use the k-means algorithm to classify the large amount of data,)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:lyc123
  1. kmeansuanfa

    0下载:
  2. 对大量的数据通过matlab软件,运用k均值聚类算法进行分类,(By using matlab software, a large number of data are classified by using k-means clustering algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:lyc123
  1. ksuanfa

    0下载:
  2. 对大量的数据通过matlab软件,运用k均值聚类算法进行分类,上传文件中含例子(A large number of data are classified by matlab software, using k-means clustering algorithm to classify and upload files with examples)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:lyc123
  1. K均值算法程序

    0下载:
  2. K均值聚类算法,实现将数据分类,分为两类聚类(K means clustering algorithm to achieve data classification, divided into two categories of clusters)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:54272
    • 提供者:Oupark
  1. k-means

    0下载:
  2. 实现k均值聚类算法,可以使用彩色图像,通过随机初始化聚类中心,完成聚类(The K-means clustering algorithm can use color images to initialize cluster centers randomly and accomplish clustering.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:陈橙子
  1. 聚类分析

    0下载:
  2. 聚类分析算法 k均值算法 对地图上的点进行聚类事例(Clustering analysis algorithm k mean algorithm for clustering of points on maps)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:Akakun
  1. K-means

    0下载:
  2. 利用MATLAB实现K均值聚类算法,加深对该算法的理解。(We use MATLAB to achieve K mean clustering algorithm to deepen our understanding of the algorithm.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:WG_JNU
  1. MATLAB实现MAP EM算法全集

    0下载:
  2. MATLAB实现EM算法和k均值算法,有资料和源代码(MATLAB to achieve EM algorithm and K means algorithm, data and source code)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:3279872
    • 提供者:yoghurt_ty
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org