代码搜索:Nearest

找到约 1,596 项符合「Nearest」的源代码

代码结果 1,596
www.eeworm.com/read/444528/6965698

make-config

#----------------------------------------------------------------------- # Makefile variations depending on different configurations # # ANN: Approximate Nearest Neighbors # Version: 1.1 05/03/05 # #
www.eeworm.com/read/449504/7502909

m make_neighborswd2.m

% PURPOSE: An example of using make_neighborsw % a nearest neighbor spatial weight matrix % on a large data set %--------------------------------------------------
www.eeworm.com/read/264967/6352136

c mutation.c

/*--------------------------------------------------------------- | Sample classification and gene assessment for expression data | | using a genetic algorithm and k-nearest neighbor method |
www.eeworm.com/read/289743/8529890

m find_nn_adaptive.m

function [D, max_k_val, no_dims] = find_nn_adaptive(X) %FIND_NN Constructs nearest neighbor graph using adaptive nbhd selection % % [D, max_k_val, no_dims] = find_nn_adaptive(X) % % Constructs nearest
www.eeworm.com/read/282683/9074124

m find_nn_adaptive.m

function [D, max_k_val, no_dims] = find_nn_adaptive(X) %FIND_NN Constructs nearest neighbor graph using adaptive nbhd selection % % [D, max_k_val, no_dims] = find_nn_adaptive(X) % % Constructs nearest
www.eeworm.com/read/244800/12842890

m find_nn_adaptive.m

function [D, max_k_val, no_dims] = find_nn_adaptive(X) %FIND_NN Constructs nearest neighbor graph using adaptive nbhd selection % % [D, max_k_val, no_dims] = find_nn_adaptive(X) % % Constructs nearest
www.eeworm.com/read/279572/10415110

pas teesurfacetool.pas

{******************************************} { TeeChart Surface Series Nearest Tool } { Copyright (c) 2003-2007 by David Berneda } { All Rights Reserved } {***************
www.eeworm.com/read/444528/6965655

makefile

#----------------------------------------------------------------------------- # Top-level Makefile for ANN. # # ANN: Approximate Nearest Neighbors # Version: 1.1 05/03/05 #---------------------------
www.eeworm.com/read/141112/13038384

pas teesurfacetool.pas

{******************************************} { TeeChart Surface Series Nearest Tool } { Copyright (c) 2003-2005 by David Berneda } { All Rights Reserved } {***************
www.eeworm.com/read/140180/5794112

c scale.c

/***************************************************************************** * resize.c: video scaling module for YUVP/A pictures * Uses the low quality "nearest neighbour" algorithm. **********