代码搜索:Nearest

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

代码结果 1,596
www.eeworm.com/read/410924/11264767

m nearest_neighbor.m

function D = Nearest_Neighbor(train_features, train_targets, Knn, region) % Classify using the Nearest neighbor algorithm % Inputs: % features - Train features % targets - Train targets % Knn
www.eeworm.com/read/205038/15327967

c false_nearest.c

/* * This file is part of TISEAN * * Copyright (c) 1998-2007 Rainer Hegger, Holger Kantz, Thomas Schreiber * * TISEAN is free software; you can redistribute it and/or modify * it under t
www.eeworm.com/read/205038/15328581

html false_nearest.html

false_nearest Description of the program: false_nearest This program looks for the near
www.eeworm.com/read/200237/15437066

m nearest_neighbor.m

function index = nearest_neighbor(x,vectors,maxdist,varargin) % function index = nearest_neigbor(x,vectors,maxdist,pointdist*,pointlimit*,k*) % x is a row vector % pointdist (optional) - vector of
www.eeworm.com/read/200237/15437068

m nearest_mahal.m

function index = nearest_mahal(x,mu,sigma) % function index = nearest_mahal(x,mu,sigma) % x is a vector % mu(i,:) is the mean of the ith Gaussian % sigma(:,:,i) is the covariance of the ith Gaussi
www.eeworm.com/read/184769/9079449

c filter-nearest-offset.c

/* * Copyright © 2005 Red Hat, Inc. * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without * fee, provided that
www.eeworm.com/read/360732/10080610

m test_nearest_neighboors.m

% test for computations of nn name = 'swissroll'; n = 3000; options.sampling = 'rand'; [X,col] = load_points_set( name, n, options ); nbr_nn = 50; options.use_nntools = 0; [D1,nn_list1] = c
www.eeworm.com/read/162511/10299088

c nearest_r4.c

/* Implementation of the NEAREST intrinsic Copyright 2003 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Fortran 95 runtime libra
www.eeworm.com/read/162511/10299584

c nearest_r10.c

/* Implementation of the NEAREST intrinsic Copyright 2003 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Fortran 95 runtime libra
www.eeworm.com/read/162511/10299637

c nearest_r8.c

/* Implementation of the NEAREST intrinsic Copyright 2003 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Fortran 95 runtime libra