logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the difference between agglomerative and divisive Hierarchical Clustering?


  • Correct Answer
  • - Agglomerative Hierarchical clustering method allows the clusters to be read from bottom to top and it follows this approach so that the program always reads from the sub-component first then moves to the parent Whereas, divisive uses top-bottom approach in which the parent is visited first then the child - Agglomerative hierarchical method consists of objects in which each object creates its own clusters and these clusters are grouped together to create a large cluster It defines a process of merging that carries on till all the single clusters are merged together into a complete big cluster that will consists of all the objects of child clusters Whereas, in divisive the parent cluster is divided into smaller cluster and it keeps on dividing till each cluster has a single object to represent 


  • Technology problems


    Search Results


    • 1. Values that are used to end loops are referred to as _____ values.

    • Options
    • A. stop
    • B. sentinel
    • C. end
    • D. finish
    • Discuss
    • 2. How many kinds of classes are there in c++?

    • Options
    • A. 1
    • B. 2
    • C. 3
    • D. 4
    • Discuss
    • 3. Which among the following are not the c++ tokens

    • Options
    • A. Identifiers
    • B. keywords
    • C. Strings
    • D. None
    • Discuss
    • 4. What is the need of Response.Output.Write() in Asp.net ?
    • Discuss
    • 5. Webpages are written using

    • Options
    • A. Win Zip
    • B. HTML
    • C. A fifth generation language
    • D. Peripherals
    • Discuss
    • 6. What is Windows Server Backup?
    • Discuss
    • 7. Convert the expression ((A + B) * C ? (D ? E) ^ (F + G)) to equivalent Postfix notations.

    • Options
    • A. AC + B * DE - FG +^-
    • B. AB + C * DE - FG + ^-
    • C. AC + B* DE - FG -+ ^
    • D. AB + C * DE - FG -+ ^
    • Discuss
    • 8. What are Spring beans ?
    • Discuss
    • 9. Which two method you need to implement for key Object in HashMap ?
    • Discuss
    • 10. Exception handling is targeted at

    • Options
    • A. Compile time error
    • B. Logical error
    • C. Run time error
    • D. All of the above
    • Discuss


    Comments

    There are no comments.

Enter a new Comment