RunReport

data class RunReport(val algorithmId: AlgorithmId, val fixCount: Int, val finalState: AlgorithmState, val verdictCounts: Map<FixVerdict, Int>, val maxDisplacementM: Double)

What one replay produced.

Constructors

Link copied to clipboard
constructor(algorithmId: AlgorithmId, fixCount: Int, finalState: AlgorithmState, verdictCounts: Map<FixVerdict, Int>, maxDisplacementM: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun count(verdict: FixVerdict): Int
Link copied to clipboard
fun scoreAgainst(truthMeters: Double): Scorecard

Score against a trustworthy reference distance (an odometer reading, a surveyed route).

Link copied to clipboard
open override fun toString(): String