avalanche.evaluation.metrics.MeanNewOldScores
- class avalanche.evaluation.metrics.MeanNewOldScores[source]
Average the scores of the true class by old and new classes
Methods
__init__()reset()Resets the metric internal state.
result()Obtains the value of the metric.
update(predicted_y, true_y)update_new_classes(new_classes)Attributes
old_classes