Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 58995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:56:09+00:00 2026-05-10T17:56:09+00:00

Are there any algorithms that can help with hierarchical clustering? Google’s map-reduce has only

  • 0

Are there any algorithms that can help with hierarchical clustering? Google’s map-reduce has only an example of k-clustering. In case of hierarchical clustering, I’m not sure how it’s possible to divide the work between nodes. Other resource that I found is: http://issues.apache.org/jira/browse/MAHOUT-19 But it’s not apparent, which algorithms are used.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T17:56:09+00:00Added an answer on May 10, 2026 at 5:56 pm

    First, you have to decide if you’re going to build your hierarchy bottom-up or top-down.

    Bottom-up is called Hierarchical agglomerative clustering. Here’s a simple, well-documented algorithm: http://nlp.stanford.edu/IR-book/html/htmledition/hierarchical-agglomerative-clustering-1.html.

    Distributing a bottom-up algorithm is tricky because each distributed process needs the entire dataset to make choices about appropriate clusters. It also needs a list of clusters at its current level so it doesn’t add a data point to more than one cluster at the same level.

    Top-down hierarchy construction is called Divisive clustering. K-means is one option to decide how to split your hierarchy’s nodes. This paper looks at K-means and Principal Direction Divisive Partitioning (PDDP) for node splitting: http://scgroup.hpclab.ceid.upatras.gr/faculty/stratis/Papers/tm07book.pdf. In the end, you just need to split each parent node into relatively well-balanced child nodes.

    A top-down approach is easier to distribute. After your first node split, each node created can be shipped to a distributed process to be split again and so on… Each distributed process needs only to be aware of the subset of the dataset it is splitting. Only the parent process is aware of the full dataset.

    In addition, each split could be performed in parallel. Two examples for k-means:

    • http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.101.1882&rep=rep1&type=pdf
    • http://www.ece.northwestern.edu/~wkliao/Kmeans/index.html.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Are there any algorithms or tools that can increase the resolution of an image
Is there any algorithm/formula that can help me to figure out natural dimensions of
Are there any good references for synchronisation algorithms? I'm interested in algorithms that synchronize
I am wondering if there are any well-known algorithms that I should be aware
Are there any compression algorithms -- lossy or lossless -- that have been specifically
Any algorithms that would help? I'm gunning at something to help me nail this
Is there any algorithm that gives the compass direction of a shadow given latitude,
Is there any fast algorithm that allows to compare two files (for verification purpose)
Are there any algorithms available for analyzing the complexity of an image? Basically I'm
Are there any existing algorithms for finding and avoiding problematic areas ( swamps ,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.