python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
PCL GPU Octree implementation is slow
I want to use pcl::gpu::Octree for storing the obstacle map and retrieving the closest distance to a given point. I've modified an official test example as follows:
int main(int argc, char** argv){...
GPrathap
Votes: 0
Answers: 0
Java nearest neighbour best route between cities
I am trying to get the optimum route between multiple cities based on their lat and lon. I am using the nearest neighbor algorithm but I can't seem to figure it out. I just started learning Java.
Can ...
Raccoon
Votes: 0
Answers: 0
Get current location and find the nearest station based on CSV with latitude and longitude
We have an university assignment, where we have to make a python script, make a database if needed, to solve a task.
The task itself is that we have a CSV file with different stations with latitute an...
Iurie Gritco
Votes: 0
Answers: 0
How to use custom item identifiers in NearestNeighbors of sckit-learn
I use sckit-learn NearestNeighbors as a recommendation engine of movies, with Movie Lens database. The recommendation engine is an item-item based recommander (neighbors of one item are other items).
...
vittorio
Votes: 0
Answers: 1