代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/299984/7140043
m gendatk.m
%GENDATK K-Nearest neighbor data generation
%
% B = GENDATK(A,N,K,S)
%
% INPUT
% A Dataset
% N Number of points (optional; default: 50)
% K Number of nearest neighbors (optional; default:
www.eeworm.com/read/460435/7250430
m modeseek.m
%MODESEEK Clustering by mode-seeking
%
% [LAB,J] = MODESEEK(D,K)
%
% INPUT
% D Distance matrix or distance dataset (square)
% K Number of neighbours to search for local mode (defaul
www.eeworm.com/read/460435/7250518
m gendatk.m
%GENDATK K-Nearest neighbor data generation
%
% B = GENDATK(A,N,K,S)
%
% INPUT
% A Dataset
% N Number of points (optional; default: 50)
% K Number of nearest neighbors (optional; default:
www.eeworm.com/read/450608/7480086
m modeseek.m
%MODESEEK Clustering by mode-seeking
%
% [LAB,J] = MODESEEK(D,K)
%
% INPUT
% D Distance matrix or distance dataset (square)
% K Number of neighbours to search for local mode (defaul
www.eeworm.com/read/450608/7480149
m gendatk.m
%GENDATK K-Nearest neighbor data generation
%
% B = GENDATK(A,N,K,S)
%
% INPUT
% A Dataset
% N Number of points (optional; default: 50)
% K Number of nearest neighbors (optional; default:
www.eeworm.com/read/441245/7672634
m modeseek.m
%MODESEEK Clustering by mode-seeking
%
% [LAB,J] = MODESEEK(D,K)
%
% INPUT
% D Distance matrix or distance dataset (square)
% K Number of neighbours to search for local mode (defaul
www.eeworm.com/read/441245/7672727
m gendatk.m
%GENDATK K-Nearest neighbor data generation
%
% B = GENDATK(A,N,K,S)
%
% INPUT
% A Dataset
% N Number of points (optional; default: 50)
% K Number of nearest neighbors (optional; default:
www.eeworm.com/read/399326/7869622
m knn.m
function [neighGroup,edges]=knn(points,K)
%function [neighGroup,edges]=knn(points,K) finds the k nearest neighbors
%of a point set
%
%Inputs: points - An NxP point set of N points with dimension P
www.eeworm.com/read/434208/7880936
html crosshairdemo4.html
CrosshairDemo4
This demo shows crosshairs that lock on to the nearest data point (use the
mouse to click on the chart to update the crosshairs).
www.eeworm.com/read/242302/13023974
html 11437.html
How to refresh dbCombo focus to the nearest postion while user key in the dbCombo box?