代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/304962/3782646
xpm nearest_vertex.xpm
// Copyright (c) 2001,2002,2003,2006 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the ter
www.eeworm.com/read/303435/3811129
lib nearest.tri.lib
NEAREST - NEAREST edge or vertex in triangulated model
nearestEdgeInModel Return pointer to edge in model nearest to
specified (x,y) coordinates
nearestVertexInModel Return poin
www.eeworm.com/read/386597/2570097
m nearest_neighbor.m
function test_targets = Nearest_Neighbor(train_patterns, train_targets, test_patterns, Knn)
% Classify using the Nearest neighbor algorithm
% Inputs:
% train_patterns - Train patterns
% train_t
www.eeworm.com/read/474600/6813410
m nearest_neighbor.m
function test_targets = Nearest_Neighbor(train_patterns, train_targets, test_patterns, Knn)
% Classify using the Nearest neighbor algorithm
% Inputs:
% train_patterns - Train patterns
% train_t
www.eeworm.com/read/415311/11077021
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