0% found this document useful (0 votes)
299 views

A PDF

The document summarizes a student's attempt at an online class test on the topic of data mining. The student answered 14 multiple choice questions and received full marks for all questions. The test covered topics like association rule mining using the Apriori algorithm, linear discriminant analysis (LDA), and data dimensionality reduction techniques. The student completed the 35-minute test with an overall grade of 93%.

Uploaded by

Shafat91
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)
299 views

A PDF

The document summarizes a student's attempt at an online class test on the topic of data mining. The student answered 14 multiple choice questions and received full marks for all questions. The test covered topics like association rule mining using the Apriori algorithm, linear discriminant analysis (LDA), and data dimensionality reduction techniques. The student completed the 35-minute test with an overall grade of 93%.

Uploaded by

Shafat91
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
You are on page 1/ 9

12/8/2020 Class Test #2: Attempt review

Dashboard / My courses / Data Mining / CSE 525 / Class Test #2

Started on Tuesday, 8 December 2020, 3:21 PM


State Finished
Completed on Tuesday, 8 December 2020, 3:57 PM
Time taken 35 mins 41 secs
Marks 18.67/20.00
Grade 9.33 out of 10.00 (93%)

Question 1
Correct

Mark 1.00 out of 1.00

Between Scatter mean ___________

a. Distance of median between classes


b. Distance of mean between classes 
c. Distance of variance between classes
d. Distance of stardard deviation between classes

The correct answer is: Distance of mean between classes


Correct
Marks for this submission: 1.00/1.00.

Question 2
Correct

Mark 1.00 out of 1.00

In the Tutorial Video on Demonstration of Association Rule Mining using Apriori algorithm, as shown in the class, What is the Size of the L3
Set ?

a. 6
b. 2 
c. 1
d. 0

The correct answer is: 2


Correct
Marks for this submission: 1.00/1.00.

https://mscourses.gnomio.com/mod/quiz/review.php?attempt=1094&cmid=74 1/9
12/8/2020 Class Test #2: Attempt review

Question 3
Correct

Mark 1.00 out of 1.00

Consider the following list of Transactions of a Grocery Store: {Coffee, Jam, Jelly}, {Coffee, Jelly, Jam}, {Coffee, Jam, Cookies, Ketchup}, {Jam,
Jelly, Egg, Cookies}, {Coffee, Jam, Jelly}, {Coffee, Cookies}, {Coffee, Jam, Jelly, Cookies}, {Jam, Jelly, Cookies}, {Coffee, Jam, Jelly}, {Jam, Jelly,
Ketchup}, {Coffee, Jelly, Egg, Ketchup}, {Coffee, Egg, Jam, Jelly}. The minimum support level for the Apriori algorithm is set to 33%, while the
minimum confidence level is set to 50%. What is the Confidence of the Rule {Coffee, Jelly} --> {Jam}

a. 80%
b. 75%
c. 86% 
d. 67%

The correct answer is: 86%


Correct
Marks for this submission: 1.00/1.00.

Question 4
Correct

Mark 1.00 out of 1.00

Consider the Eigen Values 3.1 and 0.08, and we had kept at least 96% of data variation during Projection of the Original data point X1 = (x1,
x2) = (5, 10) and X2 = (x1, x2) = (6, 12). The Eigen Vector matrix is (row-wise) [0.25 -0.57; 0.41 0.21]. What will be the Squared Error in the
Reconstructed value for X2 ?

a. 19.32, 87.76 
b. 20.32, 88.10
c. 40.01, 70.70
d. 15.10, 90.01

The correct answer is: 19.32, 87.76

Correct
Marks for this submission: 1.00/1.00.

https://mscourses.gnomio.com/mod/quiz/review.php?attempt=1094&cmid=74 2/9
12/8/2020 Class Test #2: Attempt review

Question 5
Correct

Mark 1.00 out of 1.00

_ means Dimension Feature Vector and _ means Sample Vector

a. x,y
b. n,m
c. m,n 
d. a,b

The correct answer is: m,n


Correct
Marks for this submission: 1.00/1.00.

Question 6
Correct

Mark 1.00 out of 1.00

In the Apriori Algorithm, Suppose that the L2 set has 8 itemsets and only 60% of the Join operations become successful to produce candidate
itemsets for the next stage. What will be the number of itemsets in the C3 Set ?

a. 21
b. 19
c. 15
d. 17 

The correct answer is: 17

Correct
Marks for this submission: 1.00/1.00.

Question 7
Correct

Mark 1.00 out of 1.00

