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

SVMLight: Fixing type conversion when printing number of support vectors... #1152

Merged
merged 1 commit into from Jun 6, 2013

Conversation

tklein23
Copy link
Contributor

@tklein23 tklein23 commented Jun 6, 2013

... (%d instead of %ld, because variable is of type int32_t).

…ors (%d instead of %ld, because variable is of type int32_t).
@tklein23
Copy link
Contributor Author

tklein23 commented Jun 6, 2013

The error was a bogus number of support vectors returned in debug output:

Number of SV: 19772 (including 140432545692465 at upper bound)

@iglesias
Copy link
Collaborator

iglesias commented Jun 6, 2013

Goot catch, thanks!

iglesias added a commit that referenced this pull request Jun 6, 2013
SVMLight: Fixing type conversion when printing number of support vectors.
@iglesias iglesias merged commit dd60047 into shogun-toolbox:develop Jun 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants