InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by clustering algorithms? Write different properties of clustering algorithms? |
|
Answer» CLUSTERING is the PROCESS of categorizing data into groups and clusters. In a dataset, it identifies similar data groups. It is the technique of grouping a set of objects so that the objects within the same CLUSTER are similar to one ANOTHER rather than to those located in other clusters. When implemented, the clustering algorithm possesses the following properties:
|
|