Add experimental neural network

This commit is contained in:
Elias Projahn 2021-10-05 18:30:12 +02:00
parent 397b8d0ba2
commit 0aa88119d2
4 changed files with 163 additions and 3 deletions

9
ui.R
View file

@ -36,6 +36,15 @@ ui <- fluidPage(
step = 1,
value = 100
),
sliderInput(
"neural",
"Assessment by neural network",
post = "%",
min = 0,
max = 100,
step = 1,
value = 100
),
sliderInput(
"cutoff",
"Cut-off score",