Association Model Options
The algorithm for Association models is the Apriori algorithm. The defaults have been selected to work well in most cases. You can change the following:
- Minimum support: A number between 0 and 1;
smaller numbers result in faster builds. The default is 0.1.
- Minimum confidence: Confidence in the rules; a number between 0 and 1; high confidence results in a slower build. The default is 0.5.
- Limit Number of Attributes in Each Rule: The maximum number of attributes in each rule; this number must be an integer between 2 and 100. The default value is 3. You can change the number of attributes in a rule, or you can specify no limit for the number of attributes in a rule. To specify no limit, click the checkbox.
When you are done, click OK to close the dialog and save any changes.
Copyright © 2005, Oracle. All rights reserved.