Function for python backend to receive a guided tour-lda history
Usage
get_guided_lda_history(data, clusters, dimension)
Arguments
- data
the dataset to calculate the projections with
- clusters
the clusters for the lda to be performed on
- dimension
1 for a 1d tour or 2 for a 2d tour
Value
history object containing the projections of the requested tour
Examples
.
#> Error: object '.' not found