Setting Properties on a Mining Model
You can adjust properties for mining models by using the Mining Models tab of Data Mining Designer.
Note
After you change a property, you must reprocess the model for the changes to be reflected in the model. Reprocessing is required even if the change only involves metadata, such as adding a column alias or description.
The following table describes the properties that are specific to data mining that you can set in the Mining Models tab for mining models.
Property |
Description |
---|---|
Algorithm |
Sets the algorithm type for the mining model. |
AlgorithmParameters |
Sets values for algorithm parameters that are available for each algorithm type. |
Filter |
Sets a filter that is applied to the data that is used for training and testing the mining model. The filter definition is stored with the model and can be used optionally when you create prediction queries, or when you test the accuracy of the model. The model filter is not optional when training the model. |
Name |
Sets the name of the mining model. |
AllowDrillThrough |
Specifies whether drill through is enabled on the mining model. |
You can set the following data mining-specific properties for each column in a mining model. You can set these properties to a different value for each mining model in a mining structure.
Property |
Description |
---|---|
Description |
Describes the purpose of the mining column. |
Name |
Sets the name of the mining model column. You can type a new name, to provide an alias for the mining model column. |
ModelingFlags |
Sets any algorithm-specific flags for the column. |
SourceColumnID |
Indicates the name of the mining structure column on which the model column is based. This property is read-only. |
Usage |
Sets how the column will be used by the mining model. |
For More Information:Mining Model Columns, How to: Change the Properties of a Mining Model, How to: Create an Alias for a Model Column
See Also