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

搜索资源列表

  1. knn

    0下载:
  2. 在visual basic环境下,实现k-nearest neighbor算法。-in visual basic environment, achieving k-nearest neighbor algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-15
    • 文件大小:18.35kb
    • 提供者:camperlinan
  1. KNN

    1下载:
  2. KNN clustering with php
  3. 所属分类:Algorithm

    • 发布日期:2014-12-24
    • 文件大小:4.06kb
    • 提供者:Nada
  1. KNN

    0下载:
  2. K Nearest Neighbor algorithm Implementation and Overview
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.21kb
    • 提供者:vietanh
  1. KNN

    0下载:
  2. Knn算法综述、柔性KNN算法研究、一个高效的knn分类算法、一种改进的KNN分类算法、一种优化的K最近邻协同过滤算法。-Algorithms Knn, flexible KNN algorithm, an efficient knn classification algorithm, an improved KNN classification algorithm, an optimized K-nearest neighbor collaborative filtering algorith
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.18mb
    • 提供者:李鹏
  1. zuijinlin

    0下载:
  2. 是一种数据最近邻的c聚类程序,实现效果较好-Is a data of the c nearest neighbor clustering procedure, to achieve better results
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:42.19kb
    • 提供者:李政
  1. BFS

    0下载:
  2. In graph theory, breadth-first search (BFS) is a graph search algorithm that begins at the root node and explores all the neighboring nodes. Then for each of those nearest nodes, it explores their unexplored neighbor nodes, and so on, until it finds
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.21kb
    • 提供者:a32
  1. KNN

    0下载:
  2. 源码完成了对数据的K近邻分类,并且可以计算正确率-Source completed the K-nearest neighbor classifier on the data and can calculate the correct rate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:61.33kb
    • 提供者:杨丽
  1. Kode-Program-Algoritma-Nearest-Neighbor

    0下载:
  2. In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approx
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:575.53kb
    • 提供者:bwindhya
  1. knn

    0下载:
  2. K nearest neighbor algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:986byte
    • 提供者:户利利
  1. neighbor

    0下载:
  2. 计算近邻原子数的,包括第一近邻、第二近邻等等,需要原子坐标作为初始输入文件-Calculate the number of nearest neighbor atoms, including the first neighbor, second neighbor, etc., need atomic coordinates as the initial input file
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:703byte
    • 提供者:
  1. dem_interpolation

    0下载:
  2. DEM內差,簡單有限元DEM內插方式,包還最鄰近指定法、雙線性法、立方迴旋法。-Poor, simple finite element DEM interpolation of DEM, specify the method of the package also nearest neighbor, bilinear method, cubic roundabout method.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:7.87mb
    • 提供者:張庭榮
  1. ANNTest

    0下载:
  2. 查找二维和三维空间中K最近邻点的算法,在Approximate Nearest Neighbor Searching(ANN)的基础上进行了包装,易于使用。-Find the two-dimensional and three-dimensional space of K nearest neighbor algorithm, Approximate Nearest Neighbor Searching (ANN) based on the packaging.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:200.08kb
    • 提供者:
  1. knn

    0下载:
  2. knn实现,详细的最近邻算法的实现方法,简单易懂-knn achieve detailed nearest neighbor algorithm, easy to understand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:837byte
    • 提供者:王小平
  1. KNN_1

    0下载:
  2. K-Nearest Neighbor, KNN algorithm classifier, with different complexity levels.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:2.25kb
    • 提供者:ucdot
  1. cvEucdist

    0下载:
  2. 欧几里得距离是一种数学计算矩阵距离的算法,可用于图像分类时查找最近邻的距离。-Euclidean distance is a mathematical algorithm to calculate the distance matrix can be used for image classification when looking for the nearest neighbor distance.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:902byte
    • 提供者:彭沛沛
  1. KNN

    0下载:
  2. K-NN k-Nearest Neighbor classification algorithm-K-NN k-Nearest Neighbor classification algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:895byte
    • 提供者:soufiane
  1. Image_distortion

    1下载:
  2. 图像扭曲变形 目标:编写一个图像扭曲变形程序,可以对图像进行扭曲变形。 (1)扭曲变形方式: 必做: 旋转扭曲/球面镜变形(二选一) B样条网格变形 选做:TPS网格变形 (2)插值方法比较 最近邻插值 双线性插值(bilinear) 双三次插值(bicubic) 作业要求: 提交程序源代码、执行码以及实验报告(包括:变形函数的选取与设计,使用插值方法的介绍与分析,程序框图,实验结果及分析等)。-Image distortio
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:3.5mb
    • 提供者:luyz
  1. nearneighbor

    0下载:
  2. Computes the nearest neighbor interpolation of MOLA data Oleg Abramov Planetary Image Research Laboratory abramovo@pirl.lpl.arizona.edu version 0.2 - Computes the nearest neighbor interpolation of MOLA data Oleg Abramov
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.37kb
    • 提供者:err
  1. 123

    0下载:
  2. 该程序实现K-均值聚类算法达到K-均值聚类的功能,与凝聚算法 最近邻聚类算法达到最邻聚类的功能。 -The program implements K- K- means clustering algorithm to achieve functional means clustering, and cohesion algorithm- nearest neighbor clustering algorithm to achieve the most-neighbor clustering.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:935.57kb
    • 提供者:梁超
  1. 非参数估计SO2浓度

    1下载:
  2. 用5种非参数方法:线性样条、B样条、N-W核估计、最近邻估计、局部多项式对某地SO2浓度数据进行拟合。(5 non parametric methods: linear spline, B spline, N-W kernel estimation, nearest neighbor estimation, and local polynomial are used to fit the SO2 concentration data in a certain area.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:106kb
    • 提供者:Peach007
搜珍网 www.dssz.com