freeAssociationRules¶
Frees the memory allocated within an association rules structure.
Synopsis¶
freeAssociationRules (assocRules)
Required Arguments¶
- structure
assocRules
(Input) - A data structure containing the association rules.
Description¶
Frees the memory allocated within an association rules structure.
Example¶
See the examples in apriori or aggrApriori.