Belle II Software development
|
Public Member Functions | |
def | __init__ (self, X, Y, Z) |
def | next_batch (self, batch_size) |
Public Attributes | |
X | |
Input Features. | |
Y | |
Label Data. | |
Z | |
Spectators. | |
len | |
Number of events. | |
index_array | |
Index array, which will be shuffled. | |
pointer | |
Pointer for index array. | |
Class to create batches for training the Adversary Network. See mva/examples/keras/adversary_network.py for details.
Definition at line 54 of file B2A714-DeepContinuumSuppression_MVAModel.py.
def __init__ | ( | self, | |
X, | |||
Y, | |||
Z | |||
) |
Init the class :param X: Input Features :param Y: Label Data :param Z: Spectaters/Qunatity to be uncorrelated to
Definition at line 60 of file B2A714-DeepContinuumSuppression_MVAModel.py.
def next_batch | ( | self, | |
batch_size | |||
) |
Getting next batch of training data
Definition at line 81 of file B2A714-DeepContinuumSuppression_MVAModel.py.
index_array |
Index array, which will be shuffled.
Definition at line 76 of file B2A714-DeepContinuumSuppression_MVAModel.py.
len |
Number of events.
Definition at line 74 of file B2A714-DeepContinuumSuppression_MVAModel.py.
pointer |
Pointer for index array.
Definition at line 79 of file B2A714-DeepContinuumSuppression_MVAModel.py.
X |
Input Features.
Definition at line 68 of file B2A714-DeepContinuumSuppression_MVAModel.py.
Y |
Label Data.
Definition at line 70 of file B2A714-DeepContinuumSuppression_MVAModel.py.
Z |
Spectators.
Definition at line 72 of file B2A714-DeepContinuumSuppression_MVAModel.py.