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

refine check_parameter, use proper type mapping #75

Merged
merged 2 commits into from
Jun 11, 2021

Conversation

@codecov-commenter
Copy link

codecov-commenter commented Jun 11, 2021

Codecov Report

Merging #75 (8cebafb) into master (35a640b) will decrease coverage by 0.21%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
- Coverage   84.23%   84.01%   -0.22%     
==========================================
  Files           4        4              
  Lines         222      219       -3     
==========================================
- Hits          187      184       -3     
  Misses         35       35              
Impacted Files Coverage Δ
src/LIBSVM.jl 92.57% <100.00%> (-0.13%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 35a640b...8cebafb. Read the comment docs.

@barucden
Copy link
Member

Great! Wasn't aware we could do that!

@iblislin iblislin merged commit e4c64c3 into master Jun 11, 2021
@iblislin iblislin deleted the ib/refine-check-param branch June 11, 2021 08:32
barucden added a commit to barucden/LIBSVM.jl that referenced this pull request Jun 11, 2021
Following JuliaML#75, this commit wraps all calls to the LIBSVM C library with
proper Julia functions. That way we get some type safety and it also
makes the code cleaner.
iblislin added a commit that referenced this pull request Jun 11, 2021
Following #75, this commit wraps all calls to the LIBSVM C library with
proper Julia functions. That way we get some type safety and it also
makes the code cleaner.

* Test decision values.

This adds a test for decision values and fixes passing the pointer to
the decision value array.

Co-authored-by: Iblis Lin <iblis.dif01@nctu.edu.tw>
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

3 participants