Reconstruct the data
reconstruct.RdReconstruct a data set from its (possibly) low-rank representation. This can be useful when analyzing the impact of dimensionality reduction or when visualizing approximations of the original data.
Arguments
- x
The model fit, typically an object of a class that implements a
reconstructmethod- ...
Additional arguments passed to specific methods. Common parameters include:
compA vector of component indices to use in the reconstruction
rowindThe row indices to reconstruct (optional)
colindThe column indices to reconstruct (optional)
scores(For
composed_projectoronly) A numeric matrix of scores to reconstruct from
See also
bi_projector for an example of a two-way mapping model that can be reconstructed
Other reconstruct:
reconstruct_new()