#include "common/fimcp_basic.hh"#include "struct_itemset.cpp"#include <math.h>#include "constraint_Fconvex_emulator.cpp"Go to the source code of this file.
Classes | |
| class | Emulator_1support |
Defines | |
| #define | PRECISION 100000 |
Functions | |
| float | nlogn (float n) |
| information gain function for itemsets | |
| int | convex_function (int posTot, int pos, int negTot, int neg, int precision) |
| bool | convex_functionWrapper (int X, int l_x, int u_x, int Y, int l_y, int u_y, int precision, int tresholdLE) |
| int | main (int argc, char *argv[]) |
| #define PRECISION 100000 |
Definition at line 64 of file emulator_1support_topk.cpp.
| int convex_function | ( | int | posTot, | |
| int | pos, | |||
| int | negTot, | |||
| int | neg, | |||
| int | precision | |||
| ) | [inline] |
Definition at line 46 of file emulator_1support_topk.cpp.
References nlogn().
| bool convex_functionWrapper | ( | int | X, | |
| int | l_x, | |||
| int | u_x, | |||
| int | Y, | |||
| int | l_y, | |||
| int | u_y, | |||
| int | precision, | |||
| int | tresholdLE | |||
| ) | [inline] |
Definition at line 57 of file emulator_1support_topk.cpp.
References convex_function().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 340 of file emulator_1support_topk.cpp.
References Options_fimcp::alpha(), Options_fimcp::delta(), Options_fimcp::description(), Options_fimcp::parse(), and Options_fimcp::usage().
| float nlogn | ( | float | n | ) | [inline] |
information gain function for itemsets
Definition at line 40 of file emulator_1support_topk.cpp.
1.6.3