Here, two classes X1= {(4,2), (2,4), (2,3), (3,6), (4,4)} and X2= {(9,10), (6,8), (9,5), (8,7), (10,8)}. Find the Eigen Values using LDA technique.

a. Eigen Values = 33.2, 3


b. Eigen Values = 12.2, 0 
c. Eigen Values = 18.6, 2
d. Eigen Values = 0, 13.4

The correct answer is: Eigen Values = 12.2, 0


Correct
Marks for this submission: 1.00/1.00.

https://mscourses.gnomio.com/mod/quiz/review.php?attempt=1094&cmid=74 3/9
12/8/2020 Class Test #2: Attempt review

Question 8
Correct

Mark 1.00 out of 1.00

In our study materials, Which of the following is mentioned as a motivation for Association Rule Mining ?

a. How to make re-inforcement classification of web documents


b. To find out what kinds of DNA are sensitive to new drugs 
c. To discover what are the prior purchases before buying a product
d. To discover what products were often purchased separately

The correct answer is: To find out what kinds of DNA are sensitive to new drugs
Correct
Marks for this submission: 1.00/1.00.

Question 9
Correct

Mark 1.00 out of 1.00

In our study materials, Which of the following is not mentioned as a motivation for Association Rule Mining ?

a. To discover what are the subsequent purchases after buying a product


b. NONE of the answer options is Correct 
c. How to automatically classify web documents
d. To discover what products were often purchased together

The correct answer is: NONE of the answer options is Correct

Correct
Marks for this submission: 1.00/1.00.

Question 10
Correct

Mark 1.00 out of 1.00

During Association Rule Mining, Suppose, the Apriori Algorithm Outputs |L1| = 10, |L2| = 5, |L3| = 2, |L4| = 0. What is the Total no. of possible
candidate Association rules?

a. 16
b. 14
c. 15
d. 12 

The correct answer is: 12


Correct
Marks for this submission: 1.00/1.00.

https://mscourses.gnomio.com/mod/quiz/review.php?attempt=1094&cmid=74 4/9
12/8/2020 Class Test #2: Attempt review

Question 11
Correct

Mark 1.00 out of 1.00

During Association Rule Mining, Suppose, the Apriori Algorithm Outputs |L1| = 10, |L2| = 5, |L3| = 3, |L4| = 1 and |L5| = 0. What is the Total no.
of possible candidate Association rules?

a. 15
b. 10
c. 14 
d. 12

The correct answer is: 14


Correct
Marks for this submission: 1.00/1.00.

Question 12
Correct

Mark 1.00 out of 1.00

In the Tutorial Video on Demonstration of Association Rule Mining using Apriori algorithm, as shown in the class, What is the Size of the L4
Set ?

a. 6
b. 0 
c. 1
d. 2

The correct answer is: 0

Correct
Marks for this submission: 1.00/1.00.

Question 13
Correct

Mark 1.00 out of 1.00

LDA will fail when ___________

a. The discriminatory information is not in median but rather in the variance of the data.
b. The discriminatory information is not in variance but rather in the median of the data.
c. The discriminatory information is not in variance but rather in the mean of the data.
d. The discriminatory information is not in mean but rather in the variance of the data. 

The correct answer is: The discriminatory information is not in mean but rather in the variance of the data.
Correct

https://mscourses.gnomio.com/mod/quiz/review.php?attempt=1094&cmid=74 5/9
12/8/2020 Class Test #2: Attempt review
Marks for this submission: 1.00/1.00.

Question 14
Correct

Mark 1.00 out of 1.00

Which of the following are Data Dimensionality Reduction techniques?

a. Long Short-Term Memory (LSTM)


b. Ant Colony Optimization (ACO)
c. Particle Swarm Optimization (PSO)
d. Partical Component Analysis (PCA) 

The correct answer is: Partical Component Analysis (PCA)


Correct
Marks for this submission: 1.00/1.00.

Question 15
Correct

Mark 1.00 out of 1.00

Consider the following list of Transactions of a Grocery Store: {Coffee, Jam, Jelly}, {Coffee, Jelly, Jam}, {Coffee, Jam, Cookies, Ketchup}, {Jam,
Jelly, Egg, Cookies}, {Coffee, Jam, Jelly}, {Coffee, Cookies}, {Coffee, Jam, Jelly, Cookies}, {Jam, Jelly, Cookies}, {Coffee, Jam, Jelly}, {Jam, Jelly,
Ketchup}, {Coffee, Jelly, Egg, Ketchup}, {Coffee, Egg, Jam, Jelly}. The minimum support level for the Apriori algorithm is set to 33%, while the
minimum confidence level is set to 50%. Which of the following itemsets will be present in the C3 Set?

a. {Jam, Jelly, Cookies}


b. {Coffee, Jam, Jelly}
c. ALL of the answer options are Correct 
d. {Coffee, Jelly, Cookies}

The correct answer is: ALL of the answer options are Correct

Correct
Marks for this submission: 1.00/1.00.

https://mscourses.gnomio.com/mod/quiz/review.php?attempt=1094&cmid=74 6/9
12/8/2020 Class Test #2: Attempt review

Question 16
Correct

Mark 0.67 out of 1.00

Consider the following list of Transactions of a Grocery Store: {Coffee, Jam, Jelly}, {Coffee, Jelly, Jam}, {Coffee, Jam, Cookies, Ketchup}, {Jam,
Jelly, Egg, Cookies}, {Coffee, Jam, Jelly}, {Coffee, Cookies}, {Coffee, Jam, Jelly, Cookies}, {Jam, Jelly, Cookies}, {Coffee, Jam, Jelly}, {Jam, Jelly,
Ketchup}, {Coffee, Jelly, Egg, Ketchup}, {Coffee, Egg, Jam, Jelly}. The minimum support level for the Apriori algorithm is set to 33%, while the
minimum confidence level is set to 50%. What is the Support of the itemset {Coffee, Jelly, Cookies} ?

a. 3
b. 6
c. 2
d. NONE of the answer options is Correct 

The correct answer is: NONE of the answer options is Correct


Correct
Marks for this submission: 1.00/1.00. Accounting for previous tries, this gives 0.67/1.00.

Question 17
Correct

Mark 1.00 out of 1.00

Find the Scatter Matrix (Between Classes) for the following dataset: { (2,4), (2,3), (3,6) } and { (6,8), (9,5), (8,7) }

a. { (12.44, 28.44), (5.44 , 12.44) }


b. { (20.16, 29.25), (14.44 , 20.25) }
c. { (29.16, 20.25), (20.25 , 14.44) }
d. { (28.44, 12.44), (12.44 , 5.44) } 

The correct answer is: { (28.44, 12.44), (12.44 , 5.44) }

Correct
Marks for this submission: 1.00/1.00.

https://mscourses.gnomio.com/mod/quiz/review.php?attempt=1094&cmid=74 7/9
12/8/2020 Class Test #2: Attempt review

Question 18
Correct

Mark 1.00 out of 1.00

Why is LDA called a parametric method?

a. Data distributions are assumed to be multimodal Gaussian in LDA.


b. All the Answer Options are Correct.
c. Data distributions are assumed non-Gaussian in LDA.
d. Data distributions are assumed to be unimodal Gaussian in LDA. 

The correct answer is: Data distributions are assumed to be unimodal Gaussian in LDA.
Correct
Marks for this submission: 1.00/1.00.

Question 19
Correct

Mark 0.33 out of 1.00

Find Within Scatter for Class A = {(1,2)(2,3)(3,4.9)} and Class B = {(2,1),(3,2)(4,3.9)}. Matrix look like {(A00, A01), (B10,B11)}

a. {(4, 5.8), (5.8,8.68)} 


b. {(39.16, 20.52), (20.52,4.44)}
c. {(29.16, 20.52), (30.52,14.44)}
d. {(29.16, 30.52), (30.52,14.44)}

The correct answer is: {(4, 5.8), (5.8,8.68)}

Correct
Marks for this submission: 1.00/1.00. Accounting for previous tries, this gives 0.33/1.00.

Question 20
Correct

Mark 0.67 out of 1.00

Which of the following is not true about PCA?

a. The worst case would be to have p=d.


b. It is used to express the data in such a way as to highlight their similarities and differences.
c. In practice, the data will usually lie precisely in some lower dimensional subspace. 
d. PCA is a useful statistical technique for finding patterns in data of high dimension.

The correct answer is: In practice, the data will usually lie precisely in some lower dimensional subspace.
Correct
Marks for this submission: 1.00/1.00. Accounting for previous tries, this gives 0.67/1.00.

https://mscourses.gnomio.com/mod/quiz/review.php?attempt=1094&cmid=74 8/9
12/8/2020 Class Test #2: Attempt review

◄ Announcements

Jump to...

Demo Test to TRY (15 Questions, 20 minutes) ►

https://mscourses.gnomio.com/mod/quiz/review.php?attempt=1094&cmid=74 9/9

You might also like