accuracy property

double? accuracy
getter/setter pair

Accuracy is the fraction of predictions given the correct label.

For multiclass this is a micro-averaged metric.

Implementation

core.double? accuracy;