You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -140,10 +151,12 @@ The response is a FHIR Bundle of type `searchset`. Each entry includes:
140
151
For large datasets, create database indexes on columns used in matching model blocks. Without indexes, `$match` performs a full table scan for each block, which can be very slow.
141
152
{% endhint %}
142
153
143
-
## Score calculation
154
+
## Weight and score calculation
144
155
145
-
Match scores are log2 Bayes factor sums, converted to probabilities using a sigmoid function:
156
+
Match weights are log2 Bayes factor sums. MDMbox exposes the raw weight in the
0 commit comments