--mi_approximation_factor, a term that enables sub sampled estimation of relational space (this is mostly the bottleneck)
--min_support parametrization of min support for entropy estimators. This enables skipping computation where support for a value is too small. Default is at least 2, but higher values seems to yield similar results (this has to be further evaluated).
Added also printout of arguments for easier orientation.
Namely,
--mi_approximation_factor
, a term that enables sub sampled estimation of relational space (this is mostly the bottleneck)--min_support
parametrization of min support for entropy estimators. This enables skipping computation where support for a value is too small. Default is at least 2, but higher values seems to yield similar results (this has to be further evaluated).Added also printout of arguments for easier orientation.