Package | Description |
---|---|
org.deeplearning4j.earlystopping |
Modifier and Type | Method and Description |
---|---|
static EarlyStoppingResult.TerminationReason |
EarlyStoppingResult.TerminationReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EarlyStoppingResult.TerminationReason[] |
EarlyStoppingResult.TerminationReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EarlyStoppingResult(EarlyStoppingResult.TerminationReason terminationReason,
String terminationDetails,
Map<Integer,Double> scoreVsEpoch,
int bestModelEpoch,
double bestModelScore,
int totalEpochs,
T bestModel) |
Copyright © 2020. All rights reserved.