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
densratio/R/compute_kernel_Gaussian.R
Line 10 in 3b877d5
This line probably computes the Gaussian kernel. If so, I think the Euclidean distance should be squared.
The text was updated successfully, but these errors were encountered:
Yes, you are right. You have found a big mistake that affects all the algorithms in this package. Thank you for your big contribution.
Sorry, something went wrong.
Modify Euclidean distance to square Euclidean distance in the functio…
d82aae1
…n that computes Gaussian kernel (#6).
Fixed in release 0.1.0 https://github.com/hoxo-m/densratio/releases/tag/v0.1.0
It is now on CRAN. https://cran.r-project.org/package=densratio
hoxo-m
No branches or pull requests
densratio/R/compute_kernel_Gaussian.R
Line 10 in 3b877d5
This line probably computes the Gaussian kernel.
If so, I think the Euclidean distance should be squared.
The text was updated successfully, but these errors were encountered: