Suppose the system will give output either 1 or 0 based on the following independent variables:
(1) variable_a: a float variable in the range of [0, 1], which can be called confidence a
(2) varaible_b: a float variable in the range of [0, 1], which can be called confidence b
(3) varaible_c: a float variable in the range of [0, 1], which can be called confidence c
For these three confidence levels, the higher they are, the more possible the system's output is 1. The lower they are, the more possible the system's output is 0. Then the question is how I can set up a function to determine the system's output based on these variables. Any ideas will be appreciated.