| Package | Description |
|---|---|
| org.deeplearning4j.optimize.listeners |
| Modifier and Type | Method and Description |
|---|---|
static FailureTestingListener.CallType |
FailureTestingListener.CallType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailureTestingListener.CallType[] |
FailureTestingListener.CallType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FailureTestingListener.call(FailureTestingListener.CallType callType,
Model model) |
abstract boolean |
FailureTestingListener.FailureTrigger.triggerFailure(FailureTestingListener.CallType callType,
int iteration,
int epoch,
Model model)
If true: trigger the failure.
|
boolean |
FailureTestingListener.And.triggerFailure(FailureTestingListener.CallType callType,
int iteration,
int epoch,
Model model) |
boolean |
FailureTestingListener.Or.triggerFailure(FailureTestingListener.CallType callType,
int iteration,
int epoch,
Model model) |
boolean |
FailureTestingListener.RandomProb.triggerFailure(FailureTestingListener.CallType callType,
int iteration,
int epoch,
Model model) |
boolean |
FailureTestingListener.TimeSinceInitializedTrigger.triggerFailure(FailureTestingListener.CallType callType,
int iteration,
int epoch,
Model model) |
boolean |
FailureTestingListener.UserNameTrigger.triggerFailure(FailureTestingListener.CallType callType,
int iteration,
int epoch,
Model model) |
boolean |
FailureTestingListener.HostNameTrigger.triggerFailure(FailureTestingListener.CallType callType,
int iteration,
int epoch,
Model model) |
boolean |
FailureTestingListener.IterationEpochTrigger.triggerFailure(FailureTestingListener.CallType callType,
int iteration,
int epoch,
Model model) |
| Constructor and Description |
|---|
RandomProb(FailureTestingListener.CallType callType,
double probability) |
Copyright © 2021. All rights reserved.