CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最近邻

搜索资源列表

  1. knn

    0下载:
  2. matlab程序源代码,能够正确实现,最近邻分类-matlab program source code, to be able to correctly implement the nearest neighbor classifier
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:729
    • 提供者:sherry
  1. image-interpolation

    0下载:
  2. 图像插值放大,最近邻,双线性,双三次matlab实现-The image interpolation enlarge nearest neighbor, bilinear, bicubic matlab achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:1070744
    • 提供者:mark
  1. 1

    0下载:
  2. 实现图像旋转的两种方法 分别是最近邻法和双性内插法-Image rotation, two methods are nearest neighbor method and bisexual interpolation
  3. 所属分类:Graph program

    • 发布日期:2017-11-15
    • 文件大小:1052
    • 提供者:jqy
  1. KNSC

    0下载:
  2. 聚类算法,最近邻系统聚类。 聚类算法,最近邻系统聚类。-Clustering algorithm, the nearest neighbor system clustering
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:926
    • 提供者:寻仙问道
  1. 11

    0下载:
  2. 基于MATLAB的图像处理的基本运算 (1)能够对图像亮度和对比度变化调整,并比较结果 (2)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的和旋转操作,并保存,比较几种插值的效果 (3)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 (4)对图像加入各种噪声,比较效果。 -Adjustment of image brightness and contrast changes, and compare the re
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:9842
    • 提供者:苏琴
  1. bayes-

    0下载:
  2. 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用-nearest neighbor classifier (KNN) of the C++ source code, suitable for pattern recognition, image processing developers use
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-16
    • 文件大小:162003
    • 提供者:唐键坪
  1. Effectual-Method-for-Crowd-Counting

    0下载:
  2. 对固定镜头下视频序列中运动人体的检测和跟踪方法进行研究,利用灰度图像差分双向投影信息检测人体目标,提出一种基于统 计运动区域几何特征固定比例的分割算法,使用最近邻匹配方法对人体进行跟踪。-Video sequences in the detection and tracking of the movement of the human body to study under the fixed lens, bi-directional projector information using
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:1403208
    • 提供者:刘伟豪
  1. nn

    0下载:
  2. 最近邻算法实现 k近邻 Z为训练集,每行一个样本,n*m labZ为与Z对应的类别,列向量 Z_T为测试集,每行一个样本,p*m labZ_T为输出结果,p*1-Nearest-neighbor algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:564
    • 提供者:裴唯一
  1. SNN_algorithm

    2下载:
  2. 实现SNN(共享最近邻聚类)算法,已测试,可用-Achieve SNN (Shared Nearest Neighbor Clustering) algorithm has been tested available
  3. 所属分类:Other windows programs

    • 发布日期:2015-08-17
    • 文件大小:7401472
    • 提供者:luoyu
  1. fcm

    0下载:
  2. fcm 聚类两个k近邻算法,k近邻的非正式描述,就是给定一个样本集exset,样本数为M,每个样本点是N维向量,对于给定目标点d,d也为N维向量,要从exset中找出与d距离最近的k个点(k<=N),当k=1时,knn问题就变成了最近邻问-fcm cluster
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:35881
    • 提供者:张芳俊
  1. data_associate1

    2下载:
  2. 一种用于多目标数据互联的matlab程序,在杂波环境下,实现卡尔曼滤波和最近邻数据数据互联,同时实现卡尔曼滤波与慨率数据的互联.-A method for multi-target tracking matlab procedures in a cluttered environment to achieve Kalman filtering and the data nearest neighbor data association, while achieving the interconn
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:4155
    • 提供者:leegb
  1. myImresize.m

    0下载:
  2. 自己写的imresize实现图片的最近邻插值和线性插值,varagain重载-Write your own imresize achieve picture nearest neighbor interpolation and linear interpolation, varagain the overloaded
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:899
    • 提供者:dadalang
  1. nearest

    0下载:
  2. 自己编写的插值算法 ,可以放大和缩小图像。最近邻算法-I have written interpolation algorithm, can zoom in and zoom out. Nearest neighbor algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:154093
    • 提供者:
  1. KDTree

    0下载:
  2. k-d树(k-dimensional树的简称),是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。用java实现,可直接运行-kd-tree (k-dimensional tree for short), is a partition the data structure of k-dimensional data space. Mainly used in the search of the key data of the multidimensi
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:9519
    • 提供者:shiyulong
  1. KDTree2Kmeans

    0下载:
  2. 基于kdtree的kmeans聚类算法,在选择最近邻中心点时使用kdtree的检索功能,提高了检索效率,特别是当k较大时,效果明显提升-kmeans clustering algorithm based on kdtree,used in selecting the center point of the nearest neighbor the kdtree retrieval function, and improve the retrieval efficiency has improve
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:22790
    • 提供者:shiyulong
  1. KNN

    0下载:
  2. 数据挖掘经典算法 (C语言实现版)KNN最近邻算法-Classical data mining algorithms KNN nearest neighbor algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:661590
    • 提供者:刘涛
  1. kdTree

    0下载:
  2. 最近邻算法的构建,构造kd-tree。是统计学习方法中的经典方法。是其源码实现。-Nearest neighbor algorithm, constructed kd-tree. The classical method is a statistical learning method. Its source code to achieve.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:16868
    • 提供者:孙栋衡
  1. littleworld

    0下载:
  2. NW小世界网络的构成原则为:从一个环状的规则网络开始,网络含有N个结点,每个结点向与它最近邻的K个结点连出K条边,并满足N>>K>>In(N)>>1。随后进行随机化加边,以概率p在随机选取的一对节点之间加上一条边。其中,任意两个不同的节点之间至多只能有一条边,并且每一个节点都不能有边与自身相连。改变p值可以实现从最近邻耦合网络(p=0)向全局耦合网络(p=1)转变。在p足够小和N足够大时,NW小世界模型本质上等同于WS小世界模型。 -NW constitu
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:1675
    • 提供者:freebank
  1. RBF-stockmarket-predict

    1下载:
  2. 数据预测,采用RBF最近邻算法预测股市趋势-Data to predict RBF nearest neighbor algorithm predict stock market trends
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-02-02
    • 文件大小:115712
    • 提供者:杨悦
  1. mpnn_Nearest-neighbor-library

    0下载:
  2. 运动规划中的最近邻程序,可以整合在自己的算法中-Nearest neighbor procedure in motion planning, can be integrated in the algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:235439
    • 提供者:Ruizhi Chai
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 48 »
搜珍网 www.dssz.com