avalanche.evaluation.metrics.LabelsRepartition

class avalanche.evaluation.metrics.LabelsRepartition[source]

Metric used to monitor the labels repartition.

__init__()[source]

Methods

__init__()

reset(**kargs)

Resets the metric internal state.

result()

Obtains the value of the metric.

update(tasks, labels, class_order)

update_order(class_order)