Time each index evaluation for projections in the tour path.
timeSequence.Rd
Index evaluation timing may depend on the data distribution, we evaluate the computing time for a set of different projections to get an overview of the distribution of computing times.
Examples
d <- spiralData(4, 500)
t <- purrr::map(1:10, ~ tourr::basis_random(4))
idx <- scagIndex("stringy")
timeSequence(d, t, idx, 10)
#> t i
#> 1 0.045 1
#> 2 0.048 2
#> 3 0.047 3
#> 4 0.047 4
#> 5 0.049 5
#> 6 0.056 6
#> 7 0.049 7
#> 8 0.048 8
#> 9 0.056 9
#> 10 0.053 10