This clustering algorithm initially assumes that each data instance represents a single cluster.
A. agglomerative clustering
B. conceptual clustering
C. k-means clustering
D. expectation maximization
Answer: Option A
Solution (By Examveda Team)
Agglomerative clustering is a type of hierarchical clustering technique.Initially, each data instance is considered as a separate cluster.
Clusters are merged step by step based on a defined similarity measure.
This process continues until all data points form a single cluster or meet a stopping criterion.
Key Point: It is a bottom-up approach to clustering.
Related Questions on Machine Learning
In simple term, machine learning is
A. training based on historical data
B. prediction to answer a query
C. both A and B
D. automization of complex tasks
Which of the following is the best machine learning method?
A. scalable
B. accuracy
C. fast
D. all of the above
The output of training process in machine learning is
A. machine learning model
B. machine learning algorithm
C. null
D. accuracy
Application of machine learning methods to large databases is called
A. data mining.
B. artificial intelligence
C. big data computing
D. internet of things
Join The Discussion