Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform data according to PCA #9

Open
sigvaldm opened this issue Sep 6, 2021 · 1 comment
Open

Transform data according to PCA #9

sigvaldm opened this issue Sep 6, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@sigvaldm
Copy link
Owner

sigvaldm commented Sep 6, 2021

One could have a function or class before using e.g. multivariate local regression to change the axes of the data using PCA, and then scale them to have unit standard deviation along each axis. There should be some rather transparent way to rotate the data back. This could also replace the method that is today built into RBFnet (just scaling each axis without any transformation first).

@sigvaldm sigvaldm added the enhancement New feature or request label Sep 6, 2021
@sigvaldm
Copy link
Owner Author

sigvaldm commented Sep 6, 2021

Another alternative is to try using a bandwidth matrix like in multivariate kernel density estimation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant