Expand description
Solve SVM training problems.
Modules§
- kernel
- Kernels
- newton
- Newton’s Method
- problem
- Problems
- sensitivity
- Helper functions to obtain sensitivity information about the solution
- smo
- Sequential Minimal Optimization
- smonewt
- Combination of SMO and Newton’s method
Structs§
- Status
- A struct containing information about the current point and state of the optimization routine
Enums§
- Status
Code - Possible outcomes of an optimization routine
Functions§
- predict
- Evaluate the decision function for a particular sample.