V4.2.1a - added standard deviation threshold to ML Algorithm

This commit is contained in:
Graham Jones
2023-08-19 19:54:19 +01:00
parent 70f7a46764
commit bc455a2f7a
6 changed files with 191 additions and 28 deletions

View File

@@ -29,6 +29,9 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
namespace 'uk.org.openseizuredetector'
buildFeatures {
viewBinding true
}
}
dependencies {
@@ -61,6 +64,8 @@ dependencies {
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.firebaseui:firebase-ui-auth:7.2.0'
implementation 'com.google.firebase:firebase-firestore'
implementation 'androidx.navigation:navigation-fragment:2.5.2'
implementation 'androidx.navigation:navigation-ui:2.5.2'
testImplementation 'junit:junit:4.13.2'
testImplementation "androidx.test:core"