Skip to content

Commit

Permalink
Tweaking neutral to untrusted cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
wingman-jr-addon committed Mar 2, 2021
1 parent 3ba4b28 commit 02dfd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13203,6 +13203,6 @@ console.log("Trusted ROC: "+rocGetEntryString(ROC_trustedRoc));
var ROC_trustedToNeutralPercentage = 0.04;
var ROC_neutralRoc = rocFindRocEntryByFpr(0.015);
console.log("Neutral ROC: "+rocGetEntryString(ROC_neutralRoc));
var ROC_neutralToUntrustedPercentage = 0.08;
var ROC_neutralToUntrustedPercentage = 0.18;
var ROC_untrustedRoc = rocFindRocEntryByFpr(0.10);
console.log("Untrusted ROC: "+rocGetEntryString(ROC_untrustedRoc));

0 comments on commit 02dfd53

Please sign in to comment.