get_search_count: Extract the count in each iteration

View source: R/get.R

get_search_countR Documentation

Extract the count in each iteration

Description

Extract the count in each iteration

Usage

get_search_count(dt, iter = NULL, group = NULL)

Arguments

dt

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

iter

the variable to be counted by

group

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

Value

a tibble object of the number of searches conducted by the optimiser(s) in each iteration

See Also

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

Examples

get_search_count(holes_1d_better)
get_search_count(dplyr::bind_rows(holes_1d_better, holes_1d_geo), group = method)

ferrn documentation built on Aug. 6, 2022, 5:08 p.m.