Packages

An erlang library for SVM classification and regression based on libsvm.

Current section

Files

Jump to
esvm rebar.config
Raw

rebar.config

{pre_hooks, [{"(linux|darwin)", compile, "make compile_nif"}]}.
{post_hooks, [{"(linux|darwin)", clean, "make clean_nif"}]}.
{artifacts, ["priv/esvm_nif.so"]}.
{project_plugins, [rebar3_hex]}.
{deps, []}.
{erl_opts, [
warnings_as_errors,
warn_export_all
]}.