OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
ContactScorerResultICS Class Reference

Public Member Functions

def __init__
 
def n_trg_contacts
 
def n_mdl_contacts
 
def precision
 
def recall
 
def ics
 

Detailed Description

Holds data relevant to compute ics

Definition at line 243 of file contact_score.py.

Constructor & Destructor Documentation

def __init__ (   self,
  n_trg_contacts,
  n_mdl_contacts,
  n_union,
  n_intersection 
)

Definition at line 247 of file contact_score.py.

Member Function Documentation

def ics (   self)
The Interface Contact Similarity score (ICS)

Combination of :attr:`precision` and :attr:`recall` using the F1-measure

:type: :class:`float`

Definition at line 296 of file contact_score.py.

def n_mdl_contacts (   self)
Number of contacts in model

:type: :class:`int`

Definition at line 262 of file contact_score.py.

def n_trg_contacts (   self)
Number of contacts in target

:type: :class:`int`

Definition at line 254 of file contact_score.py.

def precision (   self)
Precision of model contacts

The fraction of model contacts that are also present in target

:type: :class:`int`

Definition at line 270 of file contact_score.py.

def recall (   self)
Recall of model contacts

The fraction of target contacts that are also present in model

:type: :class:`int`

Definition at line 283 of file contact_score.py.


The documentation for this class was generated from the following file: