CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - k nearest neighbor algorithm

搜索资源列表

  1. Yong

    0下载:
  2. Image thresholding has played an important role in image segmentation. In this paper, we present a novel spatially weighted fuzzy c-means (SWFCM) clustering algorithm for image thresholding. The algorithm is formulated by incorporating the spatial ne
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:287.35kb
    • 提供者:silviudog
  1. knn_classify

    0下载:
  2. knn分类算法 遥感图象分类 knn分类算法 遥感图象分类 -knn classify k-nearest neighbor algorithm 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
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1002byte
    • 提供者:lee
  1. K-

    0下载:
  2. 给出了一种基于距离的模糊隶属度定义形式,通过这种定义来改进K-近邻算法,得到一种自己定义的模糊K-近邻算法。同时本文中给出编程流程,编程思想以及实验结果。-A distance-based definition of fuzzy membership form, by this definition to improve K-nearest neighbor algorithm to obtain a defined fuzzy K-nearest neighbor algorithm. The
  3. 所属分类:Special Effects

    • 发布日期:2015-06-04
    • 文件大小:1kb
    • 提供者:xujingxue
  1. KNN

    0下载:
  2. 机器学习K近邻分类算法,使用的是C++编程。如果一个样本在特征空间中的k个最相似(即特征空间中最邻近)的样本中的大多数属于某一个类别,则该样本也属于这个类别。-K-nearest neighbor classification machine learning algorithm, using the C++ programming. If a sample in feature space is k most similar (i.e., the feature space adjacent
  3. 所属分类:Fractal program

    • 发布日期:2017-04-01
    • 文件大小:768.85kb
    • 提供者:chenziyou
  1. fknn

    0下载:
  2. Matlab Fuzzy k-Nearest Neighbor 分类算法-Fuzzy k-Nearest Neighbor Classification Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.2kb
    • 提供者:zx
  1. MinNearClasser

    0下载:
  2. k最邻近算法,经典的分类算法设计的分类器,灰常有用哦-k nearest neighbor algorithm, the classical classification algorithms classifier design, often with gray
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:
  1. k-ball-fast-search

    0下载:
  2. 自适应空间球的k邻域快速搜索算法,利用空间微分块与动态球策略的k近邻搜索算法研究-Origianl-Adaptive spatial neighborhood k ball fast search algorithm, differential block the use of space and dynamic ball strategy k nearest neighbor search algorithm-Origianl
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:372.76kb
    • 提供者:闫子熙
  1. knearest

    0下载:
  2. its a machine learning programme which uses k nearest neighbor algorithm, find the distances between the k features point and plots the graph.
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1.48kb
    • 提供者:Anup Sah
  1. kriging

    0下载:
  2. 包括基本的克里金(Kriging)插值法实现代码,仅实现基本方法部分,不包含扩展克里金方法- kriging uses ordinary kriging to interpolate a variable z measured at locations with the coordinates x and y at unsampled locations xi, yi. The function requires the variable vstruct
  3. 所属分类:GIS program

    • 发布日期:2017-04-03
    • 文件大小:2.53kb
    • 提供者:哈哈哈
  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
    • 文件大小:1.97kb
    • 提供者:
  1. KNN

    0下载:
  2. KNN K近邻算法 来自视觉机器学习中的代码-The KNN K Nearest Neighbor algorithm comes the code in the visual machine learning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3.34kb
    • 提供者:jhj
  1. GoLPP

    0下载:
  2. D MANUSC Graph-optimized Locality Preserving Projections (GoLPP) algorithm [28]. GoLPP integrated the graph construction and a specific dimensionality reduction process (i.e. LPP) into a unified framework, which results in a simultaneous learni
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:1kb
    • 提供者:骕骦
  1. 手写体字符识别

    0下载:
  2. 简单的手写体字符识别,利用了k近邻和支持向量机算法(Simple handwritten character recognition, using the k nearest neighbor and support vector machine algorithm)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-05
    • 文件大小:297kb
    • 提供者:xiexiean
  1. FaceRec

    0下载:
  2. 对人脸进行特征提取,并使用K近邻算法得其识别率(Feature extraction is performed on the face and its recognition rate is obtained using K nearest neighbor algorithm)
  3. 所属分类:图形图像处理

  1. 基于ASM和K近邻算法的人脸脸型分类_张倩

    0下载:
  2. 针对人脸特征分类问题,提出一种基于主动形状模型(ASM)和 K 近邻算法的人脸脸型分类方法。将 Hausdorff 距离作为 K 近邻算法的距离函数,利用 ASM 算法提取待测图像的特征点,对点集进行归一化后计算人脸轮廓特征点与样本库中所有样本点集的 Hausdorff距离,根据该距离值,通过 K 近邻算法实现待测图像的脸型分类。实验结果证明,该方法分类正确率高、速度快、易于实现。(Aiming at the problem of face feature classification, thi
  3. 所属分类:图形/文字识别

    • 发布日期:2018-05-03
    • 文件大小:1.28mb
    • 提供者:夜湮
搜珍网 www.dssz.com