MCPcopy Create free account
hub / github.com/NVlabs/ACID / rbo_ext

Function rbo_ext

ACID/src/utils/plushsim_util.py:410–432  ·  view source on GitHub ↗

RBO point estimate based on extrapolating observed overlap. See equation (32) in paper. NOTE: The doctests weren't verified against manual computations but seem plausible. >>> _round(rbo_ext("abcdefg", "abcdefg", .9)) 1.0 >>> _round(rbo_ext("abcdefg", "bacdefg", .9)) 0.9

(list1, list2, p=0.9)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

overlapFunction · 0.85
agreementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…