Introduction to Data Mining

Up    Next >>>

Lesson 2.1

Data Types and Forms

 

In DM, Data is usually indicated in the attribute-instance format, i.e. every instance (or data record) will have a certain fixed number of attributes (or fields). In Data Mining, attributes and instances are the terms used rather than fields or records, which are traditionally Databases terminologies.

An attribute can have different data formats, which can be summarized in the following hierarchy:

Data can also be classified as static or dynamic (temporal).

Other types of data that we come across in Data Mining applications are:

bullet

Distributed data

bullet

Textual data

bullet

Web data (e.g. html pages)

bullet

Images

bullet

Audio/Video

bullet

Metadata (information about the data itself).

 

Up    Next >>>