Holds data relevant to compute ics
Definition at line 302 of file contact_score.py.
◆ __init__()
__init__ |
( |
|
self, |
|
|
|
n_trg_contacts, |
|
|
|
n_mdl_contacts, |
|
|
|
n_union, |
|
|
|
n_intersection |
|
) |
| |
◆ ics()
The Interface Contact Similarity score (ICS)
Combination of :attr:`precision` and :attr:`recall` using the F1-measure
:type: :class:`float`
Definition at line 355 of file contact_score.py.
◆ n_mdl_contacts()
Number of contacts in model
:type: :class:`int`
Definition at line 321 of file contact_score.py.
◆ n_trg_contacts()
Number of contacts in target
:type: :class:`int`
Definition at line 313 of file contact_score.py.
◆ precision()
Precision of model contacts
The fraction of model contacts that are also present in target
:type: :class:`int`
Definition at line 329 of file contact_score.py.
◆ recall()
Recall of model contacts
The fraction of target contacts that are also present in model
:type: :class:`int`
Definition at line 342 of file contact_score.py.
◆ _n_intersection
◆ _n_mdl_contacts
◆ _n_trg_contacts
◆ _n_union
The documentation for this class was generated from the following file: