LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
FeatureInfo class. More...
Public Member Functions | |
FeatureInfo (const double muValue, const double sigmaValue) | |
FeatureInfo class. More... | |
FeatureInfo () | |
Default constructor to allow default-construction of (uninitialized) svms. More... | |
double | StandardizeParameter (const double parameter) const |
Standardize a parameter corresponding to this feature. More... | |
Public Attributes | |
double | m_muValue |
The average value of this feature. More... | |
double | m_sigmaValue |
The stddev of this feature. More... | |
FeatureInfo class.
Definition at line 132 of file LArSupportVectorMachine.h.
|
inline |
FeatureInfo class.
muValue | the average value of this feature |
sigmaValue | the stddev of this feature |
Definition at line 410 of file LArSupportVectorMachine.h.
|
inline |
Default constructor to allow default-construction of (uninitialized) svms.
Definition at line 418 of file LArSupportVectorMachine.h.
|
inline |
Standardize a parameter corresponding to this feature.
parameter | the parameter |
Definition at line 426 of file LArSupportVectorMachine.h.
References m_muValue, and m_sigmaValue.
double lar_content::SupportVectorMachine::FeatureInfo::m_muValue |
The average value of this feature.
Definition at line 157 of file LArSupportVectorMachine.h.
Referenced by StandardizeParameter().
double lar_content::SupportVectorMachine::FeatureInfo::m_sigmaValue |
The stddev of this feature.
Definition at line 158 of file LArSupportVectorMachine.h.
Referenced by StandardizeParameter().