bundle together the classifier input and the target value into one struct for easier passing around.
More...
#include <FBDTClassifierHelper.h>
|
| FBDTTrainSample (const std::array< double, Ndims > &values, bool sig) |
| constructor from array of inputs and a target value
|
|
| FBDTTrainSample () |
| default constructor
|
|
|
std::array< double, Ndims > | hits {} |
| inputs
|
|
bool | signal {} |
| target
|
|
template<size_t Ndims = 9>
struct Belle2::FBDTTrainSample< Ndims >
bundle together the classifier input and the target value into one struct for easier passing around.
Definition at line 26 of file FBDTClassifierHelper.h.
◆ FBDTTrainSample() [1/2]
template<size_t Ndims = 9>
constructor from array of inputs and a target value
Definition at line 28 of file FBDTClassifierHelper.h.
28: hits(values), signal(sig) {}
◆ FBDTTrainSample() [2/2]
template<size_t Ndims = 9>
◆ hits
template<size_t Ndims = 9>
std::array<double, Ndims> hits {} |
◆ signal
template<size_t Ndims = 9>
The documentation for this struct was generated from the following file: