- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How can generalization be performed on such data?
A set-valued attribute can be of homogeneous or heterogeneous type. Generally, set-valued information can be generalized by
Generalization of every value in the set to its equivalent higher-level concept
Derivation of the usual behavior of the set, including the multiple elements in the set, the types or value ranges in the set, the weighted average for statistical data, or the major clusters formed by the set.
Furthermore, generalization can be implemented by using several generalization operators to analyse alternative generalization paths. In this method, the result of generalization is a heterogeneous set.
Example − Suppose that the hobby of a person is a set-valued attribute containing the set of values {tennis, hockey, soccer, violin, SimCity}. This set can be generalized to a set of high-level concepts, such as {sports, music, computer games} or into the number 5 (i.e., the number of hobbies in the set).
Furthermore, a count can be related with a generalized value to denote how many elements are generalized to that value, as in {sports (3), music (1), computer games (1)}, where sports(3) denotes three types of sports, etc.
A set-valued attribute can be generalized to a set-valued or an individual-valued attribute; a individual-valued attribute can be generalized to a set-valued attribute if the values form a lattice or “hierarchy” or if the generalization follows multiple paths. Further generalizations on such a generalized set-valued attribute must follow the generalization path of every value in the set.
List-valued attributes and sequence-valued attributes can be generalized in a manner similar to that for set-valued attributes except that the order of the elements in the list or sequence should be preserved in the generalization.
Moreover, a list can be generalized as per its general behavior, including the length of the list, the type of list elements, the value range, the weighted average value for mathematical data, or by down unimportant component in the list. A list can be generalized into a list, a set, or an individual value.
A complex structure-valued attribute may contain sets, tuples, lists, trees, records, and their combinations, where one structure may be nested in another at any level.
In general, a structure-valued attribute can be generalized in several ways, such as generalizing each attribute in the structure while maintaining the shape of the structure.
It is used to flattening the structure and generalizing the flattened structure.
It can be summarizing the low-level structures by high-level concepts or aggregation.
It can be returning the type or an overview of the structure.
- Related Articles
- How can automated document classification be performed?
- How can Unicode operations be performed in Tensorflow using Python?
- How can discrete Fourier transform be performed in SciPy Python?
- What is the example of data generalization and analytical generalization?
- Basic approaches for Data generalization (DWDM)
- Why analytical characterization and attribute relevance analysis are needed and how these can be performed?
- How can Tensorflow be used to predict values on the new data for the augmented data?
- C++ Program to Check Whether Topological Sorting can be Performed in a Graph
- What kind of string comparison, case-sensitive or not, can be performed by MySQL?
- What are the methods for Data Generalization and Concept Description?
- How to identify the operations to be performed in word problems ?
- How can data be summarized in Pandas Python?
- How can Tensorflow be used to evaluate both the models on test data using Python?
- Explain the design constraints on the generalization and specialization (DBMS)?
- How is class comparison performed?
