Sql server - How does the data mining and data warehousing work together?

How does the data mining and data warehousing work together?

Data warehousing can be used for analyzing the business needs by storing data in a meaningful form. Using Data mining, one can forecast the business needs. Data warehouse can act as a source of this forecasting.

How does the data mining and data warehousing work together?

Data mining

- Extracting useful information for large amounts of data, for the purpose of finding various methods for business intelligence. This is the process of data mining
- Prediction of future is done by using data mining. Data warehousing is the source for data mining.

Data warehousing:

- Extracting data from various resources, transforming into required form is done in data warehousing. Later this data is loaded into data warehouse.
- Historical data is stored using data warehousing. Business analysis is done by business users.
Sql server - What is a Decision Tree Algorithm?
A decision tree is a tree in which every node is either a leaf node or a decision node. This tree takes an input an object and outputs some decision.....
Sql server - What is Naive Bayes Algorithm?
Naive Bayes Algorithm is used to generate mining models. These models help to identify relationships between input columns and the predictable columns....
Sql server - Explain clustering algorithm
Clustering algorithm is used to group sets of data with similar characteristics also called as clusters.....
Post your comment