for clustering, we do not require
Answers
Answered by
4
Explanation:
The main requirements that a clustering algorithm should satisfy are:
scalability;
dealing with different types of attributes;
discovering clusters with arbitrary shape;
minimal requirements for domain knowledge to determine input parameters
Please follow me ✌ ✌
Answered by
0
For clustering, we do not require labeled data.
Explanation:
- Clustering is unsupervised learning in which data is grouped points into different clusters, consisting of similar data points.
- For clustering, we do not require labeled data.
- The clustering algorithm is based on the nature of the data. In clustering, grouping is done after identifying the data.
- For example, some algorithms require to find the minimum distance between the observation of the dataset, whereas some algorithms need to guess the number of clusters in the given dataset.
Similar questions