Extract the starting records

get_start(dt)

Arguments

dt

a data object collected by the projection pursuit guided tour optimisation in the tourr package

Value

a tibble object containing the start basis

Examples

holes_1d_better %>% get_start()
#> # A tibble: 1 × 8
#>   basis         index_val info      method        alpha tries  loop    id
#>   <list>            <dbl> <chr>     <chr>         <dbl> <dbl> <dbl> <int>
#> 1 <dbl [5 × 1]>     0.749 new_basis search_better   0.5     1     1     1