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

搜索资源列表

  1. dist.rar

    0下载:
  2. 距离函数用于计算两个矩阵之间的距离 ,Distance function used to calculate the distance between two matrices
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1252
    • 提供者:ll
  1. MR

    0下载:
  2. 模式识别,距离计算,聚类分析,判别函数,判断准则等的算法实现-Pattern recognition, distance calculation, cluster analysis, discriminant function, the algorithm to determine criteria
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:138911
    • 提供者:王胜
  1. radar-ambiguity-function

    0下载:
  2. 雷达模糊度方程仿真程序,包括距离模糊函数,模糊坐标图,数字编码波型及一个雷达实例例程-the simulation code for radar ambiguity function, including range ambiguity function, ambiguity diagram contours, digital coded waveforms and a radar design case program
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:4590
    • 提供者:张晓斌
  1. CTRW-n

    1下载:
  2. CTRW处理反常扩散问题,包括了跳跃距离函数选择和等待时间函数的选择。-CTRW deal with anomalous diffusion, including the jumping distance function selection and the choice of waiting time function
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2118428
    • 提供者:liujian
  1. addon

    0下载:
  2. addon.m是用matla编写的距离函数和拓扑函数示例-addon.m is prepared with matla topological distance function and the function of the sample
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1239
    • 提供者:王永美
  1. hrr_profile

    1下载:
  2. 高分辨率距离像,是一个function函数,根据接收的信号来生成它的高分辨率一维距离像-High-resolution range profile is a function function, according to the received signal to generate its high-resolution one-dimensional range profile
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1011
    • 提供者:liuzhijing
  1. Variational-Level-Set

    0下载:
  2. 我们使用了一种变分公式来纠正水平集函数与符号距离函数的偏差,从而实现了水平集函数在演化过程中不需要再次初始化的目标。-we use a variational formulation that forces the level set function to be close to a signed distance function, so realize the level set function without re-initialization during the evolution
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2476
    • 提供者:老六
  1. Neural-network-data

    0下载:
  2. 神经网络的数据分类--柴油机故障诊断chap.m为SOM神经网络程序 addon.m为距离函数和拓扑函数示例。-Neural network data classification- diesel engine fault diagnosis Chap. M for SOM neural network program Addon. M for distance function and topological function example.
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:2454
    • 提供者:张力
  1. fuz_distance

    0下载:
  2. 模糊聚类分析中,需要用到各种聚类距离。此函数包括了7种模糊聚类距离函数,供大家学习使用。-Fuzzy clustering analysis, you need to use a variety of clustering distance.This function includes seven kinds of fuzzy clustering distance function, for them to learn to use.
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:820
    • 提供者:罗宇翔
  1. K-MEANS

    0下载:
  2. k均值聚类是最著名的划分聚类算法,由于简洁和效率使得他成为所有聚类算法中最广泛使用的。给定一个数据点集合和需要的聚类数目k,k由用户指定,k均值算法根据某个距离函数反复把数据分入k个聚类中。-k-means clustering is one of the most famous partition clustering algorithm, due to the simplicity and efficiency so that he became the most widely used i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:2695
    • 提供者:SmileHF
  1. Radial-basis-function

    0下载:
  2. 径向基函数是一个取值仅仅依赖于离原点距离的实值函数,也就是Φ(x)=Φ(‖x‖),或者还可以是到任意一点c的距离,c点称为中心点,也就是 Φ(x,c)=Φ(‖x-c‖)。任意一个满足Φ(x)=Φ(‖x‖)特性的函数Φ都叫做径向量函数,标准的一般使用欧氏距离,尽管其他距离函数也是可以的。一些径向函数代表性的用到近似给定的函数,这种近似可以被解释成一个简单的神经网络,径向基函数在支持向量机中也被用做核函数。-Radial basis function depends only on the valu
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1617936
    • 提供者:张光
  1. BP

    0下载:
  2. SOM神经网络的数据分类,柴油机故障诊断。 addon.m为距离函数和拓扑函数示例-SOM neural network data classification, diesel engine fault diagnosis.addon.m is an example of the distance function and TOPOLOGY ON FUNCTION
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3253
    • 提供者:xy
  1. K-means-clustering-algorithm

    0下载:
  2. k均值聚类是最著名的划分聚类算法,由于简洁和效率使得他成为所有聚类算法中最广泛使用的。给定一个数据点集合和需要的聚类数目k,k由用户指定,k均值算法根据某个距离函数反复把数据分入k个聚类中。-K-means clustering is one of the most famous partitioning clustering algorithm, due to the simplicity and efficiency makes him become the most widely used
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5248
    • 提供者:罗汉
  1. 新建 WinRAR 压缩文件

    0下载:
  2. 为SOM神经网络程序 addon.m为距离函数和拓扑函数示例。(For the SOM neural network program Addon.m is an example of distance functions and topological functions.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-14
    • 文件大小:3447
    • 提供者:cc3299
  1. julihanshu

    0下载:
  2. 上传程序为matlab距离函数和拓扑函数示例(Upload program for matlab distance function and topological function example)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:4096
    • 提供者:锋肆
  1. RBF

    0下载:
  2. 径向基函数插值使用一系列基函数,它们在每个采样点对称且居中。径向基函数是一类特殊的函数,其主要特征是它们的响应与中心点的距离单调地减小(或增加)。中心、距离刻度和精确的形状是模型的参数。(Radial Basis Function interpolation with biharmonic, multiquadric, inverse multiquadric, thin plate spline, and Gaussian basis functions for Matlab/Octave.
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:33792
    • 提供者:baidudu
  1. api-cluster

    0下载:
  2. 用java写的层次聚类,其中距离函数是complete(即最大值优先)(Cluster(agglomerative clustering, complete linkage method) to analyze API usage.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:35809280
    • 提供者:ohazyi
  1. CRC

    0下载:
  2. CRC校验码的生成及检错,随机生成/自行输入错误图样;汉明距离函数(CRC check code generation and error detection, random or self input error pattern;Hamming distance function)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:落泺
  1. fisher算法matlab源程序

    0下载:
  2. fisher算法matlab源程序,Fisher系数F,又称距离可分性测度,用来评价类间分离程度的函数(Fisher algorithm matlab source program, Fisher coefficient F, also called distance separability measure, is used to evaluate the degree of separation between classes.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:chenshig
  1. DBSCAN

    0下载:
  2. DBSCAN聚类算法仿真,包括一个距离函数,一个eps函数,一个主程序(Simulation of DBSCAN clustering algorithm.It includes a distance function, a EPS function, a main program.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-07
    • 文件大小:1024
    • 提供者:Cashew
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com