freeAprioriItemsets

Frees the memory allocated within a frequent itemsets structure.

Synopsis

freeAprioriItemsets (itemsets)

Required Arguments

structure itemsets (Input)
A data structure containing the itemsets. See apriori.

Description

Frees the memory allocated within a frequent itemsets structure.

Example

See apriori or aggrApriori.