probcomp / bayeslite

BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
http://probcomp.csail.mit.edu/software/bayesdb
Apache License 2.0
918 stars 64 forks source link

Determine whether _STATTYPE_TO_AFINITY is actually needed and eliminate if not #593

Closed fsaad closed 6 years ago

fsaad commented 6 years ago

There are only two locations where core.bayesdb_stattype_affinity is used, once in cgpm_backend and once in the compiler for simulate. I'm not sure either of these invocations are actually needed, should double check.