A simple frequent itemset discovery program to test GKlib's routines. More...
#include <GKlib.h>
Go to the source code of this file.
Classes | |
struct | params_t |
Macros | |
#define | CMD_EPS 2 |
#define | CMD_HELP 10 |
#define | CMD_LAMDA 3 |
#define | CMD_NITER 1 |
#define | CMD_NTVS 5 |
#define | CMD_PPR 4 |
Functions | |
int | main (int argc, char *argv[]) |
params_t * | parse_cmdline (int argc, char *argv[]) |
void | print_final_info (params_t *params) |
void | print_init_info (params_t *params, gk_csr_t *mat) |
Variables | |
static char | helpstr [][100] |
static struct gk_option | long_options [] |
static char | shorthelpstr [][100] |
A simple frequent itemset discovery program to test GKlib's routines.
$Id: rw.c 11387 2012-01-21 23:36:23Z karypis $
Definition in file test/rw.c.
void print_final_info | ( | params_t * | params | ) |
|
static |
|
static |