The frozen guided tour
Arguments
- frozen
matrix of frozen variables, as described in
freeze- index_f
the index function to optimise.
- d
target dimensionality
- max.tries
the maximum number of unsuccessful attempts to find a better projection before giving up
Examples
frozen <- matrix(NA, nrow = 4, ncol = 2)
frozen[3, ] <- .5
animate_xy(flea[, 1:4], frozen_guided_tour(frozen, holes()))
#> Converting input data to the required matrix format.
#> New index: 1.011 (0.781 away)
#> Using half_range 3.7
