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

搜索资源列表

  1. knnclassifytoimg

    0下载:
  2. 对于遥感影像的K近邻分类器,并且将分类结果彩色显示出来,效果不错。-Knn classifier show the result
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:587
    • 提供者:kobe
  1. ConsoleApplication1

    0下载:
  2. K近邻 KNN分类器,读取水质处理数据,并分好类,一共四类-K neighbor KNN classifier, read the water quality data processing, and a good class, a total of four class
  3. 所属分类:source in ebook

    • 发布日期:2017-05-07
    • 文件大小:1437286
    • 提供者:孙玉梅
  1. PCA-based-facial-recognition

    0下载:
  2. 基于PCA特征提取和距离哈希K近邻分布的人脸表情识别-PCA-based feature extraction and distribution of K-nearest neighbor distance hash Facial Expression Recognition
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:272882
    • 提供者:zy
  1. the-k_nearst-alogrithm

    0下载:
  2. 一种快速搜索散乱点云数据 k 邻近的算法 对逆向工程中散乱点云数据的 k 近邻搜索,提出一种快速搜索散乱点云 k 邻近点的算法。该算法根据 点云数据的范围、点的总数及最近点数目 k,确定合适的立方体边长,采用空间划分策略,把数据划分成多个子立方体; 然后用哈希表记录每个子立方体所包含的数据点及每个点所在的立方体索引号,并排除不包含数据的子立方体,以此 确定邻近点的最佳搜索范围。实验结果表明:该算法有效的提高 k 近邻搜索的速度,同时保证了搜索结果的正确性。 -a fast m
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:792910
    • 提供者:lefen
  1. NormalEsimation2

    0下载:
  2. 求点云的法向量和k近邻的求取,可以根据一些需要自己改写,自己建立工程后可以使用-about the normalesimation ,after the debug can be excute in vs
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3570
    • 提供者:lefen
  1. k_nearst

    0下载:
  2. k最近邻分类算法,将点云分为k近邻的算法,完整的源码程序-the program is about the k_nearst classify
  3. 所属分类:Fractal program

    • 发布日期:2017-05-16
    • 文件大小:3763251
    • 提供者:lefen
  1. knndemo

    0下载:
  2. K近邻分类器,实现了对iris数据集的分类,并且使用了交叉验证的方法,来验证求得的最优的K值。-K-nearest neighbor classifier to achieve the classification of iris data set and cross-validation of the method used to verify the optimal value of K obtained.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2123
    • 提供者:
  1. 2DPCAPKNN

    0下载:
  2. 实现2DPCA和Knn(k近邻)的人脸识别,包含人脸库-face recogntion in 2DPCA and KNN
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3851877
    • 提供者:何宝忠
  1. hw4

    0下载:
  2. k近邻分类,内部有文档详细说明,具体例子是通过k近邻对常用数据集mnist.mat(头像数据)进行分类-k nearest
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4230532
    • 提供者:changliu
  1. alternative-2DPCAPknn

    1下载:
  2. 基于二阶双向二维主成成分分析用k近邻分类,alternative-2dpca,2d2dpca注解详细,在本站左加阔的程序上编写的-alternative-2dpca 2d2dpca+knn
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3081524
    • 提供者:何宝忠
  1. static_K_kendell_mean_var

    0下载:
  2. MATLAB代码,利用K近邻法并使用相应的特征选择对数据进行分类-MATLAB code, the use of K-nearest neighbor method and use the appropriate feature selection data classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1719
    • 提供者:huangfuhaoran
  1. static_K_ga01

    0下载:
  2. MATLAB代码,采用封装法利用K近邻和遗传算法的结合对数据进行分类-MATLAB code using encapsulation method using a K-nearest neighbor and genetic algorithm combined with data classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1842
    • 提供者:huangfuhaoran
  1. k-nearest-neighbor-estimation

    0下载:
  2. 模式识别实验 k最近邻估计MATLAB程序-Pattern recognition experiments k nearest neighbor estimation MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2210
    • 提供者:Ls
  1. knn-classify

    0下载:
  2. 注释清楚,容易帮您理解k近邻分类的原理。采用c++语言编写-NOTE clear, easy to help you understand the principles of k nearest neighbors. Use c++ language
  3. 所属分类:Data Mining

    • 发布日期:2017-04-28
    • 文件大小:18851
    • 提供者:康月波
  1. CAL500_KNN

    0下载:
  2. 使用粒子群算法优化k近邻算法,达到多标签分类的代码,使用CAL500的数据集-the multi-label classification based on evolutionary computing using KNN
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1316431
    • 提供者:wangzhe
  1. probability-estimation

    1下载:
  2. 给定若干三维数据,建立训练概率模型,并对新数据进行估计。包括高斯模型、Parzen窗和K近邻密度估计-Given a number of three-dimensional data, the establishment of training probability model, and the new data is estimated. Including the Gaussian model, Parzen windows and K nearest neighbor density e
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:727559
    • 提供者:dd
  1. ISOMAP-Algorithm

    0下载:
  2. ISOMAP算法,其中做了部分修改。算法采用K近邻图计算测地距离的方法,最后进行低维嵌入-ISOMAP algorithm, which made some modification.Algorithm of geodesic distance is obtained by using the K neighbor graph method, finally to low dimensional embedding
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1709
    • 提供者:ee
  1. paper3

    0下载:
  2. 支持偏好调控的路网隐私保护k近邻查询方法-Preference network support privacy regulation k nearest neighbor query methods
  3. 所属分类:Communication

    • 发布日期:2017-05-02
    • 文件大小:708115
    • 提供者:xiaozhang
  1. knn

    0下载:
  2. k近邻法的线性扫描算法的python详细代码,并附有详细注释-k nearest neighbor linear scanning algorithm python code in detail, along with detailed notes
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2021
    • 提供者:
  1. FACE

    0下载:
  2. 人脸识别的k近邻分类器,matlab代码- Recognition of k-nearest neighbor classifier,matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:133896
    • 提供者:min qingyan
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »
搜珍网 www.dssz.com