Skip to content

Finding S  #5

@pooyakhosravi

Description

@pooyakhosravi

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)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions