thenineteen / Semiology-Visualisation-Tool

Data driven 3D brain visualisation of semiology. Semiology to anatomy translator based on over 4600 patients from 309 peer-reviewed articles.
MIT License
9 stars 6 forks source link

Average Bayesian queries all-data instead of TS only #227

Closed thenineteen closed 3 years ago

thenineteen commented 3 years ago

Average Bayesian combines Posterior-TS and SS-only.

Olfactory: SS only is 158 cases, and TS only 776. (without filters, this is greater at 979 due to the exclusions module being selective about SS/TS overlaps).

During Bayesian-only TS, the database correctly returns 776 localisation datapoints.

However, during Bayesian-average, the first localisation datapoint returned (after postictal exclusions) is 979, suggesting it queried the entire database without exclusions.

This seems to propagate when it is also searching SS only before combining them.