搜索资源列表

  1. GEOMETRY.zip

    0下载:
  2. GEOMETRY is a collection of routines for geometric calculations in 2, 3 and N space. These calculations include angles, areas, containment, distances, intersection, nearest point, and volumes. The objects considered incl
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:44996
    • 提供者:
  1. HnSRTree-2.0beta5a

    0下载:
  2. SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:461186
    • 提供者:hu
  1. The-nearest-neighbor-interpolation

    0下载:
  2. 图像的最邻近插值放大 纯C语言实现 包含bmp图像的读取和保存程序 可以直接运行-Read and save the program nearest neighbor interpolation to enlarge the image pure C language contains bmp image can be run directly
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 这是最接近点对的算法,希望对大家有所帮助哈-the nearest points
  3. 所属分类:人工智能/神经网络/遗传算法

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

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

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:Ls
  1. k-nearest-neighbors-with-incremental-distance-upd

    0下载:
  2. k-nearest-neighbors classification with incremental update of distance matrix
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:samira
  1. Fast-Nearest-Neighbor-Search-with-Keywords

    0下载:
  2. Conventional spatial queries, such as range search and nearest neighbor retri , involve only conditions on objects’ geometric properties. Today, many modern applications call for novel forms of queries that aim to find o
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:3143680
    • 提供者:pravin
  1. K-Nearest-Neighbor

    0下载:
  2. 数据挖掘中经典的KNN(K-最近邻)算法,导入即可运行-Data Mining the classical KNN (K- nearest neighbor) algorithm, you can import operation
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-19
    • 文件大小:2623488
    • 提供者:zhang29
  1. Nearest-neighbor-classification-code

    1下载:
  2. 最近邻分类器代码和数据,MATLAB程序,可对数据进行计算距离,识别距离最近的数据。-Nearest neighbor classification code and data, MATLAB program, the data can be calculated the data identify the nearest.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:单治磊
  1. Nearest-Neighbor-TSP

    0下载:
  2. Nearest Neighbor for the Traveling salesman problem which was coded in C++ (there are two versions when the instances are given in matrix way and the other one in coordinates “x” and “y”.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1275904
    • 提供者:站长
  1. Symmetric-Nearest-Neighbor-SNN

    0下载:
  2. 对称近邻均值滤波 function [Y,Xpad] snn(X,WINSZ) X——待处理图像 WINSZ——模板尺寸-Symmetric Nearest Neighbor, SNN function [Y,Xpad] snn(X,WINSZ) X——Image to be processed WINSZ——window size
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:张鹏云
  1. k-nearest-neighbors

    0下载:
  2. k最近邻法、有权重的k最近邻法及线性判别-K-nearest neighbor and linear discriminant analysis
  3. 所属分类:Big Data

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

    2下载:
  2. vs2012+opencv下的最近邻滤波器自编代码-Vs2012+ opencv under the nearest neighbor filter code
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:3716096
    • 提供者:朱晓航
  1. Traveling-Salesman-Problem---Nearest-Neighbor

    0下载:
  2. Nearest Neighbour algorithm for a TSP with 7 cities. The solution changes as the starting point is changed The nearest neighbour (NN) algorithm (a greedy algorithm) lets the salesperson choose the nearest unvisited cit
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:ahmed
  1. kNN-CUDA-master

    0下载:
  2. k nearest neighbour code implemented on cuda
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:34816
    • 提供者:hrhgroup
  1. A Fuzzy K-Nearest Neighbor Algorithm

    0下载:
  2. 模糊k近邻的经典理论之作,很详细,大家可以下载(A Fuzzy K-Nearest Neighbor Algorithm)
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:1353728
    • 提供者:cherish&2017
  1. image recognition

    0下载:
  2. 分别采用有边缘和无边缘两类图像作为样本库,使用用Hu不变矩对图像进行特征提取,并使用K近邻分类法进行分类和识别。(Two types of images with edges and no edges are used as the sample library, the images are extracted using Hu invariant moments, and the images are classified and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:陆荏嘉
  1. nearest neighbor (option 2)

    0下载:
  2. code for nearest neighbour
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:481280
    • 提供者:chehab.salah
  1. nearestneighbour

    0下载:
  2. nearest neighbor interpolation for working
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:99328
    • 提供者:muthanadf
  1. K-Nearest Neighbor Classifier

    0下载:
  2. 调用于sklearn平台的K-Nearest Neighbor Classifier算法,有着较好的分类能力(The k-nearest Neighbor Classifier algorithm for sklearn platform has good classification ability.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:794937246
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org