代码搜索:Nearest

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

代码结果 1,596
www.eeworm.com/read/405754/2285192

c bubble.c

/* # proc: find_bubble_max_y - computes the maximum height of the bubble # proc: given the line parameters for b = L(a). # proc: nearest_nbor_in_right_bubble - incrementally grows
www.eeworm.com/read/393688/2472990

f90 cldconst.f90

#include #include module cldconst implicit none integer :: k700 ! model level nearest 700 mb end module cldconst
www.eeworm.com/read/393163/2487872

m offline_loopy_slam.m

% We navigate a robot around a square using a fixed control policy and no noise. % We assume the robot observes the relative distance to the nearest landmark. % Everything is linear-Gaussian. %%%%%%%
www.eeworm.com/read/359369/2978458

m demknn1.m

%DEMKNN1 Demonstrate nearest neighbour classifier. % % Description % The problem consists of data in a two-dimensional space. The data is % drawn from three spherical Gaussian distributions with
www.eeworm.com/read/160391/5571202

m offline_loopy_slam.m

% We navigate a robot around a square using a fixed control policy and no noise. % We assume the robot observes the relative distance to the nearest landmark. % Everything is linear-Gaussian. %%%
www.eeworm.com/read/334858/12568559

cc linepointclosesttopoint.cc

#include "math.hh" namespace bats { /** * Calculates the nearest point on a line to * another point. * * @param l0 the start point of the line. * @param lVect the not normalized
www.eeworm.com/read/204456/15339246

m dd_ex1.m

% DD_EX1 % % Example of the creation of a One-Class problem, and the solutions % obtained by the Nearest Neighbor Data Description and the Support % Vector Data Description. Furthermore, the ROC curve
www.eeworm.com/read/191902/8417055

m nearestneighborediting.m

function D = NearestNeighborEditing(train_features, train_targets, params, region) % Classify points using the nearest neighbor editing algorithm % Inputs: % train_features - Train features % t
www.eeworm.com/read/291380/8422353

m radnearest.m

function lock=radnearest(y,Y,T,r,p) %Syntax: lock=radnearest(y,Y,T,r,p) %__________________________________ % % Locks the nearest neighbors of a reference point that lie within a % radius in a ph
www.eeworm.com/read/286662/8751641

m nearestneighborediting.m

function [patterns, targets] = NearestNeighborEditing(train_patterns, train_targets, Nmu, plot_on) %Reduce the number of data points using the nearest neighbor editing algorithm %Inputs: % train_