Belle II Software  release-08-01-10
FBDTTrainSample< Ndims > Struct Template Reference

bundle together the classifier input and the target value into one struct for easier passing around. More...

#include <FBDTClassifierHelper.h>

Collaboration diagram for FBDTTrainSample< Ndims >:

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: