accuracy property

double? accuracy
final

The fraction of the labels that were correct recognized. It is computed by dividing the number of labels in the test documents that were correctly recognized by the total number of labels in the test documents.

Implementation

final double? accuracy;