class documentation

Abstract base class for metrics.

Method __init__ Initialize the metric and register it under the specified name.
Method __str__ Undocumented
Property name Undocumented
Method _merge Merge data from another metric of the same type.
Method _summary Return a string summarizing the value of the metric.
Instance Variable _name Undocumented
def __init__(self, name): (source)

Initialize the metric and register it under the specified name.

def __str__(self): (source)

Undocumented

Undocumented

Undocumented