Data Mining Assignment
Data Mining Assignment
Unstructured Data: This type of data lacks a predefined data model or structure. It includes
text documents, images, videos, social media posts, and other content that doesn't fit neatly into
rows and columns. Unstructured data requires more advanced techniques, such as natural
language processing and image analysis, to extract meaningful information. Text mining, image
mining, and multimedia mining are examples of data mining approaches applied to unstructured
data.
Pattern Discovery: Uncovering hidden patterns, trends, and relationships within large datasets.
Knowledge Extraction: Extracting valuable insights and information from data to support
decision-making.
Predictive Modeling: Building models to predict future trends or behaviors based on historical
data.
Anomaly Detection: Identifying unusual patterns or outliers that may indicate fraud or
irregularities.
Classification: Categorizing data into predefined classes or groups based on its attributes.
Clustering: Grouping similar data points together to discover natural structures within the data.
Association Rule Mining: Finding associations or relationships between variables in large
datasets.
Ordinal Values:
Definition: Ordinal values have categories with a meaningful order or rank, but the intervals
between them are not consistent.
Example: Education levels (e.g., high school, college, graduate) or customer satisfaction ratings
(e.g., low, medium, high).
Characteristics: Categories have a relative ranking, indicating a specific order or hierarchy.
However, the differences between the ranks are not necessarily uniform or precisely measurable.
Ratio-Scale Values:
Definition: Ratio-scale values also have a consistent interval between values, but they possess a
true zero point, indicating the absence of the attribute.
Example: Height, weight, income, where zero is meaningful (e.g., 0 meters, 0 kilograms, 0
dollars).
Characteristics: Similar to interval values, ratio-scale values have consistent and meaningful
intervals, but the presence of a true zero point allows for ratios to be formed.