搜索资源列表

  1. 基于kdtree的kmeans聚类算法

    0下载:
  2. 基于kdtree的kmeans聚类方法。
  3. 所属分类:报告论文

    • 发布日期:2010-09-19
    • 文件大小:317816
    • 提供者:shiziw369
  1. 遗传聚类

    1下载:
  2. 使用遗传算法优化Kmeans聚类过程,测试数据集都来源于UCI,很好理解,适合初学者。
  3. 所属分类:人工智能/神经网络/遗传算法

  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. KMEANS(matlab)

    0下载:
  2. Matlab环境下的k-means聚类算法,实现图像分割,很快阿!-K-means Clustering arithmetic based on Matlab platform.It s fast for Image-Division!
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:32768
    • 提供者:刘明霞
  1. KMEANS

    0下载:
  2. 经典统计方法:k-means聚类分析源程序-classical statistical methods : k-means clustering source
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:张进
  1. k-means(VC)

    0下载:
  2. k均值聚类算法分析,采用C++编程技术,提供代码可重用机制 -k-means clustering algorithm analysis, the use of C programming, code reuse mechanism
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:30720
    • 提供者:chu na
  1. wykmeans

    0下载:
  2. 基于c语言实现的聚类算法,运行与visual c++环境下,可以实现均值聚类。-c language based on the clustering algorithm, the operating environment with visual c, means clustering can be achieved.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:246784
    • 提供者:王莹
  1. KMEANS

    0下载:
  2. k-means 动态聚类算法源程序 非常好用 高的效率-Dynamic k-means clustering algorithm is very useful source of high efficiency
  3. 所属分类:数据库编程

    • 发布日期:2024-05-19
    • 文件大小:29696
    • 提供者:张红
  1. KMEANS

    0下载:
  2. 聚类分析中一个简单的聚类算法:K均值算法。-Cluster analysis of a simple clustering algorithm: K-means algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:240640
    • 提供者:王桂芝
  1. Kmeans

    0下载:
  2. 在Visual C++.NET2003平台下实现聚类算法中的K-MEANS算法,对随机生成的点进行了聚类。使用单文档结构,并将聚类结果显示出来。-In the Visual C++. NET2003 platform clustering algorithm to achieve the K-MEANS algorithm, on randomly generated points in the cluster. Use a singl
  3. 所属分类:.net编程

    • 发布日期:2024-05-19
    • 文件大小:63488
    • 提供者:杨维斌
  1. Kmeans

    0下载:
  2. 包含两个文件KMEAN.h,KMEAN.CPP,使用方法非常简单,将数据存成.dat文件,即可对其进行K均值聚类-Consists of two documents KMEAN.h, KMEAN.CPP, very simple to use, the data saved as. Dat file can be K-means clustering
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. k聚类免疫 算法的matlab仿真程序源码-k cluster immune algorithm matlab simulation program source
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:29696
    • 提供者:xixi
  1. Kmeans

    0下载:
  2. 基于粗糙熵和K-均值聚类算法的图像分割 基于粗糙熵和K-均值聚类算法的图像分割-Based on Rough Entropy and K-means clustering algorithm for image segmentation based on rough entropy and K-means clustering algorithm for image segmentation
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-19
    • 文件大小:257024
    • 提供者:张三
  1. KMEANS

    0下载:
  2. K均值法聚类分析 通过K均值法实现数据的聚类分析-K-means cluster analysis through the K-means cluster analysis of data
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. K-means算法,聚类分析中的一个重要的算法,用于分类-K-means algorithm, cluster analysis is an important algorithm for classification
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:30720
    • 提供者:陨石
  1. kmeans

    0下载:
  2. k-means源码(K均值聚类算法源码)-k-means source (K-means clustering algorithm source)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:安替
  1. KMEANS

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

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:快快
  1. tct-070227

    0下载:
  2. 类似于Weka的文本聚类工具箱,可以读取Weka格式的文件,并实现了常用的文本聚类算法以及聚类集成算法,对于机器学习的朋友来说是个好东西-Similar to the text clustering toolbox Weka, Weka can read the file format and realize the common text clustering algorithm, as well as integrated clus
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:3512320
    • 提供者:叶云龙
  1. KMEANS

    0下载:
  2. 聚类分析:K-Means动态聚类算法的源程序-Cluster analysis: K-Means clustering algorithm dynamic source
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:29696
    • 提供者:wf
  1. kmeans聚类算法

    0下载:
  2. kmeans聚类分析,无监督学习实现Matlab代码(Kmeans clustering analysis, unsupervised learning implementation of MATLAB code)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:东云博士
« 1 23 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org