free_association_rules
Frees the memory allocated within an association rules structure.
Synopsis
#include <imsls.h>
void imsls_f_free_association_rules (Imsls_f_association_rules *assoc_rules)
The type double function is imsls_d_free_association_rules.
Required Arguments
Imsls_f_association_rules *assoc_rules (Input)
A pointer to an
Imsls_f_association_rules data structure containing the association rules. See
imsls_f_association_rules.
Description
Frees the memory allocated within an association rules structure.
Example