QualityTestSummary class
Overall test summary
Constructors
-
QualityTestSummary({required List<
QualityResult> results, required double avgRecallAt3, required double avgPrecision, required int passed, required int total})
Properties
- avgPrecision → double
-
final
- avgRecallAt3 → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- passed → int
-
final
- passRate → double
-
no setter
-
results
→ List<
QualityResult> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- total → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited