Computer Science, asked by glorysidhu1872, 1 year ago

_____ is frequently referred to as k-means clustering. agglomerative clustering divisive clustering non-hierarchical clustering optimization partitioning

Answers

Answered by writersparadise
0

The answer is non-hierarchical clustering.


Non-hierarchical clustering is frequently referred to as k-means clustering. This type of clustering does not require all possible distances to be computed in a large data set. This technique is primarily used for the analysis of clusters in data mining.
Answered by mindfulmaisel
0

Non-hierarchical clustering is frequently referred as K-means clustering algorithm.

Explanation:

  • Non-hierarchical cluster is always aimed at finding object groups that minimizes or maximizes certain evaluation criterion.  
  • Most of the algorithms would assign the objects iteratively to various groups while searching certain optimal values of the provided criterion.  
  • One such example of Non-hierarchical clustering is K-means clustering. It aimed at assigning objects to user defined numeric fields of k number of clusters.
  • It is done in such a way that increases the cluster separation while decreases the inter cluster distance to its mean.

Learn more about clustering

Hierarchical Clustering is a suggested approach for Large Data Sets

https://brainly.in/question/7340637

What is data clustering algorithms in soft computing?

https://brainly.in/question/14508818

Similar questions