sa-lee / liminal

Multivariate Visualisations with Tours and Embeddings
https://sa-lee.github.io/liminal
Other
5 stars 0 forks source link

Interfacing with NDR methods #2

Closed sa-lee closed 4 years ago

sa-lee commented 4 years ago

Multiple low dimensional views as a nested data.frame. Search over a parameter space.

Target interface:

limn_embed(.data, cols, .ndr_fun, .params, .parallel )

where cols are the data that will be embedded, .ndr_fun is the ndr function, .params is the grid of parameters, and .parallel specifies how to compute the embeddings in parallel. This allows limn to plug in an ndr method and store the results as a nested data.frame

sa-lee commented 4 years ago

Out of scope