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:
@@ -3,6 +3,16 @@
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<PreferenceCategory android:title="@string/SeizureDetectorSettingsTitle">
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="OsdAlarmActive"
|
||||
android:summary="@string/OsdAlarmEnabledSummary"
|
||||
android:title="@string/OsdAlarmEnabledTitle" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="CnnAlarmActive"
|
||||
android:summary="@string/CnnAlarmEnabledSummary"
|
||||
android:title="@string/CnnAlarmEnabledTitle" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="5"
|
||||
android:key="WarnTime"
|
||||
|
||||
Reference in New Issue
Block a user