搜索资源列表

  1. k-means c++源码

    0下载:
  2. 社团结构划分中 k-means算法 C++源码
  3. 所属分类:其它

    • 发布日期:2012-05-21
    • 文件大小:3568
    • 提供者:s_ssss
  1. Exam096 k均值算法

    0下载:
  2. 用c语言编写的k均值算法-prepared by the k-means Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:
  1. K-Means动态聚类算法源程序

    0下载:
  2. This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:30720
    • 提供者:刘思
  1. 数据挖掘中K均值算法实现

    0下载:
  2. 数据挖掘中K均值算法的实现用MATLAB编写-data mining to the K-means algorithm to achieve prepared using MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:方巍巍
  1. K-means

    0下载:
  2. k-means算法的实现,实用matlab是实现的,可以用啦做聚类分析-k-means algorithm for the realization of the practical realization of matlab, so you can use cluster analysis
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:51200
    • 提供者:test
  1. k-means

    1下载:
  2. java实现的k-means算法,具有可视化界面,可以作为数据挖掘的作业处理。-java implementation of the k-means algorithm with a visual interface that can handle a data mining operation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:989184
    • 提供者:杜以华
  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-19
    • 文件大小:929792
    • 提供者:Chenguang
  1. K-means

    0下载:
  2. k-means 算法 step1 初始化K个质心 step2 将所有的点分配给最近的质心 step3 更新质心 step4 若质心都没用变化,则停止,否则返回step2 -k-means algorithm is initialized step1 step2 K a center of mass of all the points assigned to the nearest centroid centroid
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:44032
    • 提供者:vince
  1. GA-k-means

    0下载:
  2. GA-k-means算法 基于遗传算法的k_means聚类方法的研究(33-48)-GA-k-means algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:xfx
  1. k-means

    0下载:
  2.  K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为中心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。-K-means algorithm is based on the division of the classic clustering method, is ten classic one of data
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:彭立军
  1. K-Means PCA降维

    0下载:
  2. K-Means算法,不要求建立模型之后对结果进行新的预测,没有相应的标签,只是根据数据的特征对数据进行聚类。主成分分析降维对数据进行可视化操作,对features进行降维.(K-Means algorithm does not require the establishment of the model after the new prediction of the results, there is no corresponding
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:33792
    • 提供者:赵嘉慧
  1. k-means

    0下载:
  2. 此种k-means 算法可以快速的对随机产生的随机数据,进行分类,而且分类的效果比较好,效果直观。(This kind of k-means algorithm can quickly classify randomly generated random data and classify it, and the classification effect is better and the effect is intuitive.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:19456
    • 提供者:宁采臣
  1. 1、K-means学习

    0下载:
  2. K-means算法MATLAB仿真,利用一副图像作为数据实现K聚类算法仿真(K-means algorithm, MATLAB simulation)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:106496
    • 提供者:casc_zxy
  1. K-means

    0下载:
  2. 使用k-means算法对图像进行分割,并利用遗传算法对k-means算法加以改进(The k-means algorithm is used for the segment of images, and the genetic algorithm is used to improve the k-means algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:smile_ljx
  1. k-means-matlab

    2下载:
  2. 利用k-means算法实现二维平面点的聚类,包括了运行源代码和结果图(The k-means algorithm is used to realize the clustering of two-dimensional plane points, including the running source code and the result graph)
  3. 所属分类:仿真建模

    • 发布日期:2024-05-19
    • 文件大小:50176
    • 提供者:huan222
  1. K---MEANS

    0下载:
  2. 随机生成1000个二维坐标点并用K-means算法计算聚类结果(1000 two-dimensional coordinate points are generated randomly and the clustering results are calculated by K-means algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:78848
    • 提供者:Sunxiaoying
  1. K-means

    0下载:
  2. K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最优分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。(The K-means algorithm is a hard clustering algorithm, which is
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Daizy7
  1. K-means

    1下载:
  2. k-means算法主程序,已经经过测试,具体参数需要自己调整(K-means algorithm for matlab)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:水蒸汽12345
  1. k-means

    0下载:
  2. 社区检测,k-means算法,速度快,在一定情况下,效果较好
  3. 所属分类:源码下载

  1. k-means

    0下载:
  2. k-means算法实现的数据分类,python代码,可直接运行(K-means algorithm to achieve data classification, Python code, can be run directly)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:jbyjby3
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org