Returns the m x d matrix of landmark coordinates used by a fit built
with approx = "nystrom". Internally landmarks live in standardized
X-space; the default scale = "original" undoes the standardization
using the training X's centers and SDs.
Usage
get_landmarks(fit, scale = c("original", "standardized"))