搜索资源列表

  1. KMEANS

    0下载:
  2. 输入:聚类个数k,以及包含 n个数据对象的数据库。输出:满足方差最小标准的k个聚类。处理流程: (1)从 n个数据对象任意选择 k 个对象作为初始聚类中心. (2)根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分;(3)重新计算每个(有变化)聚类的均值(中心对象) (4)循环(2)到(3)直到每个聚类不再发生变化为止-Input: number of clusters k
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:liyu
  1. k_mean

    0下载:
  2. 在聚类分析中,K-均值聚类算法(k-means algorithm)是无监督分类中的一种基本方法,其也称为C-均值算法,其基本思想是:通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。 -In cluster analysis, K-means clustering algorithm (k-means algorithm) is unsupervised classification is a basic me
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:wang run
  1. kMean

    0下载:
  2. k-means 算法接受参数 k ;然后将事先输入的n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-k-means clustering
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:184320
    • 提供者:cao
  1. k

    0下载:
  2. k均值算法,数据挖掘里面比较基础的算法,实现类聚-k-means algorithm, which based on the comparison of data mining algorithms to achieve clustering
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:l梁伟滔
  1. Untitled3

    0下载:
  2. K均值聚类分析,好东西啊,想认真学习matlab的认真看下-K-means clustering analysis, a good thing, ah, want to seriously look carefully to learn matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xuzhe
  1. k_means

    0下载:
  2. k均值聚类算法,使各个样本与所在类均值的误差平方和达到最小,并且附有显示程序-k-means clustering algorithm, where the class so that each sample and the mean squared error to a minimum, and with the display program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:木木
  1. K_mean_julei

    0下载:
  2. 这是一个用k均值聚类的matlab 程序 程序对高维数据利用k均值进行了聚类-This is a k-means clustering matlab program procedures for high-dimensional data for the use of k-means clustering
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4221952
    • 提供者:wantongtang
  1. src

    0下载:
  2. k-means 算法接受参数 k ;然后将事先输入的n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-k-means algorithm accepts parameters k n and the previously input data is divided into k-cluste
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:lc
  1. secai

    0下载:
  2. 简单的K均值聚类法,本文中选用了5个聚类中心点,具体的聚类中心个数可以参考灰度直方图来选取-Simple K-means clustering method, this paper has selected five cluster center, the specific number of cluster centers can refer to the histogram to select
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈苏敏
  1. Kmeans

    0下载:
  2. C++控制台程序,实现的是K均值聚类算法,可供初学者参考。-C++ console program, realize that K-means clustering algorithm, for beginners reference.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:278528
    • 提供者:hantianzhe
  1. kfuzzy

    0下载:
  2. k均值聚类算法,可自定义输入聚类数,能仿真出结果-K-means clustering algorithm, and can be custom clustering number, input to the simulation results
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:hxj
  1. Kmeans

    0下载:
  2. K均值聚类的代码,完整程序,有实验结果RGB显示,结果图和相应的灰度直方图-K-means clustering code, complete procedures, RGB is the result of the experiment showed that the figure and the corresponding gray histogram
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:72704
    • 提供者:
  1. FKM_HHT_0711

    0下载:
  2. 针对模糊K均值聚类算法进行改进,应用于HHT变换后的旋转机械故障特征识别。-For fuzzy K-means clustering algorithm is improved HHT transform applied to the rotating machinery fault feature recognition.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李东
  1. KmeansCluster

    0下载:
  2. K均值聚类,自编的能够运行的K均值聚类程序,可用于聚类分析-K-means clustering,Self capable of running K-means clustering procedure that can be used cluster analysis
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2413568
    • 提供者:郑明
  1. networkjulei

    0下载:
  2. 先基于系统网络扩散,生成每个图中节点对网络的影响,再算相似度,最后使用k均值聚类-First diffusion-based system network, generated for each graph node on the network effect, and then calculate the similarity, and finally use the k-means clustering
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:984064
    • 提供者:王颐
  1. pattern-recognition

    0下载:
  2. 用matlab实现模式识别里的K-均值聚类算法,算法简单-Pattern Recognition using matlab to achieve in the K-means clustering algorithm, the algorithm is simple
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:388096
    • 提供者:戴涛
  1. k_means_image

    0下载:
  2. 国外的一个图像K均值聚类的C++源代码,非常容易集成和使用,适合模式识别、图像处理等方面的开发!-an image abroad of K-means clustering of C source code, and is easy to integrate and use, suitable for pattern recognition, Image processing, and other aspects of developm
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:he16th
  1. kmeans

    0下载:
  2. matlab源码关于模糊K均值聚类算法,适合大家下载研究学习-matlab source code on the fuzzy K-means clustering algorithm, suitable for everyone to download research study
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  1. Kmeans

    0下载:
  2. K-均值聚类算法,是一种随机选取数个数据中心进行点聚类处理进而生成分类的数据挖掘算法,具有很好的学习功能。-K-means clustering algorithm is a randomly selected number of data center point clustering process thereby generating classification data mining algorithms, with good
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:jcy
  1. cluster

    0下载:
  2. 聚类的MATLAb代码程序~此代码实现的为K均值聚类~-Clustering MATLAb code- This code implements the program for K-means clustering ~
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:70656
    • 提供者:丽丽
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org