| ProjectSamples | R Documentation | 
Projects new samples onto existing factor decomposition
ProjectSamples(
  newdata,
  W,
  features.use = NULL,
  alpha = rep(0, 3),
  loss = "mse",
  n.cores = 1
)
newdata | 
 New data matrix  | 
W | 
 Existing feature loadings  | 
features.use | 
 Subset of features to use (default is all features)  | 
alpha | 
 Regularization parameter  | 
loss | 
 Loss function to use  | 
n.cores | 
 Number of cores to use  | 
H matrix (scores) for newdata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.