Crate rusvm

source ·
Expand description

Solve SVM training problems.

Modules§

  • Kernels
  • Newton’s Method
  • Problems
  • Helper functions to obtain sensitivity information about the solution
  • Sequential Minimal Optimization
  • Combination of SMO and Newton’s method

Structs§

  • A struct containing information about the current point and state of the optimization routine

Enums§

  • Possible outcomes of an optimization routine

Functions§

  • Evaluate the decision function for a particular sample.