public 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 © 2022. All rights reserved.