Assembly: Stat;
The ISlRecommendationRule interface is used to work with the rule obtained as the result of data mining using the Association Analysis method.
ISlRecommendationRule
Use the ISmAssociationRules interface to perform data mining using the Association Analysis method.
Property name | Brief description | |
Confidence | The Confidence property returns confidence level for a rule. | |
ExplainedItemset | The ExplainedItemset property returns a consequence for the rule. | |
ExplanatoryItemset | The ExplanatoryItemset property returns rule condition. | |
Importance | The Importance property returns significance level for the rule. | |
SupportCount | The SupportCount property returns rule support, as the number of transactions in which this rule held true. | |
SupportPercent | The SupportPercent property returns rule support as a percentage of the transactions in which this rule held true. |
See also: