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 424 of file LArSupportVectorMachine.h.
| double lar_content::SupportVectorMachine::FeatureInfo::m_muValue |
The average value of this feature.
Definition at line 157 of file LArSupportVectorMachine.h.
| double lar_content::SupportVectorMachine::FeatureInfo::m_sigmaValue |
The stddev of this feature.
Definition at line 158 of file LArSupportVectorMachine.h.
1.8.11