CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - k-average

搜索资源列表

  1. KMeansClustering

    0下载:
  2. k均值聚类的算法,这是通用程序!欢迎借鉴使用-k average value gathers a kind of algorithm, this is the general routine! Welcome to profit from uses
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:20.17kb
    • 提供者:李凯
  1. queure

    0下载:
  2. 针对M/PH/1(k)排队系统推导出该排队系统在任意时刻、到达时刻、退去时刻的队列长度状态概率分布、平均队列长度、以及平均等待时间,并编写程序进行数值计算,并对M/E2/1(k), M/M/1(k), M/H2/1(k)排队系统的性能进行数值比较。-against M/PH/1 (k) queuing system derived the queuing system at any time, the arrival time, faded moment of the queue length
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.48kb
    • 提供者:lidong
  1. K-Means-Algorithm

    0下载:
  2. k平均动态聚类算法源代码.希望对大家有所帮助.-k average dynamic clustering algorithm source code. We want to help.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:29.94kb
    • 提供者:周董
  1. k

    0下载:
  2. c++编写的模式识别k均值算法-c k prepared by the average pattern recognition algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.33kb
    • 提供者:李俊
  1. image_compress

    0下载:
  2. 本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:327.34kb
    • 提供者:wangweiming
  1. cluster-2.9

    1下载:
  2. ClustanGraphics聚类分析工具。提供了11种聚类算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Linkage (or Maximum Method, Furthest Neighbor) Average Linkage (UPGMA) Weighted Average Linkage (WPGMA) Mean Proximity Centroid (UPGMC)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-21
    • 文件大小:54.8kb
    • 提供者:wangyexin
  1. 以K-均值聚类结果为初始解的模拟退火聚类

    0下载:
  2. 由于K-均值聚类算法局部最优的特点,而模拟退火算法理论上具有全局最优的特点。因此,用模拟退火算法对聚类进行了改进。20组聚类仿真表明,平均每次对K结果值改进8次左右,效果显著。下一步工作:实际上在高温区随机生成邻域是个组合爆炸问题(见本人上载软件‘k-均值聚类算法’所述),高温跳出局部解的概率几乎为0,因此正考虑采用凸包约束进行模拟聚类,相关工作正在进行。很快将奉献给各位朋友。-as K-means clustering algorithm for optimal local character
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.64kb
    • 提供者:韩磊
  1. ImageSysZLF01

    1下载:
  2. 模式识别的作业代码,VC开发,主要是线性分类识别和聚类(基本K-平均算法)的实践,功能比较简单,还有带完善-operation code pattern recognition, VC development, mainly linear classification and identification of clustering (basic K-average algorithm) practice, relatively simple function, with perfect
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.66mb
    • 提供者:zlf
  1. K_MA.rar

    3下载:
  2. 股票交易预测 k线图绘制 5日均线,10日均线,20日均线,60日均线 计算,Stock forecast mapping k line 5 average, 10 average, 20 average, 60 days moving average calculation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:611byte
    • 提供者:yy001
  1. SOR

    0下载:
  2. 松弛因子的介绍(“松弛迭代法是高斯-塞德尔迭代法的一种加速方法,基本思想是将高斯-塞德尔迭代法得到的第k+1次近似解向量与第k次近似解向量作加权平均,当权因子(即松弛因子)w选择是适当时,加速效果很明显。因此这个方法最关键的是如何选取最佳松弛因子。")和算法。-Relaxation factor of the introduction (" relaxation method is the Gauss- Seidel iteration method for an accelerated
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4.49kb
    • 提供者:陈倩倩
  1. Kmeans

    0下载:
  2. 数据挖掘k平均法C++源码,欢迎下载,谢谢支持-Data Mining k-average method C++ Source are welcome to download, thanks to support
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2.84kb
    • 提供者:annny
  1. 192010k-average

    0下载:
  2. kmeans均值聚类算法:一种改进的基于半监督聚类的入侵检测算法ASCID(Active-learning Semi-supervised Clustering Intrusion Detection),-kmeans clustering algorithm Algorithm was simulated by KDD 99 datasets, which the experimental results demonstrate that ASCID algorithm can impro
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:49.45kb
    • 提供者:huhan
  1. K-average(N-dimension)

    0下载:
  2. K均值聚类算法实现有二维的聚类扩展到任意维样本点的聚类,代码中附加了详细的原理性说明,还有相关例子提示,效果不错-K-means clustering algorithm to achieve a two-dimensional clustering extends to any dimension of the cluster sample points, the code attached to the principle of detailed instructions, and tips
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3.63mb
    • 提供者:liuyu
  1. K_average

    0下载:
  2. 本程序是K-average算法在模式分类中的应用,-This program is a K-average algorithm for pattern classification
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:2.4kb
    • 提供者:张义
  1. k-average-regional-segmentation

    0下载:
  2. 本程序为matlab编写的k平均区域分割程序,是摄影测量学的实习作业,供大家借鉴-This program is written in matlab k average regional segmentation procedures, internship job photogrammetry, for your reference
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:866byte
    • 提供者:
  1. K-mean

    0下载:
  2. 聚类算法中的k-means算法,和k-medoids 肯定是非常相似的。k-medoids 和 k-means 不一样的地方在于中心点的选取,在 k-means 中,我们将中心点取为当前 cluster 中所有数据点的平均值。-Clustering algorithm k-means algorithm, and k-medoids certainly very similar. k-medoids and k-means not the same place that the center o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:21.64kb
    • 提供者:赵小娟
  1. cluster

    0下载:
  2. 使用本章学习的K-平均算法,以颜色分量(或几何性状)作为坐标参数,对景象图进行聚类分析,要求最后的分类结果将路标(可能包括少量相似区域)聚类为一个模式类别。要求给出样本模式点,绘制坐标图(标出各个聚类中心的迭代移动轨迹),绘制算法框图,给出结论。并检查上机结果。-Use this learn K - average algorithm to color components (or geometric characters) as coordinate parameters, clusteri
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1.65mb
    • 提供者:张煊宜
  1. K-means-IRIS

    0下载:
  2. 用平均值取代表点的方法和K近邻法对Iris花进行分类-With the average of the representative point method and K-nearest neighbor to classify Iris flower
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4.34kb
    • 提供者:zhangmuliu
  1. Matlab双均线分钟K线策略例子

    1下载:
  2. 回测框架Matlab双均线分钟K线策略例子Matlab双均线分钟K线策略例子(Matlab double average minute K line strategy example)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-14
    • 文件大小:4.7kb
    • 提供者:caosimba
  1. k-means算法

    0下载:
  2. Kmeans算法是一个重复移动类中心点的过程,把类的中心点,也称重心(centroids),移动到其包含成员的平均位置,然后重新划分其内部成员。(The Kmeans algorithm is a process of repeating the center point of a moving class, moving the center of the class, also known as centroids, to the average position of its member
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:703kb
    • 提供者:悟思
« 12 »
搜珍网 www.dssz.com