代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/342008/12047511
m knnm.m
%KNNM Estimate K-Nearest Neighbour densities
%
% W = KNNM(A,KNN)
%
% D = B*W
%
% For each of the classes in the dataset A a NN density
% is estimated. The result is stored as a K*C mapping in W, in wh
www.eeworm.com/read/148901/12415756
txt @psc_readme_9663_3.txt
Title: KNN Classifier Routine
Description: A K Nearest Neighbours Classifier for the Vector Space Model
This file came from Planet-Source-Code.com...the home millions of lines of source code
You ca
www.eeworm.com/read/228652/14371570
m round.m
function P = round(P)
% ROUND -- built-in ROUND, extended to matrix polynomials
%
% P = round(P)
%
% Round entries in P.coef to the nearest integer.
% Copyright (c) 2004 by Fritz Kein
www.eeworm.com/read/471707/1426139
h fast_float_math_hack.h
# ifdef __ICL /* only Intel C compiler has fmath ??? */
#include
/* Nearest integer, absolute value, etc. */
#define ceil ceilf
#define fabs fabsf
#define floor floorf
www.eeworm.com/read/470917/1442017
c s_llrintl.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 1999, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
C
www.eeworm.com/read/470917/1442065
c s_lrint.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
C
www.eeworm.com/read/470917/1442108
c s_llrint.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
C
www.eeworm.com/read/470917/1442200
c s_llrintl.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
C
www.eeworm.com/read/470917/1442213
c s_lrintl.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
C
www.eeworm.com/read/246835/4491440
h fast_float_math_hack.h
# ifdef __ICL /* only Intel C compiler has fmath ??? */
#include
/* Nearest integer, absolute value, etc. */
#define ceil ceilf
#define fabs fabsf
#define floor floorf