Re: how would you write this?? (clustering algorithm)
- From: "Alex Mizrahi" <udodenko@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 6 May 2007 00:46:26 +0300
(message (Hello 'Raffael)
(you :wrote :on '(Sat, 5 May 2007 17:26:50 -0400))
(
??>> however, k-means does not satisfy me, because i have to pass it K, and
??>> results are barely predictable.
RC> <http://en.wikipedia.org/wiki/Data_clustering>
i've read this article several times. do you know algorithm that will find
optimal K for given max radius, and will work faster than k-means?
this article mentions QT algorithm -- that will do what i want, but it would
be terribly slow, since it does each-to-each comparison many times.
agglomerative hierarchical clustering won't work for same reason -- it
involves each-to-each comparisons.
some partitional hierarchical clustering won't work because i have pretty
nasty objects -- 400-dimensional vectors with distance defined as angle
between them. this space looks very different from our usual 2 and 3
dimensional spaces -- most vectors are almost orthogonal.
i've already implemented two kinds of trees that did kinda hierarchical
clustering, and that didn't work well -- it identified some clusters, but
their radiuses were far from optimal, that's not acceptable for me.
i've analyzed data i'm working with for several months, and i came to
conclusion that some variation of k-means algorithm should work best with
it. but primitive k-means does not fully satisfy me, so i need a variation
that is better for my purposes.
)
(With-best-regards '(Alex Mizrahi) :aka 'killer_storm)
"I am everything you want and I am everything you need")
.
- Follow-Ups:
- Re: how would you write this?? (clustering algorithm)
- From: Tamas Papp
- Re: how would you write this?? (clustering algorithm)
- References:
- how would you write this?? (clustering algorithm)
- From: Alex Mizrahi
- Re: how would you write this?? (clustering algorithm)
- From: Raffael Cavallaro
- how would you write this?? (clustering algorithm)
- Prev by Date: Re: How Lisp's Nested Notation Limits The Language's Utility
- Next by Date: Re: how would you write this?? (clustering algorithm)
- Previous by thread: Re: how would you write this?? (clustering algorithm)
- Next by thread: Re: how would you write this?? (clustering algorithm)
- Index(es):
Relevant Pages
|
Loading