Re: Clustering or....
Posted by: Rick James
Date: January 24, 2009 06:38PM

Clustering?...
Definition 1: A way of putting several computers together for MySQL.
Definition 2: Grouping of data points in 2D space.
Definition 3: ...

As a newbie, you are not likely to need Defn 1.
Defn 2 -- this is a big mathematical problem, beyond the scope of this forum.

If you have an algorithm, you can brute force it...

SELECT ... FROM tbl
WHERE long complicated formula for selecting items
ORDER BY long complicated ordering formula

If you have only only a few thousand data points, this will run "fast enough".

Options: ReplyQuote


Subject
Written By
Posted
January 24, 2009 04:43PM
Re: Clustering or....
January 24, 2009 06:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.