Why is clustering required in data analysis?

devquora
devquora

Posted On: Feb 22, 2018

 

Clustering refers to the group of objects that belongs to the same class. It is a process to make a group of abstract objects into the class of similar objects. Clustering is required in data analysis due to the following reasons-

  • Scalability- clustering is required to deal with large databases.
  • Interpretability- the result of clustering should be comprehensive and usable.
  • Dimensionality- the clustering algorithm is used to handle high-dimensional space.
  • Deal with noisy data- Databases contains erroneous data. Algorithms that are sensitive to such data may deliver poor results.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    R Programming Interview Questions

    What is R Programming?

    R is a programming language and a software environment meant for statistical analysis and creating graphs. It is used b..

    R Programming Interview Questions

    Enlist some of the functions that R provides?

    The functions that R provides areMean- it is calculated by taking the sum of the values and dividing it by a number o..

    R Programming Interview Questions

    What are the different data structures in R?

    Data structure is a form of organizing and storing data. It is imperative to have a strong understanding of various dat..