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_TYPE 4 | 
| Functions | |
| double | compute_compactness (params_t *params, gk_graph_t *graph, int32_t *perm) | 
| 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_graph_t *graph) | 
| void | reorder_centroid (params_t *params, gk_graph_t *graph, int32_t *perm) | 
| 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: gkgraph.c 11408 2012-01-25 15:05:58Z karypis $
Definition in file gkgraph.c.
| double compute_compactness | ( | params_t * | params, | 
| gk_graph_t * | graph, | ||
| int32_t * | perm | ||
| ) | 
| void print_final_info | ( | params_t * | params | ) | 
| void print_init_info | ( | params_t * | params, | 
| gk_graph_t * | graph | ||
| ) | 
| void reorder_centroid | ( | params_t * | params, | 
| gk_graph_t * | graph, | ||
| int32_t * | perm | ||
| ) | 
| 
 | static | 
| 
 | static |