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
Modify DB TCN records to { TCN, start_timestamp, min_distance, avg_distance, end_timestamp }
Aggregate TCNs during matching, considering contiguity.
Add duration and distance fields to alerts.
To be determined:
To pass TCNs to core, apps can either pass individual TCNs (with distance) or batches. Individual TCNs would be ideal, as there would be no duplicated logic in the apps, but we've to confirm FFI/JNI performance.
Confirm whether we need min / avg distance or only min.
{ TCN, start_timestamp, min_distance, avg_distance, end_timestamp }
To be determined:
More context
The text was updated successfully, but these errors were encountered: