>From a simplicity stand-point, the algorithm that Adak mentions is very
simple to implement, but has the drawback that you must test every
point.  If you are dealing with a large amount of data, this can be
very time consuming.  For larger sets of data, I would recommend
organizing the data using a Self-Organizing Map (SOM).  This will allow
you to group similar sets of data together, allowing you to pinpoint
exactly which sub-set of data you should focus on.  Maybe then you can
switch to Adak's method to pinpoint the exact data you need to work
with.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to