代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/150760/12266259
c gnpp_mex.c
/*-----------------------------------------------------------------------
gnpp_mex.c: MEX-file solver for Generalized Nearest Point Problem
Synopsis:
[alpha,exitflag,t,access,History] = gnpp_m
www.eeworm.com/read/213492/15133852
c~ gnpp_mex.c~
/*-----------------------------------------------------------------------
gnpp_mex.c: MEX-file solver for Generalized Nearest Point Problem
Synopsis:
[alpha,exitflag,t,access,History] = gnpp_m
www.eeworm.com/read/213492/15133853
c gnpp_mex.c
/*-----------------------------------------------------------------------
gnpp_mex.c: MEX-file solver for Generalized Nearest Point Problem
Synopsis:
[alpha,exitflag,t,access,History] = gnpp_m
www.eeworm.com/read/363446/2918428
as numberutilities.as
package ascb.util {
public class NumberUtilities {
private static var _aUniqueIDs:Array;
/**
* Round a number. By default the number is rounded to the nearest
* integer.
www.eeworm.com/read/293183/8310589
m nmsc.m
%NMSC Nearest Mean Scaled Classifier
%
% W = nmsc(A)
%
% Computation of the linear discriminant for the classes in the
% dataset A assuming zero covariances and equal class variances.
%
% See als
www.eeworm.com/read/367152/9780200
m lans_projdist.m
% lans_projdist - Find [mse,dist] from data to nearest projection
%
% [mse,mdist,pdist] = lans_projdist(data,psurf[,para])
%
% _____OUTPUTS____________________________________________________________
www.eeworm.com/read/468911/6981783
m neighborhood.m
function [values,position] = neighborhood(x,y,coord,points,crossv,anisotropy)
% searches the neighborhood of the point (x,y) for the nearest
% 'points' number of points and calculates the lag and th
www.eeworm.com/read/227960/14405272
m gtm_bi.m
function beta = gtm_bi(Y)
% Calculate an initial value for beta.
%
% The value is calculated from the average distance between
% the nearest neighbours in Y, the centres of the constrained
%
www.eeworm.com/read/36958/1064817
m ch3_2_5.m
A = imread('moon.tif');
resamp = makeresampler({'nearest','cubic'},'fill');
stretch = maketform('affine',[1 0; 0 1.3; 0 0]);
B = imtransform(A,stretch,resamp);
www.eeworm.com/read/469939/1478265
pm driver.pm
#
# Module Parse::Yapp::Driver
#
# This module is part of the Parse::Yapp package available on your
# nearest CPAN
#
# Any use of this module in a standalone parser make the included
# text under the