UFJF - Machine Learning Toolkit  0.51.8
mltk::Solution Class Reference
Inheritance diagram for mltk::Solution:
Collaboration diagram for mltk::Solution:

Public Member Functions

Solutionoperator= (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...
 

Member Data Documentation

◆ alpha

std::vector<double> mltk::Solution::alpha

Alpha Vector for Dual methods.

◆ bias

double mltk::Solution::bias = 0

Bias of the solution.

◆ fnames

std::vector<int> mltk::Solution::fnames

Features names of the resulting solution.

◆ K

Kernel<double> mltk::Solution::K

Kernel for Dual methods.

◆ margin

double mltk::Solution::margin = 0

Margin generated from the classifier that generated the solution.

◆ norm

double mltk::Solution::norm = 0

Norm of the solution.

◆ svs

unsigned int mltk::Solution::svs = 0

Number of support Vectors.

◆ w

mltk::Point<double> mltk::Solution::w

Weights vector.


The documentation for this class was generated from the following file: