搜索资源列表

  1. 最近邻法分类器演示

    0下载:
  2. 本程序是一个最近邻分类算法的演示程序,本程序完成了三种最近邻的演示并实现算法的分析-this procedure is a nearest neighbor classification algorithm the demo program, the completion of a three - Nearest Neighbor algorithm demonstration and analysis
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:284020
    • 提供者:luxiangzz
  1. 初学者用到的最近邻算法

    0下载:
  2. 模式识别初学者最实用的最按住算法
  3. 所属分类:源码下载

    • 发布日期:2011-11-24
    • 文件大小:1294
    • 提供者:bbyynn@126.com
  1. Myknn

    0下载:
  2. knn,即k最近邻算法是模式识别中的一种比较简单而经典的分类算法-Knn, or k-nearest neighbor algrithom, is a simple and classical classifier algrithom.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-31
    • 文件大小:443392
    • 提供者:张蕊
  1. 最近邻法分类器演示

    0下载:
  2. 本程序是一个最近邻分类算法的演示程序,本程序完成了三种最近邻的演示并实现算法的分析-this procedure is a nearest neighbor classification algorithm the demo program, the completion of a three- Nearest Neighbor algorithm demonstration and analysis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-31
    • 文件大小:283648
    • 提供者:luxiangzz
  1. KNN(C++)

    0下载:
  2. knn,即k最近邻算法是模式识别中的一种比较简单而经典的分类算法-knn, k-nearest neighbor pattern recognition algorithm is a relatively simple and classic classification algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-31
    • 文件大小:17408
    • 提供者:才华
  1. NearestNeighbor

    0下载:
  2. 模式识别问题最近邻算法的matlab实现,简单易懂-nearest neighbor pattern recognition algorithm to achieve the Matlab and easily understood
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:马标
  1. MLkNN

    1下载:
  2. 数据挖掘领域中的一种算法-ML-KNN是一种改进的最近邻算法-Data Mining in the area of an algorithm-ML-KNN is an improved nearest neighbor algorithm
  3. 所属分类:中间件编程

    • 发布日期:2024-05-31
    • 文件大小:5120
    • 提供者:李平
  1. Nearest_Neighbour_Algorithm_for_Stock_Prices_Forec

    1下载:
  2. 基于最近邻算法的股票价格预测matlab代码,很不错的-Nearest neighbor algorithm based on stock price prediction matlab code, very good
  3. 所属分类:金融证券系统

    • 发布日期:2024-05-31
    • 文件大小:116736
    • 提供者:张学良
  1. NearestNeighbor

    0下载:
  2. 用matlab实现的最近邻算法,可以参考一下-Matlab achieved by nearest neighbor algorithm, you can refer to
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:Densic
  1. Nearestneighbor

    0下载:
  2. 模式识别问题最近邻算法的matlab实现,可以模拟实现最近邻法的核心,是一个不错的代码- Nearest neighbor algorithm for pattern recognition problem of matlab to achieve, can simulate the nearest neighbor method to achieve the core of the code is a good
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:19456
    • 提供者:丑力
  1. NearestNeighbor

    0下载:
  2. 图像最近邻算法 使用5近邻 取最小的前五个作为待测例-NearestNeighbor
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:
  1. knn4

    0下载:
  2. 模式匹配最近邻算法相关资料Researchontheshapefeatureextractionandrecognition与Matlab源代码-Nearest-neighbor algorithm for pattern matching information Researchontheshapefeatureextractionandrecognition with the Matlab source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-31
    • 文件大小:278528
    • 提供者:youxia
  1. nearest

    0下载:
  2. 模式识别问题最近邻算法的matlab实现,可以模拟实现最近邻法的核心,是一个不错的代码,nearest neighbor-Nearest-neighbor algorithm for pattern recognition problem of matlab implementation, can be simulated to achieve the core of the nearest neighbor method is a g
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-31
    • 文件大小:17408
    • 提供者:youxia
  1. nn1

    0下载:
  2. 最近邻算法结合卡尔曼滤波算法实现多目标跟踪-Nearest-neighbor algorithm for multi-target tracking
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:张俊华
  1. 93317479KNN

    0下载:
  2. matlab 最近邻算法及文献,随时欢迎下载-matlab nearest-neighbor algorithm and literature, feel free to download
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:234496
    • 提供者:k2r
  1. classification

    0下载:
  2. 灰度共生矩阵提取特征值,最近邻算法,进行纹理图像分类。creat_apprentissage用来训练样本,cooccurence是灰度共生矩阵提取特征值,knn是进行k最近邻算法,classif是纹理图像分类-coocurence matrix,using K nearest neighbor to classify textures images.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:53135360
    • 提供者:王静
  1. cv_pdaf

    1下载:
  2. CV模型,利用概率数据关联算法和最近邻算法对其进行跟踪滤波,保证正确-CV model, the probabilistic data association algorithm and the nearest neighbor filter algorithm to track and ensure the correct
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:2048
    • 提供者:肖恩
  1. 机器学习,最近邻算法KNN

    1下载:
  2. machine learning,机器学习算法 KNN算法,最近邻算法 python代码与数据
  3. 所属分类:其它

  1. tsp_nn

    0下载:
  2. 用最近邻算法实现TSP问题,用matlab编程(The implementation of TSP problem with the nearest neighbor algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:2048
    • 提供者:gorden007
  1. 最近邻分类代码

    0下载:
  2. 在linux 下C语言实现最近邻聚类算法,工程已经使用(near K neighbor cluster)
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-31
    • 文件大小:2048
    • 提供者:拓子
« 12 3 4 5 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org