User Documentation
 All Files Functions Groups
assoc_rules Directory Reference
+ Directory dependency graph for assoc_rules:

Files

file  assoc_rules.sql_in [code]
 The assoc_rules function computes association rules for a given set of data. The data is assumed to have two dimensions; items (between which we are trying to discover associations), and a transaction id. This tranaction id groups the items by event and could also be a user id, date, etc. depending on the context of the data. This function assumes the data is stored in two columns with one transaction id and one item per row.