Different Types of Data in Data Mining
Different Types of Data in Data Mining
Introduction :
Mining Text Data: Text mining is the subfield of data mining, machine
learning, Natural Language processing, and statistics. Most of the
information in our daily life is stored as text such as news articles,
technical papers, books, email messages, blogs. Text Mining helps us
to retrieve high-quality information from text such as sentiment
analysis, document summarization, text categorization, text clustering.
We apply machine learning models and NLP techniques to derive
useful information from the text. This is done by finding out the hidden
patterns and trends by means such as statistical pattern learning and
statistical language modeling. In order to perform text mining, we need
to preprocess the text by applying the techniques of stemming and
lemmatization in order to convert the textual data into data vectors.
Mining Spatiotemporal Data: The data that is related to both space and
time is Spatiotemporal data. Spatiotemporal data mining retrieves
interesting patterns and knowledge from spatiotemporal data.
Spatiotemporal Data mining helps us to find the value of the lands, the
age of the rocks and precious stones, predict the weather patterns.
Spatiotemporal data mining has many practical applications like GPS
in mobile phones, timers, Internet-based map services, weather
services, satellite, RFID, sensor.
Mining Data Streams: Stream data is the data that can change
dynamically and it is noisy, inconsistent which contain
multidimensional features of different data types. So this data is stored
in NoSql database systems. The volume of the stream data is very high
and this is the challenge for the effective mining of stream data. While
mining the Data Streams we need to perform the tasks such as
clustering, outlier analysis, and the online detection of rare events in
data streams.
1. Structured Data
2. Unstructured Data
3. Semi-Structured Data
4. Time-Series Data
5. Spatial Data
6. Graph Data
7. Text Data
8. Multimedia Data