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

Wrap ccalls with proper Julia functions #76

Merged
merged 4 commits into from
Jun 11, 2021

Commits on Jun 11, 2021

  1. Wrap ccalls with proper Julia functions

    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.
    barucden committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    f2db437 View commit details
    Browse the repository at this point in the history
  2. Update src/libcalls.jl

    Co-authored-by: Iblis Lin <iblis.dif01@nctu.edu.tw>
    barucden and iblislin committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    467c15b View commit details
    Browse the repository at this point in the history
  3. Test decision values.

    This adds a test for decision values and fixes passing the pointer to
    the decision value array.
    barucden committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    9ae9c4e View commit details
    Browse the repository at this point in the history
  4. minor style changes

    iblislin committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    95ede48 View commit details
    Browse the repository at this point in the history