| View previous topic :: View next topic |
| Author |
Message |
al pacino Guest
|
Posted: Sun Jan 29, 2006 11:00 am Post subject: which clustering algorithm to use |
|
|
Hi all,
which is the better suited clustering(data mining )algorithm to use for
web server log file mining.
i am using python to parse and clean the log file and using oracle to
save the fields.
i will be using c++(all this on apache+ winxp) to implement the algo.
itself.
thanks
siddharth |
|
| Back to top |
|
 |
Victor Bazarov Guest
|
Posted: Sun Jan 29, 2006 6:00 pm Post subject: Re: which clustering algorithm to use |
|
|
al pacino wrote:
| Quote: | which is the better suited clustering(data mining )algorithm to use
for
web server log file mining.
[..]
|
Try comp.infosystems.www.* family of newsgroups. When you have a C++
_language_ question, come back and ask it. |
|
| Back to top |
|
 |
JustBoo Guest
|
Posted: Sun Jan 29, 2006 8:00 pm Post subject: Re: which clustering algorithm to use |
|
|
On Sun, 29 Jan 2006 12:17:41 -0500, "Victor Bazarov"
<v.Abazarov (AT) comAcast (DOT) net> wrote:
| Quote: | al pacino wrote:
which is the better suited clustering(data mining )algorithm to use
Try comp.infosystems.www.* family of newsgroups. When you have a C++
_language_ question, come back and ask it.
|
Why would he want to? I'm surprised "Al Pacino" didn't repsond with:
"Say hallo to ma' leetle fra-end."
#include <iostream>
// gawd forbid you would use namespace std; in an 8 line example
// program
using std::cout;
int VPartyInvitations()
{
// function ALWAYS returns zero
return 0;
}
int main()
{
cout << "How many party invites has V had in last ten years: "
<< VPartyInvitations();
return 0;
} |
|
| Back to top |
|
 |
Predictor Guest
|
Posted: Mon Jan 30, 2006 2:00 am Post subject: Re: which clustering algorithm to use |
|
|
al pacino wrote:
| Quote: | which is the better suited clustering(data mining )algorithm to use for
web server log file mining.
|
I suggest asking over in comp.ai.neural-nets, but you'll need to be
more specific about what you're trying to accomplish.
-Will Dwinnell
http://will.dwinnell.com |
|
| Back to top |
|
 |
al pacino Guest
|
Posted: Tue Jan 31, 2006 7:00 am Post subject: Re: which clustering algorithm to use |
|
|
thanks predictor,
actually i want to apply clustering algorithm to web server log file,
so as to genrate interesting pattersn(as our instructor calls it)
now is it that any alogorithm will be able to mine knowledge
say for example the surfing pattern most followed is pageA-> page B etc
ps: you have got really impressive resume ! |
|
| Back to top |
|
 |
al pacino Guest
|
Posted: Tue Jan 31, 2006 8:00 am Post subject: Re: which clustering algorithm to use |
|
|
| Quote: | Try comp.infosystems.www.* family of newsgroups. When you have a C++
_language_ question, come back and ask it.
|
yes indedd but i thot if someone here mite have worked on the same
thing/mite have some indea...so i posted here..okay
neways thanks for replying. |
|
| Back to top |
|
 |
|