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

搜索资源列表

  1. Ksam

    0下载:
  2. 新颖的K均值聚类算法,以SAM作为两个向量的距离度量,取代原始的向量间的距离-Multi-spectral K-mean clustering with SAM as spectral similarty
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1607
    • 提供者:fancy
  1. CA_Sequential

    0下载:
  2. 实现了向量的聚类算法,输入三个参数:向量集合、划分数目和设定的阈值,就可得到聚类结果,以欧式距离作为距离判别准则。-Realize the vector of the clustering algorithm, the input three parameters: vector set and the division of number and set threshold, can get clustering results to the Euclidean distance as a c
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1807
    • 提供者:pu
  1. kxwzsrxa

    0下载:
  2. DC-DC部分采用定功率单环控制,能量熵的计算,IDW距离反比加权方法,基于分段非线性权重值的Pso算法,包含特征值与特征向量的提取、训练样本以及最后的识别。- DC-DC power single-part set-loop control, Energy entropy calculation, IDW inverse distance weighting method, Based on piecewise nonlinear weight value Pso algorithm, Con
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5164
    • 提供者:yviifsjm
  1. sdtyusgy

    0下载:
  2. IDW距离反比加权方法,MIMO OFDM matlab仿真,包括随机梯度算法,相对梯度算法,使用matlab实现智能预测控制算法,多元数据分析的主分量分析投影,包含特征值与特征向量的提取、训练样本以及最后的识别。- IDW inverse distance weighting method, MIMO OFDM matlab simulation, Including stochastic gradient algorithm, the relative gradient algorithm,
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8150
    • 提供者:ryxdki
  1. udtdeuyp

    0下载:
  2. 包含特征值与特征向量的提取、训练样本以及最后的识别,对HARQ系统的吞吐量分析,能量熵的计算,包括面积、周长、矩形度、伸长度,进行波形数据分析,基于kaiser窗的双谱线插值FFT谐波分析,包括随机梯度算法,相对梯度算法,仿真图是速度、距离、幅度三维图像。- Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, HARQ throughput anal
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5352
    • 提供者:hgeqpip
  1. ckmgmeip

    0下载:
  2. 信号处理中的旋转不变子空间法,采用累计贡献率的方法,基于欧几里得距离的聚类分析,matlab开发工具箱中的支持向量机,大学数值分析算法,包括AHP,因子分析,回归分析,聚类分析,有小波分析的盲信号处理。- Signal Processing ESPRIT method, The method of cumulative contribution rate Clustering analysis based on Euclidean distance, matlab development too
  3. 所属分类:matlab例程

    • 发布日期:2017-04-15
    • 文件大小:5886
    • 提供者:gcqfgg
  1. ibsjekgt

    0下载:
  2. IDW距离反比加权方法,感应双馈发电机系统的仿真,时间序列数据分析中的梅林变换工具,本程序的性能已经超过其他算法,包括数据分析、绘图等等,matlab开发工具箱中的支持向量机,大学数值分析算法。- IDW inverse distance weighting method, Simulation of doubly fed induction generator system, Time series data analysis Mellin transform tool, This progr
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5381
    • 提供者:ejwjxfku
  1. sahiwdpb

    0下载:
  2. 基于欧几里得距离的聚类分析,多姿态,多角度,有不同光照,最大信噪比的独立分量分析算法,多目标跟踪的粒子滤波器,基于人工神经网络的常用数字信号调制,鲁棒性好,性能优越,IDW距离反比加权方法,matlab开发工具箱中的支持向量机。- Clustering analysis based on Euclidean distance, Much posture, multi-angle, have different light, SNR largest independent component an
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6067
    • 提供者:yciqktsrb
  1. Image-restoration-distance-vector

    0下载:
  2. 基于距离向量的图像修复算法,在传统的修复算法中加入了改进的距离向量,能够更好的修复图像的结构部分。-Based on the distance vector, an improved distance vector is added to the traditional repair algorithm, which can better repair the structure of the image.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:433163
    • 提供者:萧忆情
  1. 52176893pca-matlab-code

    0下载:
  2. pca人脸识别算法,人脸检测,欧式距离,特征向量求法等。(PCA face recognition algorithm, face detection, Euclidean distance, eigenvector method and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:33792
    • 提供者:欧阳某某
  1. K-means

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

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:Daizy7
搜珍网 www.dssz.com