avalanche.evaluation.metrics.PerClassMeanScores

class avalanche.evaluation.metrics.PerClassMeanScores[source]
__init__()

Methods

__init__()

reset()

Resets the metric internal state.

result()

Obtains the value of the metric.

update(predicted_y, true_y)