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

fix some bugs in kexpfam (thanks, clang warnings...) #8

Conversation

djsutherland
Copy link

@djsutherland djsutherland commented Sep 4, 2018

Correct target for shogun-toolbox#4395

@@ -49,7 +49,7 @@ Nystrom::Nystrom(SGMatrix<float64_t> data, SGMatrix<float64_t> basis,
float64_t lambda_l2, bool init_base_and_data)
: Full(basis, kernel, lambda, 0.0, false)
{
if (init_base_and_data);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woa I wonder how this got here :)

@karlnapf karlnapf merged commit 0ce0366 into karlnapf:feature/kernel_exp_family Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants