You are a SQL Server 2008 Analysis Services (SSAS) data mining architect. The customer table contains the following column names:
-Customer_key
-Name
-Age
-Education Level
-IsBuyer
You plan to build a data mining model by using Microsoft Decision Trees algorithm for the customer table.
You need to identify the data columnmodel parameter pairs to predict possible buyers.
Which model should you select?
A.
Data Column Model Parameter Type
Customer_key Input
Name Ignore
Education Level Input, Predict
Age Input, Predict
IsBuyer Key
B.
Data Column Model Parameter Type
Customer_key Key
Name Ignore
Education Level Input
Age Input
IsBuyer Predict
C.
Data Column Model Parameter Type
Customer_key Input
Name Ignore
Education Level Input
Age Input
IsBuyer Key
D.
Data Column Model Parameter Type
Customer_key Predict
Name Key
Education Level Input
Age Input
IsBuyer Input