Author Topic: Cluster Analysis  (Read 1913 times)

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Cluster Analysis
« on: March 10, 2011, 11:01:17 AM »
Has anyone ever done this?  I have a feeling I should look at it for my current work project.  Wondering if anyone knew of any good sites/books that explain it (and maybe give some code samples)

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Re: Cluster Analysis
« Reply #1 on: March 10, 2011, 11:21:57 AM »
We have a cluster here where I work but I don't know enough to really give you a lot of information on it.  We only use one DB but we have 3 production application servers that handle all the traffic and requests.  We use a hardware device to do the load balancing though.

webwhy

  • Jackass IV
  • Posts: 608
  • Karma: +15/-10
Re: Cluster Analysis
« Reply #2 on: March 10, 2011, 11:27:22 AM »
Has anyone ever done this?  I have a feeling I should look at it for my current work project.  Wondering if anyone knew of any good sites/books that explain it (and maybe give some code samples)

assuming you're talking about data clustering through anaylsis/machine learning/data mining?

http://mahout.apache.org/

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Re: Cluster Analysis
« Reply #3 on: March 10, 2011, 11:30:17 AM »
Yeah, I could have been wrong as far as what you were driving at?

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Cluster Analysis
« Reply #4 on: March 10, 2011, 11:36:35 AM »
This type of cluster analysis: http://en.wikipedia.org/wiki/Cluster_analysis

Here is the problem:
Our school isn't seat based, instead the teachers go to the kids.  The project I'm working on is to automate the assigning of the students to various teachers.  One aspect is going to be physical location of the student.  So I'm thinking some type of cluster analysis to find clusters of students.

webwhy

  • Jackass IV
  • Posts: 608
  • Karma: +15/-10
Re: Cluster Analysis
« Reply #5 on: March 10, 2011, 11:55:17 AM »
sounds like mahout is what you're looking for

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Cluster Analysis
« Reply #6 on: March 30, 2011, 12:56:07 PM »
So mahout is out since it is Java and isn't really integratable.  I did look at the algorithms and k-means was actually very useful and got me some good information.