0% found this document useful (0 votes)
3 views13 pages

Data Mining Task

The document outlines various data mining tasks, categorizing them into descriptive and predictive tasks. Key techniques discussed include classification, prediction, association analysis, clustering, outlier analysis, time series analysis, and data summarization, each serving distinct purposes in data analysis. Additionally, it describes different types of data involved in data mining, such as structured, unstructured, semi-structured, time-series, spatial, graph, text, multimedia, and transactional data.

Uploaded by

insanesxe
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views13 pages

Data Mining Task

The document outlines various data mining tasks, categorizing them into descriptive and predictive tasks. Key techniques discussed include classification, prediction, association analysis, clustering, outlier analysis, time series analysis, and data summarization, each serving distinct purposes in data analysis. Additionally, it describes different types of data involved in data mining, such as structured, unstructured, semi-structured, time-series, spatial, graph, text, multimedia, and transactional data.

Uploaded by

insanesxe
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Basic Data Mining tasks

Introduction to Data Mining Tasks


The data mining tasks can be classified generally into two types based on what a specific
task tries to achieve. Those two categories are descriptive tasks and predictive tasks. The
descriptive data mining tasks characterize the general properties of data whereas
predictive data mining tasks perform inference on the available data set to predict how a
new data set will behave.
Different Data Mining Tasks
Classification
Classification is a data mining technique that categorizes items in a collection based on
some predefined properties. It uses methods like IF-THEN, Decision trees orNeural
networks to predict a class or essentially classify a collection of items.
Classification is a supervised learning technique used to categorize data into predefined
classes or labels.
Example:
Prediction
Finding missing data in a database is very important for the accuracy of the analysis.
Prediction is one of the data mining functionalities that help the analyst find the missing
numeric values. If there is a missing class label, then this function is done using
classification. It is very important in business intelligence and is very popular. One of the
methods is to predict the missing or unavailable data using prediction analysis.
Association Analysis
Association Analysis is a functionality of data mining. It relates two or more attributes of
the data. It discovers the relationship between the data and the rules that are binding them.
It is also known as Market Basket Analysis for its wide use in retail sales.
The suggestion that Amazon shows on the bottom, “Customers who bought this also
bought.” is a real-time example of association analysis.
It relates two transactions of similar items and finds out the probability of the same
happening again. This helps the companies improve their sales of various items.
Cluster Analysis
Clustering is an unsupervised learning technique that group’s similar data points together
based on their features. The goal is to identify underlying structures or patterns in the data.
Some common clustering algorithms include K-means, hierarchical clustering, and
DBSCAN.
This data mining functionality is similar to classification. But in this case, the class label is
[Link] objects are grouped in a cluster. There are vast differences between one
cluster and another.
Outlier Analysis
When data that cannot be grouped in any of the class appears, we use outlier analysis.
There will be occurrences of data that will have different attributes/features to any of the
other classes or clusters. These outstanding data are called outliers. They are usually
considered noise or exceptions, and the analysis of these outliers is called outlier mining.
Outlier analysis is important to understand the quality of data. If there are too many
outliers, you cannot trust the data or draw patterns out of it.
Time series analysis
Time series analysis involves analyzing data points collected over time—such as daily
stock prices, monthly sales, or weather readings—to identify trends, cycles, and seasonal
patterns for forecasting.
A common example is a retailer analyzing monthly sales data to predict future demand and
optimize inventory.
Data Summarization
Data summarization in the context of data warehouse and mining refers to the process of
reducing large volumes of data into more manageable and understandable forms. This
involves creating a summary or aggregation of the data, often through the use of statistical
measures or other techniques.
Types of Data in Data Mining
Data mining involves analyzing various data types—structured, unstructured, and semi-
structured—to extract patterns. Key types include relational databases, data warehouses,
transactional data, multimedia, spatial, text, time-series, and World Wide Web data. These
are often categorized by structure (table vs. document) or format (numbers, audio, video,
text) to suit specific mining goals.
Different Types of Data in Data Mining
Here are Different Types of Data in Data Mining :
1. Structured Data
Structured data is highly organized and easily searchable. It resides in fixed fields within
records or files, typically in relational databases or spreadsheets. Examples include SQL
databases and Excel spreadsheets.
2. Unstructured Data
Unstructured data lacks a predefined format or structure, making it more complex to
analyze. It is often textual or multimedia content. Examples include emails, social media
posts, images, videos, and audio files.
3. Semi-Structured Data
Semi-structured data does not conform to a rigid structure but contains tags or markers to
separate data elements. It is a middle ground between structured and unstructured data.
Examples include XML files and JSON documents.
4. Time-Series Data
Time-series data is a sequence of data points collected or recorded at specific time
intervals. It is crucial for analyzing trends and patterns over time. Examples include stock
prices, weather data, and sensor readings.
Different Types of Data in Data Mining
5. Spatial Data
Spatial data represents the physical location and shape of objects in geographic space. It is used in
geographic information systems (GIS). Examples include maps, satellite images, and location-based
services data.
6. Graph Data
Graph data represents relationships between entities, with nodes (entities) and edges (relationships).
It is used in network analysis. Examples include social networks, citation networks, and
communication networks.
7. Text Data
Text data comprises written words, sentences, and paragraphs. It is abundant and used in natural
language processing (NLP). Examples include emails, reports, and web pages.
8. Multimedia Data
Multimedia data includes a combination of text, audio, images, and video. It is complex and
requires specialized tools for analysis. Examples include podcasts, movies, and photo collections.
[Link] data
Transactional database is a collection of data organized by time stamps, date etc to represent
transaction in databases. In general, each record in a transactional database captures a transaction,
such as a customer’s purchase, a flight booking, or a user’s clicks on a web page.
A transaction typically includes a unique transaction identity number (trans ID) and a list of the
items making up the transaction, such as the items purchased in the transaction.

You might also like