代码搜索:Nearest

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

代码结果 1,596
www.eeworm.com/read/431675/8661846

m gendatk.m

%GENDATK K-Nearest neighbour data generation % % B = gendatk(A,m,k,s) % % Generation of m points using the k-nearest neighbors of objects in % the dataset A. First m points of A are chosen in a ra
www.eeworm.com/read/418695/10935252

m gendatk.m

%GENDATK K-Nearest neighbour data generation % % B = gendatk(A,m,k,s) % % Generation of m points using the k-nearest neighbors of objects in % the dataset A. First m points of A are chosen in a ra
www.eeworm.com/read/397102/8068044

m gendatk.m

%GENDATK K-Nearest neighbour data generation % % B = gendatk(A,m,k,s) % % Generation of m points using the k-nearest neighbors of objects in % the dataset A. First m points of A are chosen in a ra
www.eeworm.com/read/342008/12046966

m gendatk.m

%GENDATK K-Nearest neighbour data generation % % B = gendatk(A,m,k,s) % % Generation of m points using the k-nearest neighbors of objects in % the dataset A. First m points of A are chosen in a ra
www.eeworm.com/read/175689/5343512

m knnrule.m

function model=knnrule(data,K) % KNNRULE Creates K-nearest neighbours classifier. % % Synopsis: % model=knnrule(data) % model=knnrule(data,K) % % Description: % It creates model of the K-nearest ne
www.eeworm.com/read/428780/1954186

m knnrule.m

function model=knnrule(data,K) % KNNRULE Creates K-nearest neighbours classifier. % % Synopsis: % model=knnrule(data) % model=knnrule(data,K) % % Description: % It creates model of the K-nearest ne
www.eeworm.com/read/293183/8310300

m gendatk.m

%GENDATK K-Nearest neighbour data generation % % B = gendatk(A,m,k,s) % % Generation of m points using the k-nearest neighbors of objects in % the dataset A. First m points of A are chosen in a ra
www.eeworm.com/read/139332/5799656

h delaunay_d_window_stream.h

// Copyright (c) 1997-2000 Max-Planck-Institute Saarbruecken (Germany). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you may redistribute it under // the terms of the Q Pub
www.eeworm.com/read/359401/10147521

c vq_test.c

/*========================================================================*/ /* This program output nearest neighbors of test vectors */ /* the codebook is generated by LVQ package
www.eeworm.com/read/429426/1949328

py owknn.py

""" k Nearest Neighbours K-nearest neighbours learner/classifier. icons/kNearestNeighbours.png Janez Demsar (janez.demsar(@at@)fri.uni