We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Provide a separate implementation of PCA whitening similar to Whitening, and remove duplicated code:
Whitening
MultivariateStats.jl/src/whiten.jl
Lines 148 to 159 in 99ee965
sqrt
MultivariateStats.jl/src/ica.jl
Lines 238 to 243 in 99ee965
MultivariateStats.jl/src/lda.jl
Lines 380 to 389 in 99ee965
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Provide a separate implementation of PCA whitening similar to
Whitening
, and remove duplicated code:MultivariateStats.jl/src/whiten.jl
Lines 148 to 159 in 99ee965
Note: double
sqrt
applicationMultivariateStats.jl/src/ica.jl
Lines 238 to 243 in 99ee965
MultivariateStats.jl/src/lda.jl
Lines 380 to 389 in 99ee965
The text was updated successfully, but these errors were encountered: