Data Mining Concepts Quiz

WinningTropicalRainforest avatar
WinningTropicalRainforest
·
·
Download

Start Quiz

Study Flashcards

207 Questions

What is an attribute in the context of data mining?

A property or characteristic of a data object

What are attribute values in data mining?

Numbers or symbols assigned to an attribute

What is another term for an attribute in data mining?

Variable

What is another term for an object in data mining?

Record

How are attribute values different from attributes?

Same attribute can be mapped to different attribute values

What is the distinction between different attributes in data mining?

Different attributes can be mapped to the same set of values

What are objects in data mining typically associated with?

Records

What is the purpose of measuring an attribute in data mining?

To describe the properties of a data object

Which type of attribute captures only the order properties of length?

Ordinal

What type of attribute has distinctness, order, and addition properties?

Interval

Which type of attribute includes temperature in Kelvin, length, time, and counts?

Ratio

What type of attribute includes ID numbers, eye color, and zip codes?

Nominal

Which attribute type has real numbers as attribute values?

Continuous

What type of attribute has only a finite or countably infinite set of values?

Discrete

Which type of attribute includes items present in customer transactions?

Asymmetric

What transformation applies to nominal attributes?

Any permutation of values

What transformation applies to ordinal attributes?

An order preserving change of values

What transformation applies to ratio attributes?

New_value = a * old_value + b

What is the special case of discrete attributes that assume only two values?

Binary

What type of attribute is represented as floating-point variables?

Continuous

What is the purpose of aggregation in data preprocessing?

Data reduction

What is the main purpose of sampling in data mining?

To make data analysis less expensive and time-consuming

What is the key principle for effective sampling?

Using a sample will work almost as well as using the entire dataset if the sample is representative

What is the purpose of dimensionality reduction in data mining?

To avoid the curse of dimensionality and reduce time and memory requirements

What does PCA stand for in the context of dimensionality reduction?

Principal Component Analysis

What is the major issue when merging data from heterogeneous sources?

Duplicate data

What is the purpose of data cleaning in the context of duplicate data?

To deal with duplicate data issues

What is the main technique employed for data selection?

Sampling

What is the definition of density and distance between points less meaningful in the context of curse of dimensionality?

When dimensionality increases

What does the term 'sampling with replacement' mean?

Objects are not removed from the population as they are selected for the sample

What sample size is necessary to get at least one object from each of 10 equal-sized groups?

At least 10

What does stratified sampling involve?

Splitting the data into several partitions and drawing random samples from each partition

What type of data involves records with sets of items, like products purchased at a store?

Transaction data

Which type of data is represented as term vectors with the frequency of terms in the document?

Document data

What are some important characteristics of data mentioned in the text?

Dimensionality, sparsity, resolution, and size

What type of data involves sequences of transactions, genomic sequence data, and spatio-temporal data?

Ordered data

What is the term for the modification of original values in data?

Noise

Which type of data quality problem refers to data objects with significantly different characteristics?

Outliers

What type of data quality problem can be due to non-collection or inapplicability?

Missing values

What does data matrix represent data objects as?

Points in multi-dimensional space

Which type of data involves generic graphs, molecules, and webpages?

Graph-based data

What can poor data quality negatively impact?

Data processing efforts and revenue

What type of data sets include ordered data, transaction data, and graph-based data?

Graph-based data

What are some characteristics of data mentioned in the text?

Dimensionality, sparsity, resolution, and size

What is the purpose of feature subset selection in data dimensionality reduction?

Removing redundant or irrelevant attributes

Which technique involves creating new attributes to capture important information more efficiently?

Feature creation

How can mapping data to a new space be achieved?

Fourier and wavelet transforms

In which technique is a continuous attribute converted into an ordinal attribute, commonly used in classification?

Discretization

What does the Iris Plant data set contain?

Three flower types and four non-class attributes

How is discretization illustrated using the Iris data set?

Different petal width and length values imply different flower types

How can discretization be done?

Using unsupervised or supervised approaches

What does binarization involve?

Mapping a continuous or categorical attribute into one or more binary variables

What does attribute transformation involve?

Mapping the entire set of attribute values to a new set using various functions

What is normalization in the context of attribute transformation?

An attribute transformation technique that adjusts attributes for differences in frequency of occurrence, mean, variance, and range

What are some visual examples of discretization approaches provided in the text?

Equal interval width, equal frequency, and k-means approaches

Why are attribute transformation and discretization techniques essential?

For reducing data dimensionality and preparing data for various data mining tasks

What does standardization in statistics refer to?

Subtracting off the means and dividing by the standard deviation

What is the range of similarity often falling into?

[0, 1]

What is the formula for Euclidean Distance?

$dist = oot{2}rac{(p_k - q_k)^2}{n}$

What is the Minkowski Distance with r = ∞ also known as?

Supremum distance

What is the generalization of Euclidean Distance?

Minkowski Distance

What does the Minkowski Distance with r = 1 represent?

Manhattan distance

What is the minimum dissimilarity often in the context of similarity/dissimilarity?

0

What is the upper limit of dissimilarity often in the context of similarity/dissimilarity?

What does proximity refer to in the context of data mining?

Both similarity and dissimilarity

What is the purpose of standardization in the context of Euclidean Distance?

To minimize the distance

What transformation equation results in similarity values of 1, 0.5, 0.09, 0.01?

Transformation equation results in similarity values of 1.00, 0.50, 0.09, 0.01, respectively.

What is the range of dissimilarity often falling into?

(0, ∞)

What does standardization in statistics refer to?

Subtracting off the means and dividing by the standard deviation

What is the range for similarity often falls in?

[0,1]

What is the formula for Euclidean Distance?

$dist = \sqrt{n \sum_{k=1}^{n} (p_k - q_k)^2}$

What does Minkowski Distance generalize?

All of the above

What is the parameter 'r' for Minkowski Distance representing?

Number of dimensions (attributes)

What does the transformation equation result in for dissimilarity values of 0, 1, 10, 100?

Similarity values of 1, 0.5, 0.09, 0.01

What is the measure of plant growth used by ecosystem scientists?

Net Primary Production (NPP)

What is the correlation value between the time series for Minneapolis and Atlanta?

0.7591

What does proximity refer to?

A similarity or dissimilarity

What is the measure of how alike two data objects?

Similarity

What is the measure of how different two data objects are?

Dissimilarity

What is the minimum dissimilarity often?

0

What is the upper limit for dissimilarity?

Varies

What type of data involves sequences of transactions, genomic sequence data, and spatio-temporal data?

Ordered data

What type of data sets include ordered data, transaction data, and graph-based data?

Graph-based data

What type of attribute includes ID numbers, eye color, and zip codes?

Nominal attribute

What is the measure of plant growth used by ecosystem scientists?

Size

What is the upper limit for dissimilarity?

Resolution

What does standardization in statistics refer to?

Scaling data to have a mean of 0 and a standard deviation of 1

What is the range for similarity often falls in?

0 to 1

What is the purpose of dimensionality reduction in data mining?

To improve interpretability and reduce noise

What does the Iris Plant data set contain?

Data matrix

What is the main purpose of sampling in data mining?

To select a subset of data for analysis

What is the special case of discrete attributes that assume only two values?

Binary attribute

What is the purpose of feature subset selection in data dimensionality reduction?

To improve interpretability and reduce noise

Which technique involves converting a continuous attribute into an ordinal attribute, commonly used in classification?

Binarization

What does normalization in attribute transformation adjust attributes for?

Mean, variance, and range

What does binarization involve?

Converting a continuous attribute into an ordinal attribute

What does attribute transformation involve?

Mapping the entire set of attribute values to a new set

What is the purpose of feature subset selection in data dimensionality reduction?

To remove redundant or irrelevant attributes

What is the Iris Plant data set available from the UCI Machine Learning Repository known to contain?

Three flower types and four non-class attributes

How can discretization be illustrated using the Iris data set?

By converting continuous attributes into ordinal attributes

What does feature creation involve?

Creating new attributes to capture important information

What technique involves creating new attributes to capture important information more efficiently?

Feature creation

What does mapping data to a new space involve?

Techniques like Fourier and wavelet transforms

What is essential for reducing data dimensionality and preparing data for various data mining tasks?

All of the above

What does discretization involve converting a continuous attribute into?

An ordinal attribute

What term is also used to refer to an attribute in the context of data mining?

Variable

Which type of data quality problem can be due to non-collection or inapplicability?

Missing Values

What is the purpose of feature subset selection in data dimensionality reduction?

To improve interpretability

What transformation applies to ratio attributes?

Standardization

What is the distinction between different attributes in data mining?

They can be mapped to different attribute values

What type of data is represented as term vectors with the frequency of terms in the document?

Text data

What is the formula for Euclidean Distance?

distance(x, y) = sqrt((x_1 - y_1)^2 + (x_2 - y_2)^2 + ... + (x_n - y_n)^2)

Which of the following is an example of an ordinal attribute?

Height in {tall, medium, short}

Which type of attribute captures only the order properties of length?

Ordinal attribute

What is the main characteristic of a ratio attribute?

All 4 properties

What is an example of a discrete attribute?

Zip codes

What does asymmetry in attributes focus on?

The presence of non-zero attribute values

What is the main difference between nominal and ordinal attributes?

Ordinal attributes capture only the order properties

What type of attribute involves calendar dates and temperatures in Celsius or Fahrenheit?

Interval attribute

What is an example of a continuous attribute?

Temperature

Which type of attribute has real numbers as attribute values?

Interval attribute

What is the main focus of asymmetric binary attributes?

The presence of non-zero attribute values

What is the defining characteristic of a ratio attribute?

All 4 properties

What transformation equation results in similarity values of 1, 0.5, 0.09, 0.01?

New_value = f(old_value) where f is a monotonic function

What does the Minkowski Distance represent?

The measure of distance between two data objects in a generalized form

What is the purpose of standardization in statistics?

To make different scales comparable by subtracting the means and dividing by the standard deviation

What is the range of dissimilarity often falling into?

0 to infinity

What does the term 'proximity' refer to in the context of data mining?

It refers to a measure of similarity or dissimilarity between data objects

What is the main focus of asymmetric binary attributes in data mining?

To capture the asymmetry in attribute values

What is the parameter 'r' for Minkowski Distance representing?

The order of the Minkowski Distance

What does feature creation involve in data mining?

Creating new features from existing ones to improve model performance

What is the definition of density and distance between points less meaningful in the context of curse of dimensionality?

The definition becomes less meaningful as the number of dimensions increases

What is the purpose of aggregation in data preprocessing?

To combine multiple data objects into a single representation

What is the main difference between nominal and ordinal attributes?

Nominal attributes have a natural ordering, while ordinal attributes do not

What is the measure of plant growth used by ecosystem scientists?

Net Primary Production (NPP)

What is the primary reason for the enormous data growth in both commercial and scientific databases?

Advances in data generation and collection technologies

Which company is mentioned as having Peta Bytes of web data?

Yahoo

What is the main reason for the competitive pressure to provide better, customized services in the commercial viewpoint of data mining?

To gain an edge in Customer Relationship Management

What is the new mantra (slogan) mentioned in the context of data gathering?

Gather whatever data you can whenever and wherever possible

What is the purpose of data aggregation in data preprocessing?

To reduce the number of attributes or objects

What is the main purpose of sampling in data mining?

To make data analysis less time-consuming

What is the effect of aggregation on the variability of data?

Aggregated data tends to have less variability

What is the primary reason for dealing with duplicate data in data cleaning?

To ensure data accuracy and consistency

What is the main reason for using attribute transformation in data preprocessing?

To convert attributes into a more suitable format for analysis

Why do statisticians use sampling in data mining?

Obtaining the entire set of data of interest is too expensive or time consuming

What is the primary purpose of dimensionality reduction in data mining?

To simplify the data and improve efficiency of mining algorithms

What is the main reason for combining two or more attributes into a single attribute through aggregation?

To reduce the number of attributes or objects

What term is also used to refer to an attribute in the context of data mining?

Variables

What type of attribute includes ID numbers, eye color, and zip codes?

Nominal

What is the main characteristic of a ratio attribute?

Both differences and ratios are meaningful

What is the purpose of measuring an attribute in data mining?

To describe objects

What does asymmetry in attributes focus on?

