which clustering algorithm to use

A

al pacino

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
 
V

Victor Bazarov

al said:
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.
 
J

JustBoo

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;
}
 
A

al pacino

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 !
 
A

al pacino

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top