![]() |
Belle II Software release-09-00-04
|
bundle together the classifier input and the target value into one struct for easier passing around. More...
#include <FBDTClassifierHelper.h>

Public Member Functions | |
| FBDTTrainSample (const std::array< double, Ndims > &values, bool sig) | |
| constructor from array of inputs and a target value | |
| FBDTTrainSample () | |
| default constructor | |
Public Attributes | |
| std::array< double, Ndims > | hits {} |
| inputs | |
| bool | signal {} |
| target | |
bundle together the classifier input and the target value into one struct for easier passing around.
Definition at line 26 of file FBDTClassifierHelper.h.
|
inlineexplicit |
constructor from array of inputs and a target value
Definition at line 28 of file FBDTClassifierHelper.h.
|
inline |
| std::array<double, Ndims> hits {} |
inputs
Definition at line 34 of file FBDTClassifierHelper.h.
| bool signal {} |
target
Definition at line 37 of file FBDTClassifierHelper.h.