• recategorized by
5,434 views

2 Answers

0 0 votes
k-means clustering is a method of vector quantization, originally from signal processing, that is popular for cluster analysis in data mining.

2)Self-Organizing Map Self Organizing Map (SOM) provides a data visualization technique. SOM also represents clustering concept by grouping similar data together.

3)k-nearest neighbors algorithm (k-NN) is a non-parametric method used for classification and regression.

4)Agglomerative hierarchical clustering is a bottom-up clustering method where clusters have sub-clusters, which in turn have sub-clusters, etc.

Hence k nearest neighbour method is not used clustering.

Option C is correct.
Answer:
Position:
Show:

Related questions

1 1 vote
1 1 answer
609
609 views
Shubham Sharma 2 asked Sep 10, 2025
609 views
Considering the following statements:Data transformation is involved in Datamining process.Online database is used in Data warehouse.Classification is a measure of accura...
0 0 votes
1 1 answer
411
411 views
admin asked Jan 6, 2024
411 views
With reference to cluster analysis in data mining, a distance measure that is NOT used is :Euclidean distance.Manhattan distance.Chebychev's distance.Lee distance.
0 0 votes
1 1 answer
1.5k
1.5k views
rishu_darkshadow asked Sep 24, 2017
1,536 views
A clustering technique that permits a convenient graphical display is :partition based clustering probabilistic model based clustering hierarchical clustering a...
1 1 vote
1 1 answer
621
621 views
go_editor asked Mar 28, 2020
621 views
Dimensional modeling in Data Mining refers to:view and interrogate datadefine structures and store dataretrieve information only none of these