Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.673 Times

Kdtree Nearest Neighbor software
Filter: All | Freeware | Demo
 

Kdtree Nearest Neighbor

1 2 3 4 5 > 
Added: September 17, 2013 | Visits: 1.314

Traveling Salesman Problem - Nearest Neighbor Script This method produces different results depending on what city is choosen as the starting point.This function determines the Nearest Neighbor routes for multiple starting points and returns the best of those routes. Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Traveling Salesman Problem - Nearest Neighbor Script Download

Added: May 10, 2013 | Visits: 493

KD Tree Nearest Neighbor and Range Search This implements a KDTree for nearest neighbor and range searching.The KDTree stores a N-dimensional set of points. The tree can be queried for all points within a Euclidian range in order O(sqrt(p)+k) time, where p is the number of points and k is the number of reported points. A nearest neighbor... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 215.04 KB Download (42): KD Tree Nearest Neighbor and Range Search Download

Added: May 10, 2013 | Visits: 398

Traveling Salesman Problem - Nearest Neighbor This method produces different results depending on what city is choosen as the starting point.This function determines the Nearest Neighbor routes for multiple starting points and returns the best of those routes. Requirements: - MATLAB 7.6 or higher Platforms: Windows, Mac, *nix, Matlab, BSD Solaris


Added: May 03, 2013 | Visits: 353

K nearest neighbor search This is just a brute force implementation of k nearest neighbor search without using any fancy data structure, such as kd-tree. However it is the fastest knn matlab implementation I can find.A partial sort mex function is implemented which is a simple wrapper of c++ partial_sort.Provided the sort... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): K nearest neighbor search Download

Added: May 07, 2013 | Visits: 391

Efficient K-Nearest Neighbor Search using JIT This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing.The code was initially implemented through vectorization. After discussions with John D'Errico, I realized... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Efficient K-Nearest Neighbor Search using JIT Download

Connect Randomly Ordered 2D Points into a Minimal Nearest-Neighbor Closed Contour Connects randomly ordered 2D points into a minimal nearest neighbor contour.points2contourTristan UrsellFebruary 2012 [Xout,Yout]=points2contour(Xin,Yin,P,direction) Given any list of 2D points (Xin,Yin), construct a singly connected nearest-neighbor path in either the 'cw' or 'ccw' directions.... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Connect Randomly Ordered 2D Points into a Minimal Nearest-Neighbor Closed Contour Download

Added: July 03, 2013 | Visits: 269

kd-tree for matlab kdtree provides a minimalistic implementation of kd-tree. The implementation can be used either inside MATLAB by means of MEX calls, or as a standalone tool, directly from a C/C++ program. The image on the website has been creaed with "fulltest.m"This implementation offers the following... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 133.12 KB Download (45): kd-tree for matlab Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 548

IntelligenceLab .NET IntelligenceLab is a set of .NET 2.0-4.0 components for Artificial Intelligence. Includes: Neural networks, Naive Bayesian, Radial Basis Function Network, Self Organizing Map, K-Nearest Neighbor and more. Usage: Speech recognition, Face recognition, Computer vision, Gesture recognition, Robotics,... Platforms: Windows

License: Freeware Size: 66.09 MB Download (55): IntelligenceLab .NET Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 556

IntelligenceLab VC++ IntelligenceLab is a set of Visual C++ components for Artificial Intelligence. Includes: Neural networks, Naive Bayesian, Radial Basis Function Network, Self Organizing Map, K-Nearest Neighbor and more. Usage: Speech recognition, Face recognition, Computer vision, Gesture recognition, Robotics,... Platforms: Windows

License: Shareware Cost: $140.00 USD Size: 52.75 MB Download (48): IntelligenceLab VC++ Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 600

IntelligenceLab VCL Delphi/C++ Builder VCL and FireMonkey (FMX) components library for Artificial Intelligence. Includes: Neural networks, Naive Bayesian, Radial Basis Function Network, Self Organizing Map, K-Nearest Neighbor and more. Usage: Speech recognition, Face recognition, Computer vision, Gesture... Platforms: Windows

