View source: R/nystrom_embedding.R
| reprocess.nystrom_approx | R Documentation |
Apply preprocessing to new data for projection using a Nyström approximation.
This method overrides the default reprocess.projector to handle the fact that
Nyström components are in kernel space (not feature space).
## S3 method for class 'nystrom_approx'
reprocess(x, new_data, colind = NULL, ...)
x |
A |
new_data |
A matrix with the same number of columns as the original training data |
colind |
Optional column indices (not typically used for Nyström) |
... |
Additional arguments (ignored) |
Preprocessed data matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.