![]() |
Belle II Software light-2505-deimos
|
Public Member Functions | |
| __init__ (self, X, Y, Z) | |
| next_batch (self, batch_size) | |
Public Attributes | |
| X = X | |
| Input Features. | |
| Y = Y | |
| Label Data. | |
| Z = Z | |
| Spectators. | |
| len = len(Y) | |
| Number of events. | |
| index_array = np.arange(self.len) | |
| Index array, which will be shuffled. | |
| int | pointer = 0 |
| 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.
| __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.
| next_batch | ( | self, | |
| batch_size ) |
Getting next batch of training data
Definition at line 81 of file B2A714-DeepContinuumSuppression_MVAModel.py.
| index_array = np.arange(self.len) |
Index array, which will be shuffled.
Definition at line 76 of file B2A714-DeepContinuumSuppression_MVAModel.py.
| len = len(Y) |
Number of events.
Definition at line 74 of file B2A714-DeepContinuumSuppression_MVAModel.py.
| int pointer = 0 |
Pointer for index array.
Definition at line 79 of file B2A714-DeepContinuumSuppression_MVAModel.py.
| X = X |
Input Features.
Definition at line 68 of file B2A714-DeepContinuumSuppression_MVAModel.py.
| Y = Y |
Label Data.
Definition at line 70 of file B2A714-DeepContinuumSuppression_MVAModel.py.
| Z = Z |
Spectators.
Definition at line 72 of file B2A714-DeepContinuumSuppression_MVAModel.py.