Association

Association is an unsupervised mining function for discovering association rules, that is predictions of items that are likely to be grouped together. Oracle Data Mining provides one algorithm, Association Rules (AR).

To build an AR model, use an Association Node. See Troubleshooting AR Models if the model has 0 rules or a very large number of rules.

Data for AR models is usually in transactional form, unlike the data for other kinds of models.

Oracle Data Mining does not support applying (scoring) AR models.

These topics describe AR models: