代码搜索:Nearest

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

代码结果 1,596
www.eeworm.com/read/108009/6187225

c test.c

/* * Test program for glpng * by Ben Wyatt ben@wyatt100.freeserve.co.uk * Featuring a shameless plug for my stunt course program * Available from the same site as glpng * http://www.wyatt100.free
www.eeworm.com/read/212303/15160239

m knn.m

function [label_test] = knn(k, data_train, label_train, data_test) % knn - k nearest neighbours classifier error(nargchk(4,4,nargin)); dist = l2_distance(data_train, data_test); [sorted_dist, neares
www.eeworm.com/read/428849/8835037

c gnpplib.c

/*----------------------------------------------------------------------- gnpplib.c: Library of solvers for Generalized Nearest Point Problem (GNPP). Generalized Nearest Point Problem (GNPP) to
www.eeworm.com/read/362246/10010557

c gnpplib.c

/*----------------------------------------------------------------------- gnpplib.c: Library of solvers for Generalized Nearest Point Problem (GNPP). Generalized Nearest Point Problem (GNPP) to
www.eeworm.com/read/312163/13617645

c gnpplib.c

/*----------------------------------------------------------------------- gnpplib.c: Library of solvers for Generalized Nearest Point Problem (GNPP). Generalized Nearest Point Problem (GNPP) to
www.eeworm.com/read/150760/12266271

c gnpplib.c

/*----------------------------------------------------------------------- gnpplib.c: Library of solvers for Generalized Nearest Point Problem (GNPP). Generalized Nearest Point Problem (GNPP) to
www.eeworm.com/read/213492/15133860

c gnpplib.c

/*----------------------------------------------------------------------- gnpplib.c: Library of solvers for Generalized Nearest Point Problem (GNPP). Generalized Nearest Point Problem (GNPP) to
www.eeworm.com/read/161461/10407149

java knn.java

/** K-nearest neighbor rule for WEKA. * Class to apply the k-nearest-neighbor rule on a given * test set, by giving each test sample the label most * frequently represented among the k nearest t
www.eeworm.com/read/421905/10680527

cpp pindataranges.cpp

/*+++ *******************************************************************\ * * Copyright and Disclaimer: * * --------------------------------------------------------------- * This
www.eeworm.com/read/147766/5723626

h soft-fp.h

#ifndef SOFT_FP_H #define SOFT_FP_H #include "sfp-machine.h" #define _FP_WORKBITS 3 #define _FP_WORK_LSB ((_FP_W_TYPE)1