代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/451547/7461891
m nndist_range.m
%NNDIST_RANGE Give a vector of scales
%
% D = NNDIST_RANGE(X)
% D = NNDIST_RANGE(X,NR)
%
% Give the average nearest neighbor distance in dataset X. When NR is
% specified, the first NR nearest
www.eeworm.com/read/397106/8067712
txt done.txt
PNN
Parzen
EM
LS, with wrapper for other classifiers
Nearest_Neighbor
LVQ1
ML
ML_diag
Perceptron, with wrapper
LVQ3
RCE
Pocket
SVM's
To Do
-----
Ada_Boost.m
LocalBoost
RDA
StoreGrabbag
Stumps
Voted
www.eeworm.com/read/310212/13654784
m check_order.m
function [n_out, w, trivalwin] = check_order(n_in)
%CHECK_ORDER Checks the order passed to the window functions.
% [N,W,TRIVALWIN] = CHECK_ORDER(N_ESTIMATE) will round N_ESTIMATE to the
% nearest i
www.eeworm.com/read/493294/6399904
m nndist_range.m
%NNDIST_RANGE Give a vector of scales
%
% D = NNDIST_RANGE(X)
% D = NNDIST_RANGE(X,NR)
%
% Give the average nearest neighbor distance in dataset X. When NR is
% specified, the first NR nearest
www.eeworm.com/read/492400/6422210
m nndist_range.m
%NNDIST_RANGE Give a vector of scales
%
% D = NNDIST_RANGE(X)
% D = NNDIST_RANGE(X,NR)
%
% Give the average nearest neighbor distance in dataset X. When NR is
% specified, the first NR nearest
www.eeworm.com/read/400576/11573464
m nndist_range.m
%NNDIST_RANGE Give a vector of scales
%
% D = NNDIST_RANGE(X)
% D = NNDIST_RANGE(X,NR)
%
% Give the average nearest neighbor distance in dataset X. When NR is
% specified, the first NR nearest
www.eeworm.com/read/154209/11983534
m check_order.m
function [n_out, w, trivalwin] = check_order(n_in)
%CHECK_ORDER Checks the order passed to the window functions.
% [N,W,TRIVALWIN] = CHECK_ORDER(N_ESTIMATE) will round N_ESTIMATE to the
% nearest i
www.eeworm.com/read/213240/15139953
m nndist_range.m
%NNDIST_RANGE Give a vector of scales
%
% D = NNDIST_RANGE(X)
% D = NNDIST_RANGE(X,NR)
%
% Give the average nearest neighbor distance in dataset X. When NR is
% specified, the first NR nearest
www.eeworm.com/read/284304/8947830
txt 04-39.txt
% Interpolation using the four methods
x=[0 3 5 7 9 11 12 13 14 15];
y=[0 1.2 1.7 2.0 2.1 2.0 1.8 1.2 1.4 1.6];
length_of_x=length(x);
scalar_x=[x(1):0.5:x(length_of_x)];
length_of_sx=length(scal
www.eeworm.com/read/357617/10204725
txt 05-07.txt
% Interpolation using the four methods
x=[0 3 5 7 9 11 12 13 14 15];
y=[0 1.2 1.7 2.0 2.1 2.0 1.8 1.2 1.4 1.6];
length_of_x=length(x);
scalar_x=[x(1):0.5:x(length_of_x)];
length_of_sx=length(scal