Docs.rs
  • libsvm-sys2-4.0.0
    • libsvm-sys2 4.0.0
    • Permalink
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jerry73204
    • Dependencies
      • anyhow ^1.0.55 build
      • bindgen ^0.59.2 build optional
      • cfg-if ^1.0.0 build
      • once_cell ^1.9.0 build
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

libsvm_sys24.0.0

Crate Items

  • Structs
  • Constants
  • Statics
  • Functions
  • Type Aliases

List of all items

Structs

  • svm_model
  • svm_node
  • svm_parameter
  • svm_problem

Functions

  • svm_check_parameter
  • svm_check_probability_model
  • svm_cross_validation
  • svm_destroy_param
  • svm_free_and_destroy_model
  • svm_free_model_content
  • svm_get_labels
  • svm_get_nr_class
  • svm_get_nr_sv
  • svm_get_sv_indices
  • svm_get_svm_type
  • svm_get_svr_probability
  • svm_load_model
  • svm_predict
  • svm_predict_probability
  • svm_predict_values
  • svm_save_model
  • svm_set_print_string_function
  • svm_train

Type Aliases

  • _bindgen_ty_1
  • _bindgen_ty_2

Statics

  • libsvm_version

Constants

  • C_SVC
  • EPSILON_SVR
  • LIBSVM_VERSION
  • LINEAR
  • NU_SVC
  • NU_SVR
  • ONE_CLASS
  • POLY
  • PRECOMPUTED
  • RBF
  • SIGMOID