0% found this document useful (0 votes)
38 views1 page

Hierarchical Clustering Methods Explained

This document contains 20 multiple choice and fill in the blank questions related to data mining concepts. The questions cover topics like prediction, clustering algorithms, time series data, text mining, spatial data and overfitting. Some key algorithms and concepts asked about include decision trees, k-means clustering, DBSCAN, hierarchical clustering, spatiotemporal data, web content mining and frequent patterns.

Uploaded by

Srimanth Reddy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

Hierarchical Clustering Methods Explained

This document contains 20 multiple choice and fill in the blank questions related to data mining concepts. The questions cover topics like prediction, clustering algorithms, time series data, text mining, spatial data and overfitting. Some key algorithms and concepts asked about include decision trees, k-means clustering, DBSCAN, hierarchical clustering, spatiotemporal data, web content mining and frequent patterns.

Uploaded by

Srimanth Reddy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

I.

Choose the correct alternative:


1. Prediction can be viewed as forecasting a_________value.  [ ]
a)non-continuous. b)constant. c)continuous. d)variable
2. A _____________ is a flowchart-like tree structure [ ]
a)Navie Bayesian b)Rule Based c)Decision tree d)Binary tree.
3. In ________ algorithm each cluster is represented by the center of gravity of the cluster.  [ ]
a)k-medoid.  b)k-means.  c)STIRR. d)ROCK.
4. Pick out a hierarchical clustering algorithm. [ ]
a)DBSCAN  b)BIRCH.  c)PAM.  d)CURE
5. Clustering large applications can be shortened as ---- [ ]
a)DBSCAN b)OPTICS c)STING d)CLARA
6. DBSCAN is a -----clustering algorithm [ ]
a)partitioning methods b)hierarchical methods
c)density based methods d)grid based methods
7. ______________ sequences include DNA and protein sequences. [ ]
a)time-series data b)Symbolic sequence data
c)Biological sequences d)sequence data
8.________________ data are data that relate to both space and time [ ]
a)Time-series b)Spatiotemporal c)Multimedia d)Text and web
9. ________mining analyzes web content such as text, multimedia data, and structured data [ ]
a)Web content b)Spatial c)Multimedia d)Data stream
10. _____mining is an interdisciplinary field that draws on information retrieval, data mining,
machine learning, statistics, and computational linguistics. [ ]
a)Data stream b)Text c)Spatial d)Multimedia
II. Fill in the Blanks
11. Many time-series similarity queries require _______________matching

12. A pattern is considered frequent if its count satisfies a _______________support

13. “High quality” in text mining usually refers to a combination of _______________

14. Spatial data, in many cases, refer to _______________data stored in geospatial data repositories

15. Data matrix is also called as _______________structure

16. _______________is a statistical information grid approach

17. A hierarchical method can be classified as being either _______________

18. Rock stands for _______________

19. A categorical variable is generalized form of _______________with more than two states

20. Over fitting means _______________

Common questions

Powered by AI

In data mining, a pattern is considered frequent if it appears often within a dataset. This frequency is quantified through a metric called 'support', which represents the proportion of data instances where the pattern occurs. A high support indicates that the pattern is frequent enough to be considered significant for data analysis .

Symbolic sequence data, including DNA and protein sequences, serve as the fundamental representation of biological information. They are crucial for genetic analysis as they store the genetic code and protein-coding instructions, enabling researchers to identify gene locations, understand genetic functions, and trace evolutionary relationships .

Web content mining focuses on extracting useful information from web content, such as text, multimedia, and structured data. Its applications include web document classification and sentiment analysis. In contrast, data stream mining deals with real-time data that flows continuously from sources, focusing on identifying patterns and trends in the data stream, which is essential in applications like network traffic monitoring and real-time recommendation systems .

Density-based clustering methods, such as DBSCAN, identify clusters based on areas of high data density, allowing the discovery of clusters with arbitrary shapes and handling noise effectively. This contrasts with partitioning methods, like k-means, which seek to divide data into pre-defined spherical clusters, often missing natural data formations with irregular boundaries due to their reliance on Euclidean distance metrics .

The k-means algorithm operates by assigning data points to the nearest cluster center, recalculating centers as the mean of assigned points in an iterative process until convergence. It differs from the k-medoids method, which uses an actual data point as the center (medoid) of clusters, thus being more robust to outliers and noise compared to the mean-based centers used in k-means, which can be skewed by extreme values .

Text mining is defined as an interdisciplinary field because it integrates methodologies and insights from information retrieval, data mining, machine learning, statistics, and computational linguistics to analyze and extract meaningful information from text data. By combining these disciplines, text mining improves the efficiency of uncovering patterns and trends within large text corpora, enhancing processes such as sentiment analysis, topic modeling, and document classification .

Hierarchical clustering algorithms build a hierarchy or tree of clusters by either adopting an agglomerative approach (bottom-up) or a divisive approach (top-down). This approach distinguishes it from partitioning methods, like k-means, which divide data into distinct clusters without hierarchical order, and from density-based methods, like DBSCAN, which group data based on dense regions of data points and can form clusters of arbitrary shapes. BIRCH and CURE are examples of hierarchical methods as cited in .

Overfitting occurs when a predictive model learns the training data too well, including noise and fluctuations, leading to poor generalization to new, unseen data. This impacts the model's performance as it may predict inaccurately on new data. Strategies to mitigate overfitting include simplifying the model, using techniques such as regularization, pruning decision trees, cross-validation, and increasing the training data size .

Spatiotemporal data is critical because it encompasses data that relates to both space and time, allowing for comprehensive analyses of how geographical phenomena change over time. This is vital in fields such as meteorology, urban planning, and transport due to the additional depth of understanding it provides about dynamics and trends over geospatial regions and periods .

A decision tree differs from other rule-based systems because it utilizes a flowchart-like tree structure where each internal node represents a test on an attribute, each branch represents an outcome of the test, and each leaf node represents a class label. This structure allows for straightforward modeling of decision rules and simplifies classification by breaking down complex decisions into a series of simpler ones. This differs from rule-based systems that focus on discrete rules without the hierarchical decomposition of data .

You might also like