-
Notifications
You must be signed in to change notification settings - Fork 14
Finding S #5
Copy link
Copy link
Open
Description
Thank you for your implementation. I was wondering if it is possible to use your implementation to calculate the S2 for a new set of data (like validation data let's call it X2) or transform and inverse_transform them after we get the XC, C, S from a training set.
For example, we can calculate the inverse_transform of our training data (X) using X_hat = np.matmul(XC, S), but is there a way to do the same for a new data that wasn't our original X to get X2_hat = np.matmul(XC, S2)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels