Full Detailed Data Mining Answer Key
Full Detailed Data Mining Answer Key
2-MARK QUESTIONS
8. What is regression?
Regression is a statistical method used to predict continuous numerical values based on
independent variables.
**Example:** Predicting house prices based on square footage and location.
5-MARK QUESTIONS
13. Explain tight coupling and semi-tight coupling in data mining systems.
- **Tight Coupling:** Data mining functions are integrated into the database system, ensuring faster
data access and better optimization.
- **Semi-Tight Coupling:** Some data mining tasks (preprocessing, feature extraction) are external,
but mining functions remain integrated within the database.
14. Explain the features of a data warehouse.
- **Subject-Oriented:** Focuses on business subjects (e.g., sales, customers).
- **Integrated:** Combines structured data from multiple sources.
- **Time-Variant:** Stores historical data for trend analysis.
- **Non-Volatile:** Data remains stable after entry to ensure consistency.
16. Explain uniform support and reduced support in multi-level association rules.
- **Uniform Support:** Applies a single support threshold across all levels.
- **Reduced Support:** Uses different thresholds at different levels to reflect varying item
frequencies.
15-MARK QUESTIONS