Density of data points around a point in a k-dimensinoal spa

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
LaTeX Help
Every formula have to stat with [tex]\textrm{[tex]}[/tex] and ends with [tex]\textrm{[/tex]}[/tex].

   
   

If you wish to attach one or more files enter the details below.

Expand view Topic review: Density of data points around a point in a k-dimensinoal spa

Density of data points around a point in a k-dimensinoal spa

Post by Guest » Tue Jul 10, 2018 5:25 am

I am looking for a way of calculating how close data points are to a specified point in a k-dimensional space. My current method involves pythag to calulate the distance between the specified point and each of the data points. However, when working with an order of 10,000 data points this is very computationally intensive and is too slow for my program. Does anyone have suggestions for an alternative algorithm to use to determine a point's proximity to other data?

Thanks in advance!

Top