classificationPositiveClass property

  1. @JsonKey(name: 'classification_positive_class')
String? get classificationPositiveClass
inherited

The positive class in binary classification.

Implementation

@JsonKey(name: 'classification_positive_class')
String? get classificationPositiveClass => throw _privateConstructorUsedError;