代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/359185/6352565
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/493206/6398575
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/410924/11265012
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/342008/12046801
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/131588/14136380
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/129915/14217763
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/470917/1441480
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
www.eeworm.com/read/470917/1441484
c s_lrintf.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contrib
www.eeworm.com/read/470917/1441492
c s_llrintf.c
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contrib
www.eeworm.com/read/470917/1442015
c s_truncl.c
/* Truncate argument to nearest integral value not larger than the argument.
Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulr