Definition: Solution.hpp:13
double bias
Bias of the solution.
Definition: Solution.hpp:23
double norm
Norm of the solution.
Definition: Solution.hpp:29
Kernel< double > K
Kernel for Dual methods.
Definition: Solution.hpp:19
unsigned int svs
Number of support Vectors.
Definition: Solution.hpp:31
std::vector< int > fnames
Features names of the resulting solution.
Definition: Solution.hpp:25
mltk::Point< double > w
Weights vector.
Definition: Solution.hpp:17
std::vector< double > alpha
Alpha Vector for Dual methods.
Definition: Solution.hpp:21
double margin
Margin generated from the classifier that generated the solution.
Definition: Solution.hpp:27
UFJF-MLTK main namespace for core functionalities.
Definition: classifier/Classifier.hpp:11