|
[Date Index]
[Thread Index]
[Author Index]
Re: nearest neighbor
- To: mathgroup at smc.vnet.net
- Subject: [mg66098] Re: nearest neighbor
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Sat, 29 Apr 2006 03:40:55 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On 4/28/06 at 6:33 AM, Chris.Kulp at EKU.EDU (Kulp, Chris) wrote:
>I am in interested in finding the nearest neighbor for points in a
>space whose dimension is greater than two. How can I do this in
>Mathematica without computing the distances between all of the
>points? In particular, I am interested in developing a Mathematica
>notebook for the false nearest neighbor algorithm used in nonlinear
>time series analysis.
A good place to start would be the functions in the package Statistics`ClusterAnalysis. A variety of different distance measures have been implemented in that package. Possibly one of the existing methods is suitable. If not, looking though the code with a text editor should give you some ideas as to how to solve your specific problem.
--
To reply via email subtract one hundred and four
Prev by Date:
3D plot with range restricted to non-rectangular region
Next by Date:
Re: Printing Lists to file without {}
Previous by thread:
Re: nearest neighbor
Next by thread:
Re: nearest neighbor
|