T - Type of model. For example, MultiLayerNetwork or ComputationGraphpublic class EarlyStoppingResult<T extends Model> extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
EarlyStoppingResult.TerminationReason |
| Constructor and Description |
|---|
EarlyStoppingResult(EarlyStoppingResult.TerminationReason terminationReason,
String terminationDetails,
Map<Integer,Double> scoreVsEpoch,
int bestModelEpoch,
double bestModelScore,
int totalEpochs,
T bestModel) |
Copyright © 2018. All rights reserved.