Given a set of vectors 1-n. I need to find a way to identify a specific point from a cluster after the clustering has been accomplished.
K V
[1] {0, 4.5, 8, n}
[2] {5, 3, 10, n}
...
The row is identified by the key K. I can't have K involved in the
clustering itself. So, how does one identify which point was included
in an arbitrary cluster? In other words, for the example above, how
can I determine which cluster row [1] was included in?
-M@
