A jellyfish optimiser for projection pursuit guided tour
search_jellyfish(current, index, tries, max.tries = 50, verbose = FALSE, ...)
check_dup(bases, min_dist)
starting projection, a list of basis of class "multi-bases"
index function
the counter of the outer loop of the opotimiser
the maximum number of iteration before giving up
whether to print out the progress messages
other arguments being passed into the search_jellyfish()
a list of bases extracted from the data collection object, see examples
the minimum distance between two bases
library(dplyr)
#>
#> Attaching package: ‘dplyr’
#> The following objects are masked from ‘package:stats’:
#>
#> filter, lag
#> The following objects are masked from ‘package:base’:
#>
#> intersect, setdiff, setequal, union
res <- animate_xy(flea[, 1:6], guided_tour(lda_pp(cl = flea$species),
search_f = search_jellyfish))
#> Converting input data to the required matrix format.
bases <- res |> filter(loop == 1) |> pull(basis) |> check_dup(0.1)
animate_xy(data = flea[,1:6], tour_path = planned_tour(bases), col = flea$species)
#> Converting input data to the required matrix format.
#> Using half_range 4.4