crested.tl.metrics.ConcordanceCorrelationCoefficient#

class crested.tl.metrics.ConcordanceCorrelationCoefficient(name='concordance_correlation_coefficient', **kwargs)#

Concordance correlation coefficient metric.

Attributes table#

Methods table#

reset_state()

Reset the state of the metric.

result()

Calculate the result of the metric.

update_state(y_true, y_pred[, sample_weight])

Update the state of the metric.

Attributes#

Methods#

ConcordanceCorrelationCoefficient.reset_state()#

Reset the state of the metric.

ConcordanceCorrelationCoefficient.result()#

Calculate the result of the metric.

ConcordanceCorrelationCoefficient.update_state(y_true, y_pred, sample_weight=None)#

Update the state of the metric.