代码搜索:Nearest

找到约 1,596 项符合「Nearest」的源代码

代码结果 1,596
www.eeworm.com/read/175689/5343526

asv exp_k_nearest.asv

% KNNCLASS k-Nearest Neighbours classifier. % % Synopsis: % y = knnclass(X,model) % % Description: % The input feature vectors X are classified using the K-NN % rule defined by the input mod
www.eeworm.com/read/175689/5343527

m exp_k_nearest.m

% KNNCLASS k-Nearest Neighbours classifier. % % Synopsis: % y = knnclass(X,model) % % Description: % The input feature vectors X are classified using the K-NN % rule defined by the input mod
www.eeworm.com/read/162614/5523192

f90 intrinsic_nearest.f90

!Program to test NEAREST intrinsic function. program test_nearest real s, r, x, y, inf, max integer i, infi, maxi equivalence (s,i) equivalence (inf,infi) equivalence (max,maxi) r = 2.0
www.eeworm.com/read/162614/5526450

f90 fold_nearest.f90

! { dg-do run } ! Tests for the constant folding of the NEAREST intrinsic ! We compare against the results of the runtime implementation, ! thereby making sure that they remain consistent REAL, PARAME
www.eeworm.com/read/428780/1954200

asv exp_k_nearest.asv

% KNNCLASS k-Nearest Neighbours classifier. % % Synopsis: % y = knnclass(X,model) % % Description: % The input feature vectors X are classified using the K-NN % rule defined by the input mod
www.eeworm.com/read/428780/1954201

m exp_k_nearest.m

% KNNCLASS k-Nearest Neighbours classifier. % % Synopsis: % y = knnclass(X,model) % % Description: % The input feature vectors X are classified using the K-NN % rule defined by the input mod
www.eeworm.com/read/366702/2873176

f90 intrinsic_nearest.f90

!Program to test NEAREST intrinsic function. program test_nearest real s, r, x, y, inf, max integer i, infi, maxi equivalence (s,i) equivalence (inf,infi) equivalence (max,maxi) r = 2.0
www.eeworm.com/read/366702/2876364

f90 nearest_2.f90

! { dg-do run } ! { dg-options "-fno-range-check" } ! { dg-options "-fno-range-check -mieee" { target sh*-*-* } } ! ! PR fortran/34192 ! ! Test compile-time implementation of NEAREST ! program test
www.eeworm.com/read/366702/2876391

f90 nearest_3.f90

! { dg-do run } ! { dg-options "-pedantic-errors -mieee" { target sh*-*-* } } ! ! PR fortran/34209 ! ! Test run-time implementation of NEAREST ! program test implicit none real(4), volatile :: r4