write_association_rules

Prints association rules.

Synopsis

#include <imsls.h>

void imsls_f_write_association_rules (Imsls_f_association_rules *assoc_rules)

The type double function is imsls_d_write_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.

Description

The function imsls_f_write_association_rules prints the strong association rules stored in an Imsls_f_association_rules structure.

Output is written to the file specified by the function imsls_output_file. The default output file is standard output (corresponding to the file pointer stdout).

Example

See imsls_f_apriori or imsls_f_aggr_apriori.