Nearest neighbors are points (or other objects) in close proximity to a given location in some multi-dimensional space, e.g. a plane. Finding such neighbors lies at the core of several algorithms for various applications.
4
votes
2answers
400 views
Nearest neighbor search in D3
I have implemented a 2-dimensional k-d tree in Javascript (check it out on GitHub), and I am using it for nearest-neighbor searches alongside D3.
I learned that there is a quadtree implementation in ...
1
vote
2answers
294 views
Matlab finding neighbors from a list of coordinates
I have an array of n-elements by m-properties.
id1 x1 y1
id2 x2 y2
...
idn xn yn
I have a coordinate (x,y) and I want to find all the ids of elements which are to the immediate left, up, bottom and ...
1
vote
2answers
359 views
Are KD trees still efficient when most/all of the attributes are discrete and distance is equivalent?
It's always touted that KD trees are great for nearest neighbor searches. However, if your data set is all discrete values, with no real distance metric, are they still efficient?
For example, if ...
0
votes
2answers
79 views
Which node to choose as a starting node for nearest neighbor algorithm
http://en.wikipedia.org/wiki/Nearest_neighbour_algorithm
I'm using nearest neighbor algorithm to solve traveling salesman problem. It's extremely fast, but not accurate. I read somewhere about two ...
0
votes
2answers
150 views
Excel Macro Nearest Neighbor
I have an excel document with 4 sheets. Within each sheet there are 21 rows and approx 500 columns. I am trying to figure out how to write a nearest neighbor function to fill all cells in these sheets ...
0
votes
2answers
48 views
How to use nearly related parameters retrieve the same result
I am building an sms based application that will retrieve railway schedules.Now the problem that I am facing is that if the user types the wrong name of a particular station(Suppose he writes 'Kolkta' ...
0
votes
2answers
733 views
nearest neighbor mapping of 1D index for 2D array into a smaller 2D array
This is in C.
I have two 2D arrays, ArrayA and ArrayB, that sample the same space. B samples a different attribute than ArrayA less frequently than ArrayA, so it is smaller than A.
Just to try to ...
2
votes
1answer
172 views
Finding k nearest neighbors with SPARQL query
I would like to write a single SPARQL query to find the k nearest neighbors for a set of vectors. To find the average label for the 100 nearest neighbors for a single vector I can use the following ...
2
votes
1answer
122 views
Query the nearest range
I have two sets, A and B. The sets are made of N dimension points and ordered (N<10). I need find the nearest part of B to A. Let's say the nearest part is B1. The count of points in B1 should be ...
2
votes
1answer
410 views
from recursion on tree to iterative on array (kd-tree Nearest Neighbor)
I've got a recursive function (on tree) and I need to make it work without recursion and representing the tree as an implicit data structure (array).
Here is the function:
kdnode* kdSearchNN(kdnode* ...
1
vote
1answer
27 views
MySQL Query get minimal distance (nearest neighbour)
I am trying to find the nearest neighbour to the GPS coordinate (52,14) in a geospatial database with the following query:
SELECT
geonameid,
SQRT(POW(latitude-52, 2) + POW(longitude-14, 2)) as ...
1
vote
1answer
48 views
Overwrite elements at end of priority queue once specified capacity is met?
I'm trying to search for the nearest N points in a quad tree and using an STL priority queue to store the points as they are found (sorted by distance from the query point).
Points exceeding a max ...
1
vote
1answer
181 views
Python: suggestions to find the 1st order neighbors using shapefile polygons
sorry for posting a few lines of my code. I am looking a efficient way to find the 1st order neighbors of a given polygon. My data are in shapefile format.
my first idea was to calculate the x and y ...
1
vote
1answer
116 views
Clustering/Nearest Neighbor
I have thousands to ten-thousands of data points (x,y)coming from 5 to 6 different source. I need to uniquely group them based on certain distance criteria in such a way that the formed group should ...
1
vote
1answer
107 views
Fast computation of nearest neighbour bhattacharya coefficients between sets of gaussian random variables
I have two sets A and B, each containing 10^4-10^5 random variables (RV), with each RV following a normal distribution. I want to find, for each RV in A, the nearest neighbour in B, based on the ...
1
vote
1answer
206 views
mysql nearst neighbour search
i'm a bit new to GIS and i want to search for the k-nearest neighbor in my DB (mySQL)
.
from what i understand the options are:
1) use the Haverstine formula - but it will run on the entire DB, i know ...
0
votes
1answer
62 views
Matching points in 2 D space
I have 2 matrices A and B both of size Rows X 2 where Rows = m , n for A and B respectively. These m and n denote the points in the euclidean space.
The task I wish to perform is to match the ...
0
votes
1answer
111 views
How to use k-d tree to find nearest neighbor?
I have applied SIFT on one image and got descriptors, then I have used Euclidean distance to find similar descriptors, now I want to use k-d tree to find which descriptors are more similar and ...
0
votes
1answer
123 views
Find 10 closest matches of a 30 dimensional vector, what data structure?
I got a vector with 30 dimensions and I want to find the 10 closest matches in my database. I have around 3000 vectors in my DB which I’ve to compare it to. Some dimensions are more important than ...
0
votes
1answer
194 views
A nearest neighbour when edge costs are asymmetric, some doubts
To clarify my post, I have edited it based on comments.
I was thinking how to implement a nearest neighbour search efficiently when edge costs are asymmetric. I'm thinking a range of cities something ...
0
votes
1answer
92 views
How many samples are optimal in one class using k-nearest neighbor?
I have implemented k-nearest algorithm in my system. It consists from 26 classes, each of 100 samples. In my case, K=7 and it was completely trial and error to get the best classification result.
I ...
0
votes
1answer
307 views
WEKA Cut off value for kNN and Dynamic Time Warping
I'm using Dynamic Time Warping (DTW) as a distance measure for K Nearest Neighbour (kNN) machine learning algorithm. In WEKA the kNN algorithm has cut off value to act as an early abandon if the ...
0
votes
1answer
586 views
Get the nearest node from a coordinate in openstreetmap database
I have for example a coordinate:
41,791063, 12,6923072
and I want to find the nearest node in the OSM DB
in this example the node 906459460
http://www.openstreetmap.org/api/0.6/node/906459460
...
0
votes
1answer
152 views
getting nearest result within IFNULL
I've got a maintenance script which dumps a bunch of data from one db to another.
I'm trying to get the data as
SELECT id, IFNULL(rank1,(SELECT rank2
FROM table
WHERE rank1 IS NOT NULL ...
3
votes
0answers
199 views
opencv knearest neighbor
I am using CVKnearest Class in opencv to classify 6 classes with 10 features as follows:
CvKNearest knn(trainData, trainClasses, Mat(), false, K );
then I use :
response = ...
2
votes
0answers
196 views
how to “find” a slice (byte[]) within a larger bytearray
My array is made out of a bitmap so every 4th byte is 255.
In this example I have made a byte Array as in my bitmap format.. as best as I could, it's a 64 elements array.
Or in C# I could just say:
...
2
votes
0answers
351 views
All-KNN (All-K-Nearest-Neighbors) in Cover Trees
I think I know how to do K-Nearest-Neighbors using Cover Trees. (Incidentally: can anybody point me to a run-time complexity analysis of this?), BUT I am looking for all-kNN (that is: find the kNN of ...
1
vote
0answers
76 views
find three nearest point
I have a list of points in cartesian plane, and a test point. I want to find list indices of three points nearest to test point. What's the better way to find these indices? Thanks in advance for tour ...
1
vote
0answers
127 views
find the nearest 'n' neighbour in clustering algorithm of mahout
When I am running the apache mahout clustering examples of DisplayDirichlet.java, DisplayClustering.java or etc. the output is in graphical format.
How do I find the nearest neighbor containing 'n' ...
1
vote
0answers
98 views
How to find the point with the maximum distance to its nearest neightbors in javascript
I have a rectangular shaped area with a number of points on random positions in it. Now I want to place a new point at the position with the maximum distance to its nearest neighbors. A solution for ...
1
vote
0answers
249 views
Difference between pHash nearest neighbor and color histogram nearest neighbor?
I'm looking to create an animated series of photos that are as similar as possible. while researching I've come across two methods.
Generate a pHash of the images and do a nearest neighbor using the ...
0
votes
0answers
47 views
How does MongoDB handle range and nearest neighbor queries?
How does MongoDB handle range and nearest neighbor queries? what algorithms used?
I know MongoDB use GeoHash and B-Tree to index spatial data but how it handle the range and nearest neighbor queries ...
0
votes
0answers
31 views
Finding and suggesting most similar queries from a query log
Given a query log of about 10 million queries I have to write a program that will ask query from the user and display most similar 10 queries to the input query as a output. Also in case of spelling ...
0
votes
0answers
36 views
Push-relabel Algorithm Gap Relabel
I tried to optimize the Push-Relabel sample code on wikipedia:
https://en.wikipedia.org/wiki/Push-relabel_algorithm
According to WIKIPEDIA suggestions for global relabeling/gap relabeling:
1) Make ...
0
votes
0answers
15 views
get nearest panorma towards the street in google map v3
How to get nearest panorma towards the street in google map v3.
My requirement is mentioned below:-
I have placed the marker on the google map v3 version and after drag and drop this marker i want ...
0
votes
0answers
118 views
Pixel-perfect 'nearest neighbor' scaling
I have an Image as shown below. When zooming in (enlarging the image), I want to preserve the pixels as much as possible. Hence, interpolation should be avoided. E.g. Zooming 1700% implies a solid ...
0
votes
0answers
103 views
SQL Server : generating nearest neighbour routes
Having a little trouble with generating routes using a nearest neighbour methodology with SQL Server in T-SQL.
Note: Using SQL Server 2008, I do not have access to spatial extensions.
Background:
...
0
votes
0answers
187 views
Finding nearest point in SpatiaLite without GEOS
I want to find the nearest point having latitude and longitude stored as Point in SpatiaLite. I read this and it has this example:
SELECT feature_name, feature_class,
ST_Distance(Geometry, ...
0
votes
0answers
38 views
Geocoding/Searching for the nearest state neighbor
I have data containing business addresses and their corresponding Lat/Lon Coordinates. I would like to calculate for each observation (business), the distance between it and the nearest bordering ...
0
votes
0answers
180 views
Finding the nearest node [Mapping][Android]
Smallest = from node 0 to destination;
for(i = 0; i<nodes.size();i++)
{
...
}
I want to find the nearest node in the map, using geopoint I was able to find the distances from each geopoint to ...
0
votes
0answers
107 views
Adapting Nearest Neighbor search function to provide K-nearest neighbors through kD-tree in Groovy?
I have successfully written a function that traverses a Kd-Tree for the nearest single neighbor of a point.
However, I'm trying to switch this function around so that it finds the K-nearest neighbors ...
-1
votes
0answers
23 views
Use weka On recommender system
Hello EveryInternet Friend,how to use this example on weka.
If I have matric data[row, col] ,
row stand for users,
col stand for movies,
rate(i,j) stand for user i rate movie j,
rate only ...

