搜索资源列表

  1. knn

    0下载:
  2. 这个程序是用来寻找每个图像的K近邻的,然后得到了一个权值矩阵-This program is used to find K-nearest neighbor of each image, and then get a weight matrix
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王玲丽
  1. kNearestNeighbors

    0下载:
  2. program to find the k - nearest neighbors (kNN) within a set of points. Distance metric used: Euclidean distance
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:firas
  1. knn

    0下载:
  2. code of implementing the K-Nearest Neighbor method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:Manhal
  1. ltsa

    0下载:
  2. LTSA[19] is based on the intuition that when a manifold is correctly unfolded, all of the tangent hyperplanes to the manifold will become aligned. It begins by computing the k-nearest neighbors of every point. It compute
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:Karthikeyan
  1. knn

    0下载:
  2. knn classifier that indecatw classes of test data according k nearest neighbor algoritm in pattern recognition
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:fheidari
  1. BruteSearch120909

    0下载:
  2. k-nearest neighbor algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:pitt
  1. knn

    0下载:
  2. This document contains the K Nearest algorithm report,It also describes the working method of KNN algorithm
  3. 所属分类:技术管理

    • 发布日期:2024-05-19
    • 文件大小:684032
    • 提供者:A.Parameswari
  1. kNN-DST

    0下载:
  2. evidential K nearest neighbors classificator
  3. 所属分类:matlab例程

  1. doanproject

    0下载:
  2. the method of feature extraction using pca and k nearest neighbor for recognition
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:hanh
  1. kjl

    0下载:
  2. k近邻-k nearest neighbor
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:陈雅曦
  1. KNN

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

    • 发布日期:2024-05-19
    • 文件大小:62464
    • 提供者:杨丽
  1. knnsearch

    0下载:
  2. 一个小而有效的程序来执行的K -近邻搜索算法,此算法利用JIT 理论加速循环,比向量化有效解决了大量数据的精度问题。甚至比kd-tree效果要佳-A small and effective procedures to implement the K- nearest neighbor search algorithm, this algorithm uses JIT acceleration cycle theory, than to
  3. 所属分类:matlab例程

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

    0下载:
  2. attached file contain two algorithm for classification.K_means and K Nearest Neiborhood. and related m_filles in matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:mohsen
  1. KNN

    0下载:
  2. K Nearest Neiborhood algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:mohsen
  1. Games

    0下载:
  2. Bayes分类器——算法设计 1. 使用决策树(Decision tree)分类算法、朴素贝叶斯(Naï ve Bayes)算法或者K-近邻(kNN)算法(三者任选其一)对给定的训练数据集构造分类器,并在测试数据集上进行分类预测。 2. 数据集描述: Tic-tac-toe游戏的二叉分类。Tic-tac-toe游戏示例如下-Bayes classifier- Algorithm 1. Using the decisi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1439744
    • 提供者:vera
  1. knn

    0下载:
  2. K近邻算法在MATLAB中的通过编写代码来实现的样例-K nearest neighbor algorithm in MATLAB by writing code in the sample achieved
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:洪程
  1. 1673-3851(2011)03-0384-05

    0下载:
  2. k近邻算法和KALMAN滤波相结合的一个实例论文-k nearest neighbor algorithm and the KALMAN filter paper an example of combining
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:612352
    • 提供者:洪程
  1. 54738297KNN

    0下载:
  2. knn algorithm used to calcule K-nearest neightbourgh programmed on Matlab application
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:200704
    • 提供者:katshuo
  1. MATLAB

    0下载:
  2. k近邻算法 均值算法 中值算法 针对高斯和椒盐图像去噪-means algorithm k nearest neighbor algorithm in the value of denoising for Gaussian and salt and pepper
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1818624
    • 提供者:wuyuehong
  1. KNN

    0下载:
  2. K最近邻(K-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。-KNN algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1293312
    • 提供者:Echo
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 24 »

源码中国 www.ymcn.org