![]() |
UFJF - Machine Learning Toolkit
0.51.8
|


Public Member Functions | |
| Solution & | operator= (const Solution &other) |
Public Attributes | |
| mltk::Point< double > | w |
| Weights vector. More... | |
| mltk::Point< double > | func |
| Kernel< double > | K |
| Kernel for Dual methods. More... | |
| std::vector< double > | alpha |
| Alpha Vector for Dual methods. More... | |
| double | bias = 0 |
| Bias of the solution. More... | |
| std::vector< int > | fnames |
| Features names of the resulting solution. More... | |
| double | margin = 0 |
| Margin generated from the classifier that generated the solution. More... | |
| double | norm = 0 |
| Norm of the solution. More... | |
| unsigned int | svs = 0 |
| Number of support Vectors. More... | |
| std::vector<double> mltk::Solution::alpha |
Alpha Vector for Dual methods.
| double mltk::Solution::bias = 0 |
Bias of the solution.
| std::vector<int> mltk::Solution::fnames |
Features names of the resulting solution.
| double mltk::Solution::margin = 0 |
Margin generated from the classifier that generated the solution.
| double mltk::Solution::norm = 0 |
Norm of the solution.
| unsigned int mltk::Solution::svs = 0 |
Number of support Vectors.
| mltk::Point<double> mltk::Solution::w |
Weights vector.