Open In App

Basic approaches for Data generalization (DWDM)

Last Updated : 12 Oct, 2020
Improve
Improve
Like Article
Like
Save
Share
Report

Data Generalization is the process of summarizing data by replacing relatively low level values with higher level concepts. It is a form of descriptive data mining.

There are two basic approaches of data generalization :

1. Data cube approach :

  • It is also known as OLAP approach.
  • It is an efficient approach as it is helpful to make the past selling graph.
  • In this approach, computation and results are stored in the Data cube.
  • It uses Roll-up and Drill-down operations on a data cube.
  • These operations typically involve aggregate functions, such as count(), sum(), average(), and max().
  • These materialized views can then be used for decision support, knowledge discovery, and many other applications.

2. Attribute oriented induction :

  • It is an online data analysis, query oriented and generalization based approach.
  • In this approach, we perform generalization on basis of different values of each attributes within the relevant data set. after that same tuple are merged and their respective counts are accumulated in order to perform aggregation.
  • It performs off-line aggregation before an OLAP or data mining query is submitted for processing.
  • On the other hand, the attribute oriented induction approach, at least in its initial proposal, a relational database query – oriented, generalized based (on-line data analysis technique).
  • It is not limited to particular measures nor categorical data.
  • Attribute oriented induction approach uses two method :

    (i). Attribute removal.
    (ii). Attribute generalization.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads