代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/361798/10035437
m euclide.m
function [s,V] = euclide(z,rho,theta)
% function EUCLIDE.M
% Nearest neighbor approximation algorithm
%
% Usage: [s,V] = euclide(z,rho,theta)
% Where: z = M by N matrix with samples in frequency dom
www.eeworm.com/read/360732/10080615
m compute_nn_graph.m
function [D,A] = compute_nn_graph(X,options)
% compute_nn_graph - compute nearest neighbor graph
%
% [D,A] = compute_nn_graph(X,options);
%
% X is an array of points, size must be (dimension x
www.eeworm.com/read/357874/10199159
m store_grabbag.m
function test_targets = Store_Grabbag(train_patterns, train_targets, test_patterns, Knn)
% Classify using the store-grabbag algorithm (an improvement on the nearest neighbor)
% Inputs:
% train_p
www.eeworm.com/read/424747/10417820
m tourdist.m
function tour_distance = tourdist(tourvec, distance_matrix);
% This function is used with Tspsiman.m.
% 2D Euclidian Traveling Salesman Problem (TSP)
% Nearest Neighbor tour construction + 2-Opt lo
www.eeworm.com/read/278885/10492640
java algorithmnn.java
/**
* AlgorithmNN.java v6.0 03/15/2005
*
* Author Phil Trasatti, Last edited Sanjay Created: 7/15/03
*
* Nearest Neighbor algorithm. Determines the line of
* discrimination between data sets b
www.eeworm.com/read/275194/10830287
hpp imutil.hpp
// $image\imutil.hpp 1.5 milbo$
// Warning: this is raw research code -- expect it to be quite messy.
#if !defined(imutil_hpp)
#define imutil_hpp
#define IM_NEAREST_PIXEL 0 // values for fBilinear
www.eeworm.com/read/467474/7004052
cpp match.cpp
/*
* Speeded-Up Robust Features (SURF)
* http://people.ee.ethz.ch/~surf
*
* Sample application for feature matching using nearest-neighbor
* ratio method.
*
* BUILD USING "make match.ln".
*
*
www.eeworm.com/read/463248/7185247
cpp match.cpp
/*
* Speeded-Up Robust Features (SURF)
* http://people.ee.ethz.ch/~surf
*
* Sample application for feature matching using nearest-neighbor
* ratio method.
*
* BUILD USING "make match.ln".
*
*
www.eeworm.com/read/452654/7436607
m roundn.m
function [x,msg] = roundn(x,n)
%ROUNDN Rounds input data at specified power of 10
%
% y = ROUNDN(x) rounds the input data x to the nearest hundredth.
%
% y = ROUNDN(x,n) rounds the input dat
www.eeworm.com/read/452485/7439258
cpp match.cpp
/*
* Speeded-Up Robust Features (SURF)
* http://people.ee.ethz.ch/~surf
*
* Sample application for feature matching using nearest-neighbor
* ratio method.
*
* BUILD USING "make match.ln".
*
*