License: Shareware Cost: $120.00 USD Size: 83.69 MB Download (58): IntelligenceLab VCL Download

Nearest Neighbor algorithm for the Travelling Salesman Problem The 2-column vector contains cities' coordinates. The algorithm generates the optimal path to visit all the cities exactly once, and return to the starting city.The algorithm has its limitations, and based on the cities' distribution on the map it may or may not give the optimal solution.It... Platforms: Matlab


Added: August 19, 2013 | Visits: 294

zooming an image using nearest neighbor interpolation zooming a given image by a given positive factor can be done..copy nearest_neighbor_zoom.m file and the image file that should be zoomed to your work directory.if the name of the image file is image.jpg and the zooming factor needed is 2.23,run following command on command... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): zooming an image using nearest neighbor interpolation Download

Added: June 18, 2013 | Visits: 494

MERGING 3D POINT CLOUDS WITH RADIOMETRIC ENHANCEMENT This implementation includes modules for radiometric enhancement of colored 3D point clouds and nearest neighbor search. The introduced method detects the overlapping parts and derives a transformation function that reduces radiometric differences. This transformation function can be in one of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): MERGING 3D POINT CLOUDS WITH RADIOMETRIC ENHANCEMENT Download

Added: July 24, 2013 | Visits: 192

image resamplin function nimg = imresample(oldpixsize,img,newpixsize,intmethod)% This function resamples the images at the new grid points% defined by the new pixel sizes. It assumes that intensities are% defined at pixel centers%% img : original image to be resampled% nimg : newly sampled image% oldpixsize : a... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): image resamplin Download

Added: May 12, 2013 | Visits: 242

Kernel Regression with Variable Window Width Gaussian kernel regression and local linear Gaussian kernel regression with variable window widthThis is the same as ksr and ksrlin (file File ID: #19195 and #19564), but instead of using the same bandwidth for each point, it uses a variable bandwidth given by the distance of each point to its... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Kernel Regression with Variable Window Width Download

Added: August 13, 2013 | Visits: 550

Bootstrapping Yield Curve Bootstrap the yield curve, discount curve and the forward curve from market data***************** BOOTSTRAPPING RESULTS **********************Time (Years)| Yield Curve | Discount Curve| Forward Curve |----------------------------------------------------------------------- 0.51 | 1.2404% | 0.9938... Platforms: Matlab

License: Freeware Size: 40.96 KB Download (47): Bootstrapping Yield Curve Download

CTrecon-an improved parallel data image reconstruct function Reconstruct an image from parallel projection data using the convolution-backprojection algorithmfunction [img,H] = CTrecon(prj,varargin)for a discussion of this function including examples see: http://aprendtech.com/wordpress/?p=74Mathworks has created a workaround to fix the offset problem in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (48): CTrecon-an improved parallel data image reconstruct function Download

Added: April 02, 2013 | Visits: 347

iPod Scramble Solution I was playing the game Scramble on my iPod touch, and I realized that I wasn't very good. But the algorithmic challenge of writing a program to solve the Scramble (same as Boggle) game was too tasty to pass up. It was indeed quite challenging, but quite satisfying in the end. The program first... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 399.36 KB Download (42): iPod Scramble Solution Download

Added: September 15, 2013 | Visits: 328

PyML PyML is an interactive object oriented framework for machine learning written in Python. PyML focuses on SVMs and other kernel methods. It is tested on Linux and Mac OS X. Features?*A* * Classifiers: support vector machines, nearest neighbor, ridge regression * Multi-class methods... Platforms: Mac

License: Freeware Size: 5.61 MB Download (40): PyML Download

Released: January 01, 2017  |  Added: February 24, 2024 | Visits: 214

KNN WG The K-nearest neighbors (K-NN) is an analogous approach. This method has its origin as a non-parametric statistical pattern recognition procedure to distinguish between different patterns according to a selection criterion. Through this method, researchers can generate future data. In other... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $44.95 USD Size: 64.25 MB Download (49): KNN WG Download

1 2 3 4 5 >