Re: Clustering Algorithms
- From: vaib <vaibhavpanghal@xxxxxxxxx>
- Date: Sat, 10 Jan 2009 03:07:25 -0800 (PST)
On Jan 9, 6:58 pm, Joachim Pimiskern <JoachimPimisk...@xxxxxx> wrote:
vaib schrieb:
> I am doing a project for making aclusteringsearch engine . The
> problem is that I do not have the right resources to study about
>clusteringalgorithms . Can anyone please suggest some good resources
> to study aboutclustering- books, url, anything that I can implement
> using programmig . First of all before beginning any implementation I
> want to get my theory about the subject correctly.
You could do theclusteringby analyzing the hyperlink structure.
There are graphclusteringalgorithmus that use the concept of
betweenness of a node or an edge. Betweenness means how often
a node or edge must be crossed in order to get from one randomly
chosen node to another one on the shortest path.
In order to get clusters, elements with high betweenness value
are successively removed, until the graph breaks down into
smaller disjoint subgraphs. These subgraphs can be considered
as clusters.
http://aps.arxiv.org/abs/cond-mat/0308217/http://arxiv.org/abs/0809.1906http://www.hpl.hp.com/research/idl/papers/email/http://xxx.lanl.gov/abs/cond-mat/0303264http://www.analytictech.com/mb021/graphtheory.htmhttp://blogs.zdnet.com/emergingtech/?p=911http://pespmc1.vub.ac.be/CLUSTERW.htmlhttp://biology.plosjournals.org/perlserv/?request=get-document&doi=10...
Regards,
Joachim
And most importantly
I am new to clustering and fuzzy logic . So, in this regard I
want to ask certain questions
1. Where do i study clustering from ? Kindly recomment some sources
of
study like books or some good urls .
2. Do I need to study fuzzy logic also ?? If yes, kindly suggest
sources for that too .
3. What clustering algorithms should I study for the kind of project
I
am making ?? Should I read from research papers ?? And Where do i get
these from ?
4. I would some third party java api for this . I know about Joone
and
Weka . Are there other java resources also that could help me ?
And finally, please someone answer since I consider usenet a great
source of information . Also, any suggestions or even comments on the
stuff I am making would be highly appreciated and looked into . I am
new to this field so I need all the help that I can get .
Thanking in anticipation . Vaib .
.
- References:
- Clustering Algorithms
- From: vaib
- Re: Clustering Algorithms
- From: Joachim Pimiskern
- Clustering Algorithms
- Prev by Date: Re: Clustering Algorithms
- Next by Date: Re: EU:n salaiset VAT-tunnukset
- Previous by thread: Re: Clustering Algorithms
- Next by thread: CFP: The 2009 International Conference on Frontiers in Education: Computer Science and Computer Engineering (FECS'09), USA, July 13-16, 2009
- Index(es):
Relevant Pages
|