Added settings to enable the original OSD or the new neural network algorithms (or both). Display the seizure probability from the neural network on the main screen. Add seizure probability to the data stored with the datapoints in the database.

This commit is contained in:
Graham Jones
2022-09-20 16:58:40 +01:00
parent 34eb763ccd
commit 5ec46802a3
7 changed files with 89 additions and 16 deletions

View File

@@ -119,6 +119,21 @@
android:indeterminate="false"
android:minHeight="20dp" />
<TextView
android:id="@+id/pSeizureTv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Seizure Probability (%)" />
<ProgressBar
android:id="@+id/pSeizureProgressBar"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:indeterminate="false"
android:minHeight="20dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"