public static class TrainingListener.BatchData
extends java.lang.Object
| Constructor and Description |
|---|
BatchData(java.util.Map<Device,NDList> labels,
java.util.Map<Device,NDList> predictions)
Constructs a new
TrainingListener.BatchData. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Device,NDList> |
getLabels()
Returns the labels for each device.
|
java.util.Map<Device,NDList> |
getPredictions()
Returns the predictions for each device.
|
public BatchData(java.util.Map<Device,NDList> labels, java.util.Map<Device,NDList> predictions)
TrainingListener.BatchData.labels - the labels for each devicepredictions - the predictions for each device