get_best {ferrn}R Documentation

Extract the record with the largest index value

Description

Extract the record with the largest index value

Usage

get_best(dt, group = NULL)

Arguments

dt

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

group

the variable to label different runs of the optimiser(s)

Value

a tibble object containing the best basis found by the optimiser(s)

See Also

Other get functions: get_anchor(), get_basis_matrix(), get_dir_search(), get_interp_last(), get_interp(), get_interrupt(), get_search_count(), get_search(), get_space_param(), get_start(), get_theo()

Examples

dplyr::bind_rows(holes_1d_better, holes_1d_geo) %>% get_best(group = method)

[Package ferrn version 0.0.2 Index]