Crate liblinear

Source
Expand description

§liblinear

liblinear is a Rust wrapper for the LIBLINEAR C/C++ machine learning library.

Modules§

  • Utility structs and functions for reading/generating training and prediction data.

Structs§

Enums§

  • Errors raised by a model’s API call.
  • Errors related to a model’s parameters.
  • Errors related to a model’s input/training data.
  • Types of generalized linear models supported by liblinear.

Traits§

Functions§