CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - euclidean space

搜索资源列表

  1. DirectLDA

    0下载:
  2. This a MFC program to test direct linear discriminant analysis (direct LDA) for face recognition. Histogram equalization is used as a preprocessing and direct LDA is used to reduce a dimension in feature space from train images. Minimum Euclidean dis
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-26
    • 文件大小:8902145
    • 提供者:SUNGWOONG KIM
  1. cluster_by_distances

    0下载:
  2. 通过欧几里德距离对三维空间内的数据点进行聚类: 从文件读入三列表示坐标的数据进行聚类。按项目总数和组数平均划分。首先计算两两之间的距离,选出最近的两个点,再按距离由小到大排序,找出距这两个点最近的若干个点。 除去这些点后对其余的点重复进行上述操作。-By Euclidean distance on three-dimensional space, clustering of data points: from the file read into the three coordinate
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1805
    • 提供者:陈雷
  1. Gaussian-with--Anisotropy-

    1下载:
  2. C++与FORTRAN混编程序。考虑各向异性的克里金法及序贯高斯法。在地质,油藏建模中很有用处 Author--Jeff Boisvert and Clayton V. Deutsch-for incorporating locally varying anisotropy in kriging or sequential Gaussian simulation is based on modifying how locations in space are related. Norm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:467707
    • 提供者:张开
  1. determinant

    0下载:
  2. 行列式在数学中,是由解线性方程组产生的一种算式。[1]其定义域为nxn的矩阵A,取值为一个标量,写作det(A)或 | A | 。行列式可以看做是有向面积或体积的概念在一般的欧几里得空间中的推广。或者说,在 n维欧几里得空间中,行列式描述的是一个线性变换对“体积”所造成的影响。无论是在线性代数、多项式理论,还是在微积分学中(比如说换元积分法中),行列式作为基本的数学工具,都有着重要的应用。 行列式概念最早出现在解线性方程组的过程中。十七世纪晚期,关孝和与莱布尼茨的著作中已经使用行列式来确定线性方
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:105498
    • 提供者:lay
  1. IntDimCode

    0下载:
  2. This code estimates the intrinsic dimension of a dataset. It calculates three estimates. The estimator by the authors which was proposed in M. Hein, J-Y. Audibert Intrinsic dimensionality estimation of submanifolds in Euclidean space Pro
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:18551
    • 提供者:dadashi
  1. RBF

    0下载:
  2. RBF神经网络:rbf原理:所谓径向基函数(Radial Basis Function 简称 RBF),就是某种沿径向对称的标量函数。通常定义为空间中任一点x到某一中心xc之间欧氏距离的单调函数,可记作 k(||x-xc||),其作用往往是局部的,即当x远离xc时函数取值很小。最常用的径向基函数是高斯核函数,形式为 k(||x-xc||)=exp{- ||x-xc||^2/(2*σ)^2) } 其中xc为核函数中心,σ为函数的宽度参数,控制了函数的径向作用范围。在RBF网络中,这两个参数往往是可
  3. 所属分类:Windows Develop

    • 发布日期:2016-04-21
    • 文件大小:1024
    • 提供者:
  1. CalcCrowdingDistance

    0下载:
  2. In mathematics, the Euclidean distance or Euclidean metric is the ordinary (i.e. straight-line) distance between two points in Euclidean space. With this distance, Euclidean space becomes a metric space. The associated norm is called the Euclidean no
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1092
    • 提供者:m
  1. fieqou

    0下载:
  2. 空间目标识别,采用PM算法,基于欧几里得距离的聚类分析,相关分析过程的matlab方法。- Space target recognition algorithm using PM, Clustering analysis based on Euclidean distance, Correlation analysis process matlab method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5002
    • 提供者:丁新君
  1. ndiri

    0下载:
  2. 计算两个矩阵之间的欧氏距离,空间目标识别,采用PM算法,调试通过可以使用。- Calculation of the Euclidean distance between the two matrices, Space target recognition algorithm using PM, Debugging can be used.
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:7168
    • 提供者:贺永安
  1. Euclidean Space

    0下载:
  2. information on euclidean distance
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:319488
    • 提供者:nid01
  1. matlab表情识别

    2下载:
  2. Matlab表情识别,特征脸[1 ]作为面部表情分类的方法。首先,利用训练图像创建低维人脸空间(pca)。这是通过训练图像集主成分分析(PCA)及图片主成分分析(即具有较大特征值的特征向量)获得的。 结果,所有的测试图像以所选择的主成分表示,计算投影图像与所有投影列车图像的欧几里得距离,选择最小值以找出与试验图像最相似的训练图像。(The feature face [1] is used as a facial expression classification method. Firstly,
  3. 所属分类:其他

    • 发布日期:2019-03-12
    • 文件大小:4684800
    • 提供者:bbqQq
搜珍网 www.dssz.com