avalanche.evaluation.metrics.MeanScores

class avalanche.evaluation.metrics.MeanScores[source]

Average the scores of the true class by label

__init__()[source]

Methods

__init__()

reset()

Resets the metric internal state.

result()

Obtains the value of the metric.

update(predicted_y, true_y)