代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/361001/10069706
m getnearestmem.m
function neighbors = getnearestmem(X,KK,av);
% function neighbors = getnearestmem(X,KK);
%
% finds nearest neighbors while utilizing the available memory
[D,N] = size(X);
if(nargin
www.eeworm.com/read/159921/10587761
c knnclass.c
/*---------------------------------------------------------------------------
[tst_labels] = knnclass(tst_data,trn_data,trn_labels, k)
KNNCLASS k-Nearest Neighbours classifier.
Input:
tst_data [dim
www.eeworm.com/read/421949/10676416
c knnclass.c
/*---------------------------------------------------------------------------
[tst_labels] = knnclass(tst_data,trn_data,trn_labels, k)
KNNCLASS k-Nearest Neighbours classifier.
Input:
tst_data [dim
www.eeworm.com/read/349842/10796908
m store_grabbag.m
function D = Store_Grabbag(train_features, train_targets, Knn, region)
% Classify using the store-grabbag algorithm (an improvement on the nearest neighbor)
% Inputs:
% features - Train features
www.eeworm.com/read/418695/10935175
m modeseek.m
%MODESEEK Clustering by modeseeking
%
% [labels,J] = modeseek(D,k)
%
% If D is a n*n distance matrix between object then a k-nn
% modeseeking method is used to assign each object to its nearest
%
www.eeworm.com/read/460712/7105678
m qfindfrq.m
function kw = qfindfrq(x,y,freq_data,axs,flag);
% QFINDFRQ Find x-y location of pointer. (Utility Function)
% QFINDFRQ finds the nearest frequency to the point that was
% selected
www.eeworm.com/read/449577/7500348
make_coreg
#!/bin/tcsh -f
#
# Coregisters master-slave pairs with baseline less than a specified
# maximum and for other slave scenes coregisters the 3 nearest slave
# scenes closer to the master. Resulting coe
www.eeworm.com/read/449504/7502905
m make_nnw.m
function W = make_nnw(xc,yc,m,order)
% PURPOSE: finds the n nearest neighbors and constructs a spatial weight matrix
% based on this # of neighbors, normalized to have row-sums of unity
% --
www.eeworm.com/read/439271/7713208
m qfindfrq.m
function kw = qfindfrq(x,y,freq_data,axs,flag);
% QFINDFRQ Find x-y location of pointer. (Utility Function)
% QFINDFRQ finds the nearest frequency to the point that was
% selected
www.eeworm.com/read/397102/8067987
m modeseek.m
%MODESEEK Clustering by modeseeking
%
% [labels,J] = modeseek(D,k)
%
% If D is a n*n distance matrix between object then a k-nn
% modeseeking method is used to assign each object to its nearest
%