搜索资源列表

  1. src.tar

    0下载:
  2. 期望最大化的算法代码,类似于k近邻,分为两个步骤:E步骤和M步骤。-Expectation maximization algorithm code, similar to the k nearest neighbor, is divided into two steps: E steps and M steps.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:138240
    • 提供者:weiwei811208
  1. nearest

    0下载:
  2. 给定n个点,其坐标为(xi,yi)(0<=i<<=n-1),要求使用分治法策略求解设计算法,找出其中距离最近的两个点。两个点间距离公式为: -nearest two point
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. K-Nearest Neighbors Algorithm
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. Nearest neighbor classifier.
  3. 所属分类:matlab例程

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

    0下载:
  2. Resize 圖像大小變換 void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR ) src 輸入圖像. dst 輸出圖像. interpolation 插值方法: * CV_INTER_NN - 最近鄰插值, * CV_INTER_LINEAR - 雙線
  3. 所属分类:OpenCV

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者: 張天彥
  1. imaging-processing

    0下载:
  2. Fast nearest, bi-linear and bi-cubic interpolation for image data,where method is one off nearest, linear, or cubic
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:874496
    • 提供者:朴美兰
  1. tupianchuli

    0下载:
  2. Fast nearest, bi-linear and bi-cubic interpolation for image data,where method is one off nearest, linear, or cubic
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:朴美兰
  1. Kode-Program-Algoritma-Nearest-Neighbor

    0下载:
  2. 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. k-NN is a type of instance-based learning, or lazy learning whe
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:589824
    • 提供者:bwindhya
  1. k-nearest

    0下载:
  2. FAST K-NEAREST NEIGHBORS SEARCH, Simple but very fast algorithm for nearest neighbors search in 2D space.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:hfy
  1. the-nearest-point

    0下载:
  2. 算法分析实验中,用递归与分治算法实现的最接近点对实验,编程环境为vc-Algorithm analysis experiments, using a recursive divide and conquer algorithm with the nearest point of the experiment, vc++ programming environment
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:22528
    • 提供者:李雪薇
  1. Traditional-basic-K-nearest-neighbor

    0下载:
  2. 传统基本K-最邻近分类算法源程序 云计算-Traditional basic K-nearest neighbor classification algorithm source code
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. java语言实现的KNN算法代码。 KNN就是K最近邻(k-Nearest Neighbor,KNN)分类算法-java language code of the KNN algorithm. KNN is a K-nearest neighbor (k-Nearest Neighbor, KNN) classification algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:晨曦
  1. K-nearest

    0下载:
  2. 关于K近邻算法的详细描述,包括算法原理及应用背景。-K-nearest neighbor algorithm on a detailed descr iption, including algorithm theory and application background.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:413696
    • 提供者:汪婵
  1. the-most-nearest

    0下载:
  2. 用最近邻法对数据进行分类,比较简单和基础的分类方法,可用于图像处理-With the nearest neighbor method for data classification, the classification of simple and basic method can be used for image processing
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:leigh
  1. Ask-the-nearest-point

    0下载:
  2. 求最近点对点算法,关于如何求解最近的点对点问题的算法-Ask the nearest point of the algorithmAsk the nearest point of the algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:122880
    • 提供者:
  1. The-nearest-image-rotation-algorithm

    0下载:
  2. 最近邻图像旋转算法,使用VS2005+MFC-The nearest image rotation algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:8704000
    • 提供者:weitry
  1. Nearest-neighbor-interpolation

    0下载:
  2. 使用最近邻插值法对图像进行缩放处理的matlab程序-Using the nearest neighbor interpolation image zoom processing matlab program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:罗湘
  1. BTSP-Nearest-Insert

    0下载:
  2. 瓶颈TSP的最近插入启发式方法,Delphi源码调试通过-Nearest Insert Algorithm for Bottle TSP
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:江资斌
  1. Matrix-for-nearest-load

    0下载:
  2. 编写程序,从键盘输入网络系统的节点数和联络矩阵,实现求出和输出最小路集。-print the load matirx to gain the nearest load between two point among a net.
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:28672
    • 提供者:chk
  1. k-nearest-neighbor

    0下载:
  2. 对大量文件中相关内容的搜索,k近邻查询算法及一些改进-A large number of files in the search k nearest neighbor query algorithm and some improvements
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:4675584
    • 提供者:wyj
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org