假设系统将根据以下自变量给出输出1或0:
(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
对于这三个置信水平,它们越高,系统输出越可能为1.它们越低,系统输出越可能为0.那么问题是如何我可以设置一个函数来根据这些变量确定系统的输出。任何想法将不胜感激。