代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/316604/13520498
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/307651/13718049
asv knn_light.asv
% knn_light: K-Nearest Neighbor classification using euclid distance
%
% [C] = knn_light(data, proto, protoClass, [K])
%
% Input and output arguments ([]'s are optional):
% data (matrix) of
www.eeworm.com/read/307651/13718051
m knn_light.m
% knn_light: K-Nearest Neighbor classification using euclid distance
%
% [C] = knn_light(data, proto, protoClass, [K])
%
% Input and output arguments ([]'s are optional):
% data (matrix) of
www.eeworm.com/read/307388/13723484
asv knn_light.asv
% knn_light: K-Nearest Neighbor classification using euclid distance
%
% [C] = knn_light(data, proto, protoClass, [K])
%
% Input and output arguments ([]'s are optional):
% data (matrix) of
www.eeworm.com/read/307388/13723486
m knn_light.m
% knn_light: K-Nearest Neighbor classification using euclid distance
%
% [C] = knn_light(data, proto, protoClass, [K])
%
% Input and output arguments ([]'s are optional):
% data (matrix) of
www.eeworm.com/read/124910/6036109
c s_lrint.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed b
www.eeworm.com/read/124910/6036153
c s_llrintf.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contrib
www.eeworm.com/read/124910/6036183
c s_llrint.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contrib
www.eeworm.com/read/124910/6036184
c s_llrintl.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contrib
www.eeworm.com/read/124910/6038319
c s_truncf.c
/* Truncate argument to nearest integral value not larger than the argument.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulr