get_search {ferrn}R Documentation

Extract search points during the optimisation

Description

Extract search points during the optimisation

Usage

get_search(dt)

Arguments

dt

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

Value

a tibble object containing the search bases

See Also

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

Examples

holes_1d_better %>% get_search()
holes_1d_geo %>% get_search()

[Package ferrn version 0.0.2 Index]