ITEC 4230 NOTES

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/134

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:15 PM on 7/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

135 Terms

1
New cards

Data Mining (KDD)

Extraction of interesting patterns or knowledge from a huge amount of data.

2
New cards

Classification

Find a model for the class as a function of other attributes to assign a class to unseen records.

3
New cards

Clustering

Grouping similar data objects together without predefined class labels.

4
New cards

Association Rule Discovery

Producing dependency rules predicting the occurrence of an item based on other items' occurrences.

5
New cards

Sequential Pattern Discovery

Finding rules that predict strong sequential dependencies among different events.

6
New cards

Regression

Predicting a value of a continuous variable based on other variables.

7
New cards

Deviation/Anomaly Detection

Detecting significant deviations from normal behavior.

8
New cards

Descriptive data mining

Mining that characterizes or summarizes existing patterns in the data.

9
New cards

Predictive data mining

Mining that forecasts unknown or future values.

10
New cards

Data object

A representation of an entity, also called a sample, example, or data point.

11
New cards

Attribute

A data field representing a characteristic of a data object.

12
New cards

Nominal attribute

Categories or 'names of things' with no meaningful order.

13
New cards

Binary attribute

A nominal attribute with only two states (0 and 1).

14
New cards

Ordinal attribute

Values have a meaningful order/ranking, but magnitude between values is unknown.

15
New cards

Interval-scaled attribute

Measured on a scale of equal-sized units with order, but no true zero-point.

16
New cards

Ratio-scaled attribute

Has an inherent zero-point, allowing meaningful ratios between values.

17
New cards

Discrete attribute

Has a finite or countably infinite set of values.

18
New cards

Continuous attribute

Has real numbers as its values.

19
New cards

Mean

The algebraic average of a set of values.

20
New cards

Median

The middle value or average of the two middle values in a dataset.

21
New cards

Mode

The value that occurs most frequently in the data.

22
New cards

Quartiles (Q1, Q3)

The 25th and 75th percentiles of the data.

23
New cards

Inter-Quartile Range (IQR)

The range between the 25th percentile (Q1) and the 75th percentile (Q3).

24
New cards

Outlier

A value significantly higher or lower than the IQR from the quartiles.

25
New cards

Variance

A measure of dispersion computed as the average squared deviation from the mean.

26
New cards

Standard deviation

The square root of the variance.

27
New cards

Boxplot

A graphic display showing quartiles and outliers of data.

28
New cards

Histogram

A graphical display of frequencies in bar form.

29
New cards

Quantile plot

A plot pairing each value with its corresponding percentile.

30
New cards

Quantile-quantile (Q-Q) plot

Graphs quantiles of one distribution against another.

31
New cards

Scatter plot

A plot where each pair of values is treated as a coordinate pair.

32
New cards

Similarity

A numerical measure of how alike two data objects are.

33
New cards

Dissimilarity (distance)

A measure of how different two data objects are.

34
New cards

Data matrix

A structure storing data points with dimensions.

35
New cards

Dissimilarity matrix

A matrix registering distances between data points.

36
New cards

Minkowski distance

A parameterized distance measure between two p-dimensional objects.

37
New cards

Metric

A distance measure satisfying positive definiteness, symmetry, and triangle inequality.

38
New cards

Cosine similarity

A measure based on the cosine of the angle between two vectors.

39
New cards

Structured data

Data fitting into a fixed row/column format.

40
New cards

Unstructured data

Data without a fixed shape or format.

41
New cards

Business process

A sequence of activities leading to an outcome of value.

42
New cards

Information system

Components managing information for decision-making and analysis.

43
New cards

Data

Raw facts in their original form.

44
New cards

Information

Data shaped into a meaningful, useful form.

45
New cards

Entity

A person, place, or thing about which information is stored.

46
New cards

Field

A column in a database representing specific values.

47
New cards

Record

A group of related fields in a database.

48
New cards

File

A group of records of the same type.

49
New cards

Database

A group of related files.

50
New cards

Data model

Concepts used to describe the structure of a database.

51
New cards

Conceptual data model

A high-level model close to how users perceive data.

52
New cards

Implementation data model

A model used by commercial DBMS, between conceptual and physical.

53
New cards

Physical data model

A model describing how data is stored in a computer.

54
New cards

Database schema

Description of a database's structure, data types, and constraints.

55
New cards

Data-Driven Decision Making (DDDM)

A process involving data collection and analysis for business strategy.

56
New cards

Machine Learning

An AI method enabling systems to learn from data.

57
New cards

Machine-learning model

Output from a learning algorithm trained with data.

58
New cards

Linear regression

Estimating one variable from another when they are linearly dependent.

59
New cards

Logistic regression

A regression model with a categorical dependent variable.

60
New cards

Data Analytics

The science of analyzing raw data for conclusions.

61
New cards

Descriptive analytics

Analytics answering 'What happened?' with historical data.

62
New cards

Diagnostic analytics

Analytics identifying the root cause of a problem.

63
New cards

Predictive analytics

Statistical methods predicting future behaviors based on trends.

64
New cards

Prescriptive analytics

Methods generating recommendations based on predictive models.

65
New cards

Data Warehouse

Collects and manages data from varied sources for business insights.

66
New cards

Data Mart

A simplified data warehouse focused on specific subjects.

67
New cards

Data cleaning

Filling missing values and resolving inconsistencies in data.

68
New cards

Data integration

Combining data from multiple sources into a coherent store.

69
New cards

Data reduction

Obtaining a reduced representation of a dataset.

70
New cards

Data transformation

Mapping an entire set of attribute values to a new set of values.

71
New cards

Noise

Random error or variance in measured data.

72
New cards

Schema integration

Integrating metadata from different sources.

73
New cards

Entity identification problem

Identifying records referring to the same entity from different sources.

74
New cards

ETL

Extraction, Transformation, and Loading tools for data transformations.

75
New cards

Data scrubbing

Detecting and correcting errors using domain knowledge.

76
New cards

Data auditing

Analyzing data to discover rules that reveal outliers.

77
New cards

Chi-square (χ²) test

A correlation measure for nominal data.

78
New cards

Pearson's correlation coefficient (r)

A measure of linear correlation between two numeric variables.

79
New cards

Covariance

How two variables change together.

80
New cards

Curse of dimensionality

Sparsity and ineffectiveness of distance measures as dimensionality increases.

81
New cards

Principal Component Analysis (PCA)

Projection method capturing the largest variation in the data.

82
New cards

Redundant attribute

An attribute duplicating information in another attribute.

83
New cards

Irrelevant attribute

An attribute that is non-contributory to the data mining task.

84
New cards

Wavelet transform

Decomposes a signal to preserve distance between objects at different resolutions.

85
New cards

Parametric data reduction methods

Methods estimating a model's parameters for storage.

86
New cards

Non-parametric data reduction methods

Methods not assuming a model.

87
New cards

Data compression

Encoding data to a smaller size, either lossless or lossy.

88
New cards

Normalization

Scaling attribute values to a specified range.

89
New cards

Discretization

Dividing a continuous attribute's range into intervals.

90
New cards

Concept hierarchy

Hierarchy of attribute values for multi-level data viewing.

91
New cards

Data Warehouse (Inmon's definition)

A subject-oriented, integrated collection of data supporting decision-making.

92
New cards

Subject-oriented

Organized around major subjects rather than daily operations.

93
New cards

Integrated

Constructed from integrating multiple data sources.

94
New cards

Time-variant

Covers a longer time frame than operational systems.

95
New cards

Nonvolatile

Only initial loading and reading occurs in a separate store.

96
New cards

Data warehousing

The process of constructing and utilizing data warehouses.

97
New cards

OLTP (On-Line Transaction Processing)

System oriented towards daily operational transactions.

98
New cards

OLAP (On-Line Analytical Processing)

System oriented towards decision support and multidimensional queries.

99
New cards

Enterprise warehouse

Collects all organizational information on major subjects.

100
New cards

Data mart

A subset of data valuable to a specific group.