classifications property

  1. @override
Iterable<BaseClassifications> get classifications
override

The classification results for each head of the model.

Implementation

@override
Iterable<BaseClassifications> get classifications =>
    throw UnimplementedError();