代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/388609/7126442
m annlle2.m
% LLE ALGORITHM (using K nearest neighbors)
% [Y] = lle(X,K,dmax)
% X = data as D x N matrix (D = dimensionality, N = #points)
% K = number of neighbors
% dmax = max embedding dimensionality
% Y
www.eeworm.com/read/388609/7126443
m annlle1.m
% LLE ALGORITHM (using K nearest neighbors)
% [Y] = lle(X,K,dmax)
% X = data as D x N matrix (D = dimensionality, N = #points)
% K = number of neighbors
% dmax = max embedding dimensionality
% Y
www.eeworm.com/read/444599/7611019
m lle.m
function [Y] = lle(X,K,d)
% ****** LLE ALGORITHM (using K nearest neighbors) **** %%%%%
% Written by Sam Roweis & Lawrence Saul
warning off;
[D,N] = size(X);
% STEP1: COMPUTE PAIRWISE DISTA
www.eeworm.com/read/397758/8024326
m lle.m
% LLE ALGORITHM (using K nearest neighbors)
%
% [Y] = lle(X,K,dmax)
%
% X = data as D x N matrix (D = dimensionality, N = #points)
% K = number of neighbors
% dmax = max embedding dimensionality
% Y =
www.eeworm.com/read/136959/13351508
c dblround.c
/*
** DBLROUND.C - Rounds a double to the nearest whole number
** public domain by Ross Cottrell
*/
#include
#include
#include "snipmath.h"
#if defined(__ZTC__)
#include
www.eeworm.com/read/346528/11739508
m nnchain.m
%nnchain Defines a Hamiltonian with a(k)b(k+1) nearest-neighbor
% interaction
% nnchain (a,b,n) defines a a(k)b(k+1) type Hamiltonian
% with non-periodic boundary condition.
% If
www.eeworm.com/read/218763/14907432
cc partition.cc
#include "Partition.h"
#include
Partition::Partition(integer dim, real a)
{
integer largest_pow = ((integer)(floor((log(dim) / log(a)) + 0.5 )));
// largest_pow = nearest integer to l
www.eeworm.com/read/218613/14912983
m nnchain.m
%nnchain Defines a Hamiltonian with a(k)b(k+1) nearest-neighbor
% interaction
% nnchain (a,b,n) defines a a(k)b(k+1) type Hamiltonian
% with non-periodic boundary condition.
% If
www.eeworm.com/read/216488/15005702
m genintpol.m
function Y=GenIntPol(X,x0,y0,dx,dy,alpha,type,M,N);
% GenIntPol General Interpolation of Images/Patterns, generate textures
% Nearest Neighbor or linear interpolation
% Interpolation s
www.eeworm.com/read/470917/1440010
c ots_nintxq.c
/* Software floating-point emulation: convert to fortran nearest.
Copyright (C) 1997,1999,2004,2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richa