Practice Library
All MCQs
Browse exam-wise, subject-wise, and country-wise MCQs with explanations.
Choose an option to check your answer.
Correct Answer: A. Nearby inputs tend to map to nearby grid units
Explanation:
SOM aims to retain neighborhood relationships rather than exact geometry.
This makes the map useful for visual exploration.
Choose an option to check your answer.
Correct Answer: D. A visualization of distances between neighboring map units
Explanation:
Large neighboring distances can indicate cluster boundaries.
Small distances suggest homogeneous regions of the map.
Choose an option to check your answer.
Correct Answer: C. Training shifts from global ordering to fine local adjustment
Explanation:
Large early neighborhoods organize the whole map coherently.
Smaller later neighborhoods refine local prototypes.
Choose an option to check your answer.
Correct Answer: B. Their weight vectors are adjusted toward the input
Explanation:
Neighborhood updates encourage nearby grid units to represent similar regions.
This creates topological organization.
Choose an option to check your answer.
Correct Answer: A. The map unit whose weight vector is closest to the input
Explanation:
For each input, distances to prototype vectors are compared.
The nearest unit wins and guides the update.
Choose an option to check your answer.
Correct Answer: D. An unsupervised neural method that maps high-dimensional data onto a low-dimensional grid
Explanation:
SOM units compete to represent input vectors while preserving neighborhood structure.
The grid supports clustering and visualization.
Choose an option to check your answer.
Correct Answer: C. It requires many pairwise distances and repeated cluster comparisons
Explanation:
A full distance matrix grows quadratically with the number of observations.
Memory and update costs limit naive implementations.
Choose an option to check your answer.
Correct Answer: B. Early merge decisions generally cannot be undone
Explanation:
A mistaken early merge remains embedded in later clusters.
The algorithm's greedy nature affects the full hierarchy.
Choose an option to check your answer.
Correct Answer: A. Cut the tree at a selected height
Explanation:
A horizontal cut separates the dendrogram into disconnected branches.
Each branch below the cut becomes a cluster.
Choose an option to check your answer.
Correct Answer: D. Their distances are sensitive to measurement units
Explanation:
A high-range variable can dominate pairwise distances.
Standardization gives variables more comparable influence.
Choose an option to check your answer.
Correct Answer: C. The increase in within-cluster variance caused by a merge
Explanation:
Ward's method selects merges that cause the smallest loss of compactness.
It often produces relatively balanced, spherical clusters.
Easy
Choose an option to check your answer.
Correct Answer: B. The average of all cross-cluster pairwise distances
Explanation:
Average linkage balances information from all pairs between two groups.
It is less extreme than single or complete linkage.