mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 14:21:48 +02:00
(v1.3.0.9024) optimalisation
This commit is contained in:
@ -68,5 +68,5 @@ mo_matching_score <- function(x, fullname, uncertainty = 1) {
|
||||
var_U <- uncertainty
|
||||
|
||||
# matching score:
|
||||
(var_F - 0.5 * L) / (var_F * var_P * var_K * var_U)
|
||||
(var_F - 0.5 * var_L) / (var_F * var_P * var_K * var_U)
|
||||
}
|
||||
|
Reference in New Issue
Block a user