![]() |
MeLOn
|
Struct containing all information regarding the support vector machine. More...
#include <svmData.h>
Public Attributes | |
double | rho |
std::vector< std::vector< double > > | supportVectors |
std::vector< double > | dualCoefficients |
KERNEL_FUNCTION | kernelFunction |
std::vector< double > | kernelParameters |
std::shared_ptr< const ScalerData > | inputScalerData |
std::shared_ptr< const ScalerData > | outputScalerData |
Additional Inherited Members | |
![]() | |
ModelData ()=default | |
virtual | ~ModelData ()=default |
Struct containing all information regarding the support vector machine.
std::vector<double> melon::SvmData::dualCoefficients |
Vector with dual coefficients of descision function
std::shared_ptr<const ScalerData> melon::SvmData::inputScalerData |
Object containing the data for the input scaling
KERNEL_FUNCTION melon::SvmData::kernelFunction |
Specification which kernel function should be used
std::vector<double> melon::SvmData::kernelParameters |
Vector with kernel parameters where the meaning of the parameters depends on which kernel function is specified
std::shared_ptr<const ScalerData> melon::SvmData::outputScalerData |
Object containing the data for the output scaling
double melon::SvmData::rho |
Constant parameter of the hyperplane
std::vector<std::vector<double> > melon::SvmData::supportVectors |
Vector of support vectors