denormalize: An instance filter that collapses instances with a common grouping ID value into a single instance.

URL:http://weka.sourceforge.net/doc.packages/denormalize
Author:Mark Hall
Maintainer:Weka team <wekalist{[at]}list.scms.waikato.ac.nz>

An instance filter that collapses instances with a common grouping ID value into a single instance. Useful for converting transactional data into a format that Weka's association rule learners can handle. IMPORTANT: assumes that the incoming batch of instances has been sorted on the grouping attribute. The values of nominal attributes are converted to indicator attributes. These can be either binary (with f and t values) or unary with missing values used to indicate absence. The later is Weka's old market basket format, which is useful for Apriori. Numeric attributes can be aggregated within groups by computing the average, sum, minimum or maximum.

All available versions:
Latest
1.0.3
1.0.1
1.0.0