The presence of non-zero attribute values

What is the special case of discrete attributes that assume only two values?

Asymmetric binary attributes

What type of attribute includes items present in customer transactions?

Nominal

What is the upper limit for dissimilarity?

Infinity

What is another term for an object in data mining?

Records

What is the purpose of standardization in statistics?

To make attributes comparable

What is the range of similarity often falling into?

0 to 1

What transformation equation results in similarity values of 1, 0.5, 0.09, 0.01?

$rac{1}{x^2}$

What type of data set involves a collection of records, each with a fixed set of attributes?

Record data

What does noise refer to in the context of data quality problems?

Modification of original values

What type of data quality problem involves data objects with considerably different characteristics?

Outliers

What is the main characteristic of document data?

Representing each document as a 'term' vector

What type of data quality problem can be handled by eliminating data objects or estimating missing values?

Missing values

What type of data set involves a set of items for each record (transaction)?

Transaction data

What is the term for the negative impact of poor data quality on data processing efforts and company revenue?

Data quality problems

What type of data set represents data objects as points in a multi-dimensional space?

Data matrix

What does sparsity refer to as an important characteristic of data?

Large empty spaces in the data matrix

What type of data set involves generic graphs, molecules, and webpages?

Graph-based data

What characteristic of data involves the number of attributes in a data set?

Dimensionality

What does ordered data include?

Genomic sequence data and spatio-temporal data

What is the primary goal of data mining?

Automated analysis of massive datasets

Which fields does data mining draw ideas from?

Machine learning, AI, pattern recognition

What are the tasks involved in data mining?

Prediction methods and description methods

What is predictive modeling in data mining concerned with?

Classification and finding models for class attributes

What does fraud detection in data mining involve?

Using credit card transactions and account-holder information to predict fraudulent cases

What is the aim of churn prediction for telephone customers in data mining?

Predicting whether a customer is likely to switch to a competitor

What is the goal of sky survey cataloging in data mining?

Predicting the class (star or galaxy) of sky objects based on telescopic survey images

What does data mining involve?

Extraction of implicit, previously unknown, and potentially useful information from data

What is classification in data mining?

Assigning predefined categories to instances

What are the sources of ideas for data mining?

Machine learning, AI, pattern recognition, statistics, and database systems

What are the applications of data mining?

Improving productivity in all fields and solving major societal problems

What is the primary focus of data mining?

Extraction of implicit, previously unknown, and potentially useful information from data

Which of the following is an application of association rule discovery in data mining?

Market-basket analysis

What is the primary purpose of clustering in data mining?

Finding groups of similar objects

What is an example of anomaly detection in data mining?

Fraud detection

What is the dataset size of the 150 GB image database mentioned in the text?

Not specified

What does regression in data mining predict?

Continuous valued variables

What is the aim of document clustering in data mining?

Finding groups of similar documents

What is a challenge in data mining related to data ownership and distribution?

Data ownership and distribution

What is the application of market segmentation in data mining?

Subdividing a market into distinct subsets of customers

What is the primary application of association analysis in data mining?

Market-basket analysis

What is an example of association analysis mentioned in the text?

Subspace differential coexpression pattern

What is the primary task of data mining?

Collecting data objects and their attributes

What is the purpose of association rule discovery in data mining?

Producing dependency rules to predict item occurrences based on others

Which data mining technique aims to detect significant deviations from normal behavior?

Anomaly detection

What is the primary application of clustering in data mining?

Market segmentation

Which technique in data mining predicts continuous valued variables based on other variables?

Regression

What is the goal of association rule discovery in data mining?

Producing dependency rules to predict the occurrence of items based on occurrences of other items

What is the dataset size used for galaxy classification in data mining?

72 million stars, 20 million galaxies, 9 GB object catalog, 150 GB image database

What does association analysis in data mining have applications in?

Market-basket analysis, telecommunication alarm diagnosis

What is the main challenge faced by data mining?

Scalability

What is the aim of document clustering in data mining?

Finding groups of documents that are similar to each other based on important terms

What is the primary application of association analysis in data mining?

Market-basket analysis

What is an example of association analysis in data mining mentioned in the text?

Subspace differential coexpression pattern enriched with the TNF/NFB signaling pathway

What is the definition of an attribute in the context of data mining?

A property or characteristic of an object

What is the aim of anomaly detection in data mining?

Detecting significant deviations from normal behavior

Study Notes

Data Mining: Types of Data and Data Quality

  • Association analysis uses asymmetric attributes
  • Types of data sets include record data, data matrix, document data, transaction data, graph-based data, and ordered data
  • Important characteristics of data include dimensionality, sparsity, resolution, and size
  • Record data consists of a collection of records with fixed attributes
  • Data matrix represents data objects as points in multi-dimensional space
  • Document data is represented as term vectors with the frequency of terms in the document
  • Transaction data involves records with sets of items, like products purchased at a store
  • Graph data examples include generic graphs, molecules, and webpages
  • Ordered data includes sequences of transactions, genomic sequence data, and spatio-temporal data
  • Poor data quality can negatively impact data processing efforts and lead to significant revenue loss
  • Data quality problems include noise, outliers, and missing values
  • Noise refers to the modification of original values, while outliers are data objects with significantly different characteristics. Missing values can be due to non-collection or inapplicability, and can be handled by eliminating data objects or estimating missing values.

Data Dimensionality Reduction Techniques

  • Feature subset selection is used to reduce data dimensionality by removing redundant or irrelevant attributes.
  • Feature creation involves creating new attributes to capture important information more efficiently, using methods such as feature extraction, construction, and mapping data to a new space.
  • Mapping data to a new space can be achieved through techniques like Fourier and wavelet transforms.
  • Discretization involves converting a continuous attribute into an ordinal attribute, commonly used in classification.
  • The Iris Plant data set, available from the UCI Machine Learning Repository, contains three flower types and four non-class attributes.
  • Discretization can be illustrated using the Iris data set, where different petal width and length values imply different flower types.
  • Discretization can be done using unsupervised or supervised approaches, finding breaks in the data values with or without using class labels.
  • Binarization maps a continuous or categorical attribute into one or more binary variables, commonly used for association analysis.
  • Attribute transformation involves mapping the entire set of attribute values to a new set, using functions like xk, log(x), ex, |x|, standardization, and normalization.
  • Normalization is an attribute transformation technique that adjusts attributes for differences in frequency of occurrence, mean, variance, and range.
  • The text provides visual examples of discretization approaches, including equal interval width, equal frequency, and k-means approaches.
  • Attribute transformation and discretization techniques are essential for reducing data dimensionality and preparing data for various data mining tasks.

Data Dimensionality Reduction Techniques

  • Feature subset selection is used to reduce data dimensionality by removing redundant or irrelevant attributes.
  • Feature creation involves creating new attributes to capture important information more efficiently, using methods such as feature extraction, construction, and mapping data to a new space.
  • Mapping data to a new space can be achieved through techniques like Fourier and wavelet transforms.
  • Discretization involves converting a continuous attribute into an ordinal attribute, commonly used in classification.
  • The Iris Plant data set, available from the UCI Machine Learning Repository, contains three flower types and four non-class attributes.
  • Discretization can be illustrated using the Iris data set, where different petal width and length values imply different flower types.
  • Discretization can be done using unsupervised or supervised approaches, finding breaks in the data values with or without using class labels.
  • Binarization maps a continuous or categorical attribute into one or more binary variables, commonly used for association analysis.
  • Attribute transformation involves mapping the entire set of attribute values to a new set, using functions like xk, log(x), ex, |x|, standardization, and normalization.
  • Normalization is an attribute transformation technique that adjusts attributes for differences in frequency of occurrence, mean, variance, and range.
  • The text provides visual examples of discretization approaches, including equal interval width, equal frequency, and k-means approaches.
  • Attribute transformation and discretization techniques are essential for reducing data dimensionality and preparing data for various data mining tasks.

Data Mining and its Applications

  • Remote sensors on NASA EOSDIS satellite archive over petabytes of earth science data annually
  • Data mining is used for automated analysis of massive datasets and hypothesis formation
  • Data mining presents opportunities to improve productivity in all fields and solve major societal problems
  • Data mining involves the extraction of implicit, previously unknown, and potentially useful information from data
  • Data mining draws ideas from machine learning, AI, pattern recognition, statistics, and database systems
  • Data mining tasks include prediction methods and description methods
  • Predictive modeling in data mining involves classification and finding models for class attributes
  • Classification tasks in data mining include fraud detection, churn prediction for telephone customers, and sky survey cataloging
  • Fraud detection in data mining involves using credit card transactions and account-holder information to predict fraudulent cases
  • Churn prediction for telephone customers aims to predict whether a customer is likely to switch to a competitor
  • Sky survey cataloging in data mining aims to predict the class (star or galaxy) of sky objects based on telescopic survey images
  • Sky survey cataloging involves segmenting images and measuring image attributes per object

Introduction to Data Mining: Key Concepts and Applications

  • Data mining involves classifying galaxies based on stages of formation using image features and light wave characteristics
  • The dataset consists of 72 million stars, 20 million galaxies, a 9 GB object catalog, and a 150 GB image database
  • Regression in data mining predicts continuous valued variables using linear or nonlinear models and is applied in various fields
  • Clustering in data mining finds groups of similar objects, useful in applications like market segmentation and document clustering
  • Association rule discovery in data mining produces dependency rules to predict item occurrences based on others, with applications in market-basket analysis and medical informatics
  • Anomaly detection in data mining is used for detecting significant deviations from normal behavior, with applications in fraud detection and network intrusion detection
  • Challenges in data mining include scalability, high dimensionality, heterogeneous data, data ownership and distribution, and non-traditional analysis
  • Market segmentation is an application of clustering in data mining, aiming to subdivide a market into distinct subsets of customers
  • Document clustering in data mining aims to find groups of documents that are similar based on important terms appearing in them
  • Association analysis in data mining has applications in market-basket analysis, telecommunication alarm diagnosis, and medical informatics
  • An example of association analysis is subspace differential coexpression pattern, enriched with the TNF/NFB signaling pathway related to lung cancer
  • Data mining involves collecting data objects and their attributes, with examples of attributes being eye color, temperature, etc.

Introduction to Data Mining: Key Concepts and Applications

  • Data mining involves classifying galaxies based on their stages of formation using image features and characteristics of light waves received
  • The dataset used for galaxy classification includes 72 million stars, 20 million galaxies, a 9 GB object catalog, and a 150 GB image database
  • Regression in data mining predicts continuous valued variables based on other variables, such as sales amounts of new products or stock market indices
  • Clustering in data mining involves finding groups of objects with similar characteristics, and has applications in market segmentation and document clustering
  • Association rule discovery in data mining produces dependency rules to predict the occurrence of items based on occurrences of other items, with applications in market-basket analysis and medical informatics
  • Anomaly detection in data mining aims to detect significant deviations from normal behavior, with applications in credit card fraud detection and network intrusion detection
  • Data mining faces challenges such as scalability, high dimensionality, heterogeneous and complex data, data ownership and distribution, and non-traditional analysis
  • Market segmentation is an application of clustering in data mining, involving subdividing a market into distinct subsets of customers for targeted marketing
  • Document clustering is another application of clustering in data mining, aiming to find groups of documents that are similar to each other based on important terms
  • Association analysis in data mining has applications in market-basket analysis, telecommunication alarm diagnosis, and medical informatics
  • An example of association analysis in data mining is subspace differential coexpression pattern enriched with the TNF/NFB signaling pathway, related to lung cancer
  • Data mining encompasses the collection of data objects and their attributes, where an attribute is a property or characteristic of an object, such as eye color or temperature

Test your knowledge of data mining concepts with this quiz covering types of data, data quality, and data dimensionality reduction techniques. Explore the various types of data sets, data quality problems, and techniques for reducing data dimensionality, including feature subset selection, feature creation, mapping data to a new space, discretization, and attribute transformation.

Make Your Own Quizzes and Flashcards

Convert your notes into interactive study material.

More Quizzes Like This

Data Mining Quiz
8 questions

Data Mining Quiz

LionheartedMountainPeak avatar
LionheartedMountainPeak
Data Mining Techniques Overview
30 questions
Data Mining and Data Analysis Quiz
12 questions
Use Quizgecko on...
Browser
Browser