Home
last modified time | relevance | path

Searched refs:actualToExpectedDataPointIndices (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/truth/
DTimeSeriesSubject.kt46 val actualToExpectedDataPointIndices: List<Pair<Int, Int>> in <lambda>() constant
65 actualToExpectedDataPointIndices = in <lambda>()
70 actualToExpectedDataPointIndices = List(actual.frameIds.size) { it to it } in <lambda>()
96 actualToExpectedDataPointIndices.filter { (actualIndex, expectedIndex) -> in <lambda>()