CSC410 Data Warehousing and Data Mining

Data Warehousing and Data Mining Model question question paper

11 questionsSit this paper (timed)

Tribhuvan University

Bachelor of Science in Computer Science and Information Technology

Semester 7 · Model question

Course Title: Data Warehousing and Data Mining (CSC410)

Full Marks: 60Pass Marks: 24Time: 3 hours

Candidates are required to give their answers in their own words as far as practicable. The figures in the margin indicate full marks.

Group A

Attempt any TWO questions.(2 × 10 = 20)

  1. 1.

    What is the Apriori principle? How is it used by the Apriori algorithm for frequent pattern mining? What are the limitations of Apriori approach? Use the APRIORI algorithm to generate strong association rules from the following transaction database. Use min_sup=40% and min_confidence=75%.

    Transaction ID
    Items Purchased
    T1
    Bread, Milk, Eggs, Butter
    T2
    Bread, Milk, Cheese
    T3
    Milk, Eggs, Cheese, Yogurt
    T4
    Bread, Butter, Cheese
    T5
    Bread, Milk, Butter, Yogurt

    10
  2. 2.

    What is a rule based classifier? How to extract the rules from the decision tree? What is overfitting? How to detect overfitting? Explain the way to solve the overfitting problem. Train ID3 classifier using the dataset given below. Then predict the class label for the new data sample [Weather=Sunny, Temperature=Hot, Humidity=Normal, Wind=Strong].

    Weather
    Temperature
    Humidity
    Wind
    Play Tennis
    Sunny
    Hot
    High
    Weak
    No
    Sunny
    Hot
    High
    Strong
    No
    Overcast
    Hot
    High
    Weak
    Yes
    Rainy
    Mild
    High
    Weak
    Yes
    Rainy
    Cool
    Normal
    Weak
    Yes
    Rainy
    Cool
    Normal
    Strong
    No
    Overcast
    Cool
    Normal
    Strong
    Yes
    Sunny
    Mild
    High
    Weak
    No
    Sunny
    Cool
    Normal
    Weak
    Yes
    Rainy
    Mild
    Normal
    Weak
    Yes

    10
  3. 3.

    What is centroid based clustering? Why is k-means clustering called a centroid based clustering algorithm? Cluster the following instances of given data with the help of K means algorithm (Take K = 2, use first and last data points as initial centroids):

    Instance
    X
    Y
    P1
    2
    3
    P2
    3
    4
    P3
    6
    8
    P4
    7
    9
    P5
    8
    10
    P6
    9
    11

    10

Group B

Attempt any EIGHT questions.(8 × 5 = 40)

  1. 4.

    What is a data warehouse? How is it different from a database? What is data mart?

    5
  2. 5.

    What is KDD? Explain with a suitable block diagram.

    5
  3. 6.

    What is data integration? What is data reduction? Why is data preprocessing important?

    5
  4. 7.

    What is Cube materialization? Define Full cube, Iceberg cube, closed cube and Shell cube.

    5
  5. 8.

    What is a frequent pattern? What is market basket analysis? Explain it with suitable examples.

    5
  6. 9.

    What is a confusion matrix? Explain the importance of confusion matrix in measuring the performance of classification models.

    5
  7. 10.

    What is clustering? How is it different from supervised classification? What is the DBSCAN algorithm?

    5
  8. 11.

    Define social network analysis. What is the motivation behind link mining?

    5

— The End —