JuliaML / LIBSVM.jl

LIBSVM bindings for Julia
Other
88 stars 35 forks source link

refine check_parameter, use proper type mapping #75

Closed iblislin closed 3 years ago

iblislin commented 3 years ago

ref: https://docs.julialang.org/en/v1/manual/calling-c-and-fortran-code/#ccall-/-@cfunction-argument-translation-guide

cc @barucden

codecov-commenter commented 3 years ago

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%) :arrow_down:

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 commented 3 years ago

Great! Wasn't aware we could